Want this script so only sorcerers, druids can use:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doRemoveItem(item.uid)
doPlayerAddMagLevel(cid[, amount = 1])
doCreatureSay(cid, 'You have gained 1 magic level!', TALKTYPE_ORANGE_1)
return true
end
thanks
function onUse(cid, item, fromPosition, itemEx, toPosition)
doRemoveItem(item.uid)
doPlayerAddMagLevel(cid[, amount = 1])
doCreatureSay(cid, 'You have gained 1 magic level!', TALKTYPE_ORANGE_1)
return true
end
thanks