Ir para conteúdo
  • 0

[PEDIDO] Spell Dragon Flight (PDA)


Josegvb

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
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
Compartilhar em outros sites

  • 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)

 

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
Compartilhar em outros sites

×
×
  • Criar Novo...