Jump to content
  • 0

Burst packets kick


Question

Posted

My players get 

 

2020-03-11 16:57:57.969 [Error] [Flood]: 31 Burst Packets [User: Spiklland | Player: Spiklland (Their IP)

 

 

6 answers to this question

Recommended Posts

  • 0
Posted

Probably because you have super fast attacks, or movement speed, or they are warping due to admin powers. You can edit the threshold in the server config.json. 

  • 0
Posted

Attacks are 1000ms
And the archer class uses Speed as a form of attack, do you have any suggestions on what I can adjust in the config so I don't have any more rollbacks?

 

Config

 

Quote

  "EventWatchdogKillThreshold": 5000,
  "ValidPasswordResetTimeMinutes": 30,
  "Security": {
    "PacketFlooding": {
      "FloodThreshholds": {
        "MaxPacketSize": 10240,
        "MaxPacketPerSec": 5,
        "KickAvgPacketPerSec": 3
      },
      "EditorFloodThreshholds": {
        "MaxPacketSize": 2147483647,
        "MaxPacketPerSec": 2147483647,
        "KickAvgPacketPerSec": 2147483647
      },
      "PlayerFloodThreshholds": {
        "MaxPacketSize": 10240,
        "MaxPacketPerSec": 35,
        "KickAvgPacketPerSec": 20
      }

 

  • 0
Posted

And the guys are doing some rollback, walking and going back, but the host is expensive and very good

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...