Vim ensinar a por exani tera no seu OTS então vamos começar
1*Vá para pasta data/spells/instant
2*Copie e cole Qualquer Arquivo.lua
3*Abra,apague tudu e escreve nela :
area = {{0, 0, 0, 0, 0},
{0, 0, 0, 0, 0},
{0, 0, 1, 0, 0},
{0, 0, 0, 0, 0},
{0, 0, 0, 0, 0}
}
attackType = ATTACK_NONE
animationEffect = NM_ANI_NONE
needDirection = false
areaEffect = NM_ME_ENERGY_AREA
hitEffect = NM_ME_ENERGY_AREA
damageEffect = NM_ME_ENERGY_AREA
animationColor = GREEN
offensive = false
drawblood = false
EnergieObject = MagicDamageObject(attackType, animationEffect, hitEffect, damageEffect, animationColor, offensive, drawblood, 0, 0)
function onCast(cid, creaturePos, level, maglv, var)
centerpos = {x=creaturePos.x, y=creaturePos.y, z=creaturePos.z}
ret = magicrope(cid)
if (ret) then
doAreaMagic(cid, centerpos, needDirection, areaEffect, area, EnergieObject:ordered())
end
return ret
end
4*Vá para a pasta spells e abra o arquivo spells.xml com o bloco denotas.
5*Insira nele:
<spell name="magic rope" words="exani tera" maglv="1" mana="30" enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /><vocation id="4" /></spell>
Está Pronto!
Espero ter Ajudado!
Um Grande Abraço!