Not better to add to actions item like manarune?
You tag Topic as 7.6 then:
manarune.lua
function onUse(cid, item, frompos, item2, topos)
if item.itemid == 2281 and item.type > 1 then
doPlayerAddMana(cid,800)
doChangeTypeItem(item.uid,item.type-1)
doSendMagicEffect(topos,12)...