local runes = {
[2298] = {
voc = {1, 2, 3, 4, 5, 6, 7, 8},
min = 'level * 1 + maglv * 7',
max = 'level * 1 + maglv * 9'
}
}
function onUse(cid, item, fromPosition, itemEx, toPosition)
local i = runes[item.itemid]
if isInArray(i.voc, getPlayerVocation(cid)) then
if isPlayer(itemEx.uid) == TRUE...