JO
pedido

[PEDIDO] Spell Dragon Flight (PDA)

Por Josegvb, 31 de dez. de 2015 em Scripts

resolvido
script
4
906
JosegvbJ
02 de janeiro de 2016 às 13:58

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

03 de janeiro de 2016 às 13:03
Melhor resposta


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)

 

JosegvbJ
03 de janeiro de 2016 às 18:16
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 :)

DanihcvD
07 de janeiro de 2016 às 23:29

Tópico movido para dúvidas / pedidos resolvidos.