È possivel por pra apenas "MAGES" usar este item -->
function onUse(cid, words, param)if doPlayerRemoveItem(cid,8302,1) and getCreatureMaxMana(cid) <= 1807735400 then
setCreatureMaxMana(cid, getCreatureMaxMana(cid) + 500)
doSendMagicEffect(getPlayerPosition(cid), 12)
doSendAnimatedText(getPlayerPosition(cid), "+500 Mana!", TEXTCOLOR_BLUE)
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "Voce nao tem Mana scroll ou ja atingiu o Mana Maximo de mana permitido digite !mymp.")
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_FLAMEAREA)
end
return TRUE
end