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

Lua Not logout script

you can just edit this in your config
Code:
idleWarningTime = 59 * 60 * 1000
idleKickTime = 60 * 60 * 1000
i think you change it to not sure
Code:
idleWarningTime = 0 * 60 * 1000
idleKickTime = 0 * 60 * 1000
 
you can just edit this in your config
Code:
idleWarningTime = 59 * 60 * 1000
idleKickTime = 60 * 60 * 1000
i think you change it to not sure
Code:
idleWarningTime = 0 * 60 * 1000
idleKickTime = 0 * 60 * 1000

ok?... why that many numbers? i mean...

0 = 0 * 49849849849841987498749874987928798729879814987498749846548974
 
I think it must be an action that when you step in X tile it auto puts you XX outfit Oo it's not that hard to do... Would make the script but I don't have an OT to test it right now sorry.
 
Back
Top