this is my mana rune. edit the health thing yourself xd
local t = {
min = 10000,
max = 12500,
text = "Mana (:",
effect = CONST_ME_MAGIC_BLUE
}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if isPlayer(itemEx.uid) then
doPlayerAddMana(itemEx.uid, math.random(t.min...