Hello all!
I have request for good scripters.
TFS 0.3.5pl1
When you choose item - use with - click! And you teleported to position after click !
but... i can teleport to PZ Zones , Houses :/
Please add to this script requirement : " You cannot teleport to Protection Zone!" "You cannot teleport to somebody house."
Rep++
eace:
I have request for good scripters.
Code:
function onUse(cid, item, frompos, item2, topos)
npos = {x=topos.x, y=topos.y, z=topos.z}
if topos.x < 10000 then
doSendMagicEffect(topos,13)
doPlayerSay(cid,"Zanzoken !",16)
doTeleportThing(cid,npos)
else
doPlayerSendCancel(cid, "You cannot teleport here.")
end
return 1
end
TFS 0.3.5pl1
When you choose item - use with - click! And you teleported to position after click !
but... i can teleport to PZ Zones , Houses :/
Please add to this script requirement : " You cannot teleport to Protection Zone!" "You cannot teleport to somebody house."
Rep++