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

Players don't "exit"

Bill3000

New Member
Joined
Jul 26, 2010
Messages
106
Reaction score
1
Hello everyone!

I got a problem on TFS 0.3.6 for 8.6

When a player click "exit" in the client, then close the Tibia client, the player remains online even he doesnt have battle.

So, what can I to for the player "leave" when the person close the Tibia Client?

Thx!
 
look in config at these values:
Code:
pzLocked = 30 * 1000
    huntingDuration = 10 * 1000
and these values:
Code:
idleWarningTime = 59 * 60 * 1000
	idleKickTime = 60 * 60 * 1000
 
Back
Top