Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doPlayerBroadcastMessage(cid, exura, class, checkFlag, ghost)
end
idk wath calss, checkflag, or ghost mean :s and idk if this will works, or it ust will make the player say exura, without a workin spell
Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doCreatureSay(cid, 'exura', TALKTYPE_SAY)
end
That works, the player say exura but the spell dont works :S is there other way to make players cast the spell when they click something?
like doplayercastspell or something
Last edited: