tem como voces tranforma esse scrypt em magiclevel pode deica pra subir em experience
function onUse(cid, item, frompos, item2, topos)
if item.itemid == 2296 then
doPlayerAddExp(cid,100) -- Trocar pama esperiencer Magiclevel
doPlayerAddItem(item2.uid,2148,5)
doSendMagicEffect(topos,29)
doPlayerSay(cid,"Ganhei!",1)
if item.type > 1 then
doChangeTypeItem(item.uid,item.type-1)
else
doRemoveItem(item.uid,1)
end
end
return 1
end