vá em data/spells/scripts e copia um arquivo lua e renomeie para manarune.lua
remova oque tem dentro e cole isto
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)
setHealingFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 100, 80)
function onCastSpell(cid, var)
doSendAnimatedText(getPlayerPosition(cid), "Aaaah...", TEXTCOLOR_ORANGE)
return doCombat(cid, combat, var)
end
depois vá em data/spells e abra o arquivo spells.xml
Aperte CTR+F e pesquise por <!-- Healing Runes -->
Lá ,adicione isto
<rune name="nome da sua runa" id="8300" allowfaruse="1" charges="1" lvl="24" maglv="4" exhaustion="1" aggressive="0" needtarget="1" blocktype="solid" script="manarune.lua"/>
Vê se funfa ai !