ai vai
nome:speed
palavra magica:utani mega hur
velocidade:4.8
va na pasta ot/data/spells/
abra o spells.xml, adicione isto:
<spell name="Speed" words="utani mega hur" maglv="5" mana="50" enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /><vocation id="4" /></spell>
agora abra ot/data/spells/instant
de CTRL C & CTRL V em qualqer arquivo
abra em bloco de notas
apague tudo de dentro, e coloque isto:
attackType = ATTACK_NONEanimationEffect = NM_ANI_NONE
hitEffect = NM_ME_NONE
damageEffect = NM_ME_MAGIC_POISEN
animationColor = GREEN
offensive = false
drawblood = false
GreatHasteObject = 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 = doTargetMagic(cid, centerpos, GreatHasteObject:ordered())
if(ret) then
speed = getSpeed(cid)
time = 90 --in seconds
addspeed = (speed*4.8)-56
changeSpeed(cid, addspeed, time)
end
return ret
end
deu e isto ai
espero ter ajudado
comentem plzzzzzzzz