function onUse(cid, fromPosition, itemEx, toPosition) local Health = getPlayerLevel (cid) * (5.7) + getPlayerMagLevel(cid) * (7.4) + 100 local pos = getPlayerPosition(cid) local text = math.random(1, 254) local effect = math.random(1, 40) doCreatureAddHealth(cid, Health) doSendAnimatedText(pos, "+" ..Health, text) doSendMagicEffect(getCreaturePosition(cid), 66) end