Jump to content
  • 0

Burst packets kick


Guest

Question

My players get 

 

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

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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
      }

 

Link to comment
Share on other sites

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...