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.
info
Grupo: Herói
Registrado: 12/11/05
Posts: 715
Reputação: +1
Char no Tibia: Lord'Skyxt

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.
info
Grupo: Campones
Registrado: 18/10/06
Posts: 50
Reputação: +2
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) ende em spells adicione:
é 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