local level = getPlayerLevel(cid)
local mana_min, mana_max = (level * 4), (level * 6)
function onUse (cid, item, fromPosition, itemEx, toPosition)
if isPlayer(itemEx.uid) and level >= 300 then
doCreatureSay(itemEx.uid, "Aaaah..", TALKTYPE_ORANGE_1)
doSendMagicEffect(getCreaturePosition(cid)...