Ir para conteúdo

Posts Recomendados

By:

25% denilson6 (fiz os scripts da MAGIA)

75% frerety (fez os CÓDIGOS e consequentemente deu a idéia)

o que eu fiz? peguei o codigo de frerety e fiz como uma magia mas soh pega atrás...

crie um arquivo chamado exevo pum.lua

e coloque isso:

 

 area = { {0, 4, 0}, {3, 0, 2}, {0, 1, 0} } attackType = ATTACK_POISON needDirection = true areaEffect = 20 animationEffect = NM_ANI_NONE hitEffect = NM_ME_POISEN damageEffect = NM_ME_POISEN_RINGS animationColor = GREEN offensive = true drawblood = true minDmg = 40 maxDmg = 110 PumObject = MagicDamageObject(attackType, animationEffect, hitEffect, damageEffect, animationColor, offensive, drawblood, minDmg, maxDmg) SubPumObject1 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, 5, 5) SubPumObject2 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, 4, 4) SubPumObject3 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, 3, 3) SubPumObject4 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, 2, 2) SubPumObject5 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, 1, 1) function onCast(cid, creaturePos, level, maglv, var) centerpos = {x=creaturePos.x, y=creaturePos.y, z=creaturePos.z} return doAreaExMagic(cid, centerpos, needDirection, areaEffect, area, PumObject:ordered(),  2000, 2, SubPumObject1:ordered(),  2000, 3, SubPumObject2:ordered(),  2000, 4, SubPumObject3:ordered(),  2000, 5, SubPumObject4:ordered(),  2000, 6, SubPumObject5:ordered(), 5) end  

 

e em spells adicione:

 

 <spell name="Ultimate Pum"  words="exevo pum"  maglv="12"	mana="200"	enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /><vocation id="4" /><vocation id="5" /></spell>

 

é um tanto mais simples que a do frerety...

flws!

~~>Edit.:@Stalon . Sua magia está bem diferente da minha tanto como a área quanto o efeito e o meu pum eh verde o seu eh amarelo então nem vem falar q jah existe em!!!

Link para o comentário
https://xtibia.com/forum/topic/35386-76ultimate-pum/
Compartilhar em outros sites

  • 5 months later...
×
×
  • Criar Novo...