• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 1.X+ [TFS 1.2] player kick after 60 seconds - exitGame

meyson90

New Member
Joined
Nov 29, 2025
Messages
24
Reaction score
3
How can I kick a player who used ExitGame and does not have any PK/PZ (from attacking other players)?
I want the system to ignore the pz from attacking monsters, so the kick should happen after 1 minute.
However, if the player has fought other players, the kick should only execute after the PZ from PvP combat disappears.
 
How can I kick a player who used ExitGame and does not have any PK/PZ (from attacking other players)?
I want the system to ignore the pz from attacking monsters, so the kick should happen after 1 minute.
However, if the player has fought other players, the kick should only execute after the PZ from PvP combat disappears.Bitlife
When a player uses ExitGame, the system needs to decide when to kick them. First, we must distinguish between PZ from PvP (attacking other players) and PZ from PvE (attacking monsters). If the player only has PZ from monsters, meaning they have never attacked anyone else, then the kick can happen 1 minute after they exit, as PZ PvE is irrelevant. Conversely, if the player has attacked someone else, meaning they have PZ from PvP, then the kick must wait until that PZ PvP expires to avoid breaking defenses or incurring PvP penalties. In other words: the system will ignore PZ from monsters, only using PvP PZ to decide when to kick, while PvE PZ will only be delayed for a maximum of 1 minute.
 
Back
Top