function onCast(cid, target)
local from,to = {x=462, y=216, z=3},{x=563, y=282, z=3}
if isPlayer(cid) then
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
doPlayerSendCancel(cid,"You are not allowed to use spells in this area.")
return not...