Primeiro Você Vai Em data/spells/scripts e faz um bloco de notas com o nome killfriend,e coloca isso dentro:
________________________________________________________________________________
______
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.4, -30, -0.5, 0)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
________________________________________________________________________________
________
e agora vc vai no spells.xml e coloca isso em <!-- instant spells -->:
________________________________________________________________________________
_______________________
<instant name="Kill Friend" words="exura kill" aggressive="1" params="1" needtarget="1" lvl="18" maglv="7" mana="70" soul="0" exhaustion="1" prem="0" enabled="1" script="killfriend.lua">vocation id="2"/><vocation id="1"/><vocation id="3"/><vocation id="4"/><vocation id="6"/><vocation id="5"/><vocation id="8"/><vocation id="7"/><vocation id="9"/><vocation id="10"/><vocation id="11"/><vocation id="12"/></instant>
________________________________________________________________________________
_______________________
Pronto! Exura Kill Está No Seu OT :smile_positivo:
Para Usar Fale Exura Kill "e o nome do player
Obrigado :hi: