how to disable @warp @ go?

This should do the trick

example :

Code:
prontera	mapflag	nowarpprontera	mapflag	nowarpto
 
Last edited by a moderator:
You can use,

Code:
mapflag	nowarp-Disables use of @go to a map.mapflag	nowarpto-Disables use of @warp to a map.mapflag noteleport//= Disables all means of teleportation within a map.//= Script commands 'warp', 'areawarp', 'warpchar',//=   'warpparty', 'warpguild', 'warpwaitingpc' will not//=   work with "Random" destination.//= Disables skills AL_TELEPORT and TK_HIGHJUMP.//= Disables the following items://=   Fly Wing (601), Giant Fly Wing (12212)
 
Back
Top