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

MaxPacketPersecond

jareczekjsp

Active Member
Joined
Jan 30, 2023
Messages
281
Solutions
1
Reaction score
29
GitHub
Jarek123
Hello everyone I would like Add to TFS 0.4 Tibia 8.60 MaxPacketPersecond When Players Do something on server (Try Crash ,Autofollow etc) Player willbe Logoaut

Can somebody help me please?because I have problem
 



You can either add the MAX_PACKETS_PER_SECOND to your configmanager or simply use a literal value
C++:
    if(m_packetCount > 50)
        return;
 
Back
Top