local config = {
level = 1
}
function onUse(cid, item, fromPosition, itemEx, toPosition)
doPlayerAddLevel(cid, config.level)
doPlayerSendTextMessage(cid, 28, "You Have Advanced 1 Level")
doSendTextAnimated(getCreaturePosition(cid), 28, TEXTCOLOR_RED
doSendMagicEffect(getCreaturePosition(cid), 28...