/data/actions/scripts/superuh.lua
function onUse(cid, item, frompos, item2, topos, fromPosition, itemEx, toPosition)
if getPlayerVocation(cid) == 4 or getPlayerVocation(cid) == 8 then
local levela = getPlayerLevel(cid)
local mlevela = getPlayerMagLevel(cid)
local hp_min = ((levela * 5.1) +...