Vá em data/actions/scripts e coloke
copie qualquer arquivo apague tudo e cole isso e depois renomei para manarune.lua
function onUse(cid, item, frompos, item2, topos)if getPlayerMagLevel(cid) >= 4 then if item2.itemid == cid then random_number = math.random(60,1000) doSendMagicEffect(topos,12) doPlayerSay(item2.uid,"Aaaaah...",1) doPlayerAddMana(item2.uid,random_number) if item.type > 1 then doChangeTypeItem(item.uid,item.type-1) else doRemoveItem(item.uid,1) end else doSendMagicEffect(frompos,2) return 0 endelse doSendMagicEffect(frompos,2) doPlayerSendCancel(cid,"Voce naum tem o Magic Level necessario pra usar essa runa!")endreturn 1end
vá em data/actions/actions.xml e cole isso
<action itemid="2283" script="manarune.lua" />
Créditos - Colex