function onUse(cid, item, frompos, item2, topos)
mag = getPlayerMagLevel(cid)
if mag >= 3 then
doSendMagicEffect(topos,1)
doPlayerSay(cid,"Ahhhh! Fresh mana fluid!",16)
doPlayerAddMana(cid, 150)
if item.type > 1 then
doChangeTypeItem(item.uid,item.type-1)...