• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with /cliport

phern

alysiaots.com
Joined
Nov 2, 2008
Messages
195
Reaction score
2
Location
Poland
Hi there.
It would be nice if someone could make a command like /cliport, but teleporting GM anywhere. As You know /cliport allow you to tp only to titles where you can walk which means than You can not teleport uself behing the walls nor on other floors.

Ive serarching the solution ive found nothing.
Thanks in advance.
 
/goto x,y,z

Bot sure, but it's something like that

Rly? -_-'

Try to imagine, that its annoying to write
/goto 4324, 3243, 7
/goto 4324, 3245, 7
/goto 4324, 3248, 7
instead of just clicking on map...
 
write a script with list of the positions?
I see, than you dont really understand me. I need a talkaction, which is similar to /cliport, but GM will be able to teleport behind the walls and on other floor just by clicking on map...
 
Code:
local teleport = createConditionObject(CONDITION_GAMEMASTER, -1, FALSE, GAMEMASTER_TELEPORT)
its hardcoded, you have to edit condition gamemaster_teleport in source
 
Back
Top