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

TFS 1.X+ Nologout tile

icekis

Member
Joined
Jan 18, 2018
Messages
95
Reaction score
6
I've got an OTX3 based on TFS1.2 and have got a problem with the nonlogout tile.

I have a prison system that takes the player to jail and I need him to not logout so it doesn't bug the system that keeps track of jail time.

The issue is that when the user exits it's logging him off. Even using the nonlogout tile on the map editor.

Anyone know how to solve this issue?
 
Solution
X
Nice solution. I will try....

Is it possible to make the character not logout?
With a source edit, you probably could.
But if the server shuts down or restarts, you're going to run into the same issue again.
When the player logs out, store the current remaining jail tile, and restart the jail timer when they log back in using the remaining jail time instead of the original jail time
 
When the player logs out, store the current remaining jail tile, and restart the jail timer when they log back in using the remaining jail time instead of the original jail time

Nice solution. I will try....

Is it possible to make the character not logout?
 
Back
Top