DE

[7.6]ultimate Pum

Por denilson6, 12 de dez. de 2006 em Globalevents e Spells

script
2
1.2k
denilson6D
12 de dezembro de 2006 às 00:00

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!!!

Editado Dezembro 12 por denilson6

5 meses depois...
skynagerloasS
25 de maio de 2007 às 16:20

Tópico contendo somente 1 ou 2 Spells,

essa seção é para DataPacks com 3 ou mais Npcs,

~o{Tópico Movido}o~,

Abraços.