Ir para conteúdo
  • 0

[PEDIDO] Spell Dragon Flight (PDA)


Pergunta

Dragon flight faz o siguente: quando você usa ele se transporta ao lado alvo e tb bate certo dano

(ele usa de effeito os Missiles do otclient nao os effect)

se alguem tiver como me ajudar eu agradesceria


queria saber oque tem que fazer para pegar ajuda nesses forums :/

ja criei varios post pedindo ajuda mas ninguem nunca respondeu nada, eu nao teria problema em pagar por a ajuda mas ta ruim ninguem aparesce pra ajudar ou falar q pode vender o script sla

Link para o comentário
https://xtibia.com/forum/topic/238582-pedido-spell-dragon-flight-pda/
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

  • 0


elseif spell == "Dragon Flight" then

 

sendDistanceShootWithProtect(cid, getThingPosWithDebug(cid), getThingPosWithDebug(target), 30)

doDanoInTargetWithDelay(cid, target, DRAGONDAMAGE, min, max, 143) --alterado v1.7

 

doSendMagicEffect(getThingPosWithDebug(cid), 211)

local x = getClosestFreeTile(cid, getThingPosWithDebug(target))

doTeleportThing(cid, x, false)

doFaceCreature(cid, getThingPosWithDebug(target))

doAreaCombatHealth(cid, DRAGONDAMAGE, getThingPosWithDebug(target), 0, -min, -max, 143)

 

Link para o comentário
https://xtibia.com/forum/topic/238582-pedido-spell-dragon-flight-pda/#findComment-1679927
Compartilhar em outros sites

  • 0
  Em 03/01/2016 em 15:03, AdminGabriel disse:
elseif spell == "Dragon Flight" then

sendDistanceShootWithProtect(cid, getThingPosWithDebug(cid), getThingPosWithDebug(target), 30)
doDanoInTargetWithDelay(cid, target, DRAGONDAMAGE, min, max, 143)  --alterado v1.7

doSendMagicEffect(getThingPosWithDebug(cid), 211)
	local x = getClosestFreeTile(cid, getThingPosWithDebug(target))
	doTeleportThing(cid, x, false)
	doFaceCreature(cid, getThingPosWithDebug(target))
	doAreaCombatHealth(cid, DRAGONDAMAGE, getThingPosWithDebug(target), 0, -min, -max, 143)

 

MUITOOOOO OBRIGADO MSM mano :) muitos dias esperando essa spell valeu achei q ninguem ia me ajudar

se quizer alguns trabalhos eu posso lhe pagar de boa :)

Link para o comentário
https://xtibia.com/forum/topic/238582-pedido-spell-dragon-flight-pda/#findComment-1679937
Compartilhar em outros sites

×
×
  • Criar Novo...