• 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!

How to use the ctrl + walk for GM's in TFS?

Grehy

Killroy
Joined
Nov 21, 2008
Messages
2,631
Reaction score
33
Location
United States
It was in the last version, where you hold control and an arrow key and you can walk like you're using /a, where can I enable that again in the newest version?
 
/cliport allows you to click on the map where you wanna be teleported to.

It can be enabled/disabled by using the command.
 
Thats not it, it was in 0.3.5 I think, where you could just hold control down and hold the arrow key down, and he would "walk" like he was teleporting, through walls etc
 
it is enabled through custom flags

change:

Code:
 <group id="6" name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="5000" maxVips="500" outfit="302"/>

to:

Code:
 <group id="6" name="God" flags="3845069447162" customFlags="2097339" access="5" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="5000" maxVips="500" outfit="302"/>

that should enabled Ctrl + Walk
 
it is enabled through custom flags

change:

Code:
 <group id="6" name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="5000" maxVips="500" outfit="302"/>

to:

Code:
 <group id="6" name="God" flags="3845069447162" customFlags="2097339" access="5" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="5000" maxVips="500" outfit="302"/>

that should enabled Ctrl + Walk

Didn't work, and I'd like to keep the flags I made before
 
Back
Top