Addition of player action flood protector.
This commit is contained in:
@@ -120,13 +120,6 @@ FloodProtectorCharacterSelectPunishmentLimit = 0
|
||||
FloodProtectorCharacterSelectPunishmentType = none
|
||||
FloodProtectorCharacterSelectPunishmentTime = 0
|
||||
|
||||
# PacketUnknown - attempts to send unknown packets
|
||||
FloodProtectorUnknownPacketsInterval = 5
|
||||
FloodProtectorUnknownPacketsLogFlooding = False
|
||||
FloodProtectorUnknownPacketsPunishmentLimit = 3
|
||||
FloodProtectorUnknownPacketsPunishmentType = kick
|
||||
FloodProtectorUnknownPacketsPunishmentTime = 0
|
||||
|
||||
# Party Invitation - attempts to invite into party
|
||||
FloodProtectorPartyInvitationInterval = 5
|
||||
FloodProtectorPartyInvitationLogFlooding = False
|
||||
@@ -148,16 +141,16 @@ FloodProtectorMoveActionPunishmentLimit = 0
|
||||
FloodProtectorMoveActionPunishmentType = none
|
||||
FloodProtectorMoveActionPunishmentTime = 0
|
||||
|
||||
# Generic Action
|
||||
FloodProtectorGenericActionInterval = 5
|
||||
FloodProtectorGenericActionLogFlooding = false
|
||||
FloodProtectorGenericActionPunishmentLimit = 0
|
||||
FloodProtectorGenericActionPunishmentType = none
|
||||
FloodProtectorGenericActionPunishmentTime = 0
|
||||
|
||||
# Macro - attempts to Macro system
|
||||
FloodProtectorMacroInterval = 8
|
||||
FloodProtectorMacroLogFlooding = True
|
||||
FloodProtectorMacroPunishmentLimit = 6
|
||||
FloodProtectorMacroPunishmentType = kick
|
||||
FloodProtectorMacroPunishmentTime = 0
|
||||
FloodProtectorMacroPunishmentTime = 0
|
||||
|
||||
# Player Action - Next Target, Attack, etc
|
||||
FloodProtectorPlayerActionInterval = 3
|
||||
FloodProtectorPlayerActionLogFlooding = False
|
||||
FloodProtectorPlayerActionPunishmentLimit = 0
|
||||
FloodProtectorPlayerActionPunishmentType = none
|
||||
FloodProtectorPlayerActionPunishmentTime = 0
|
||||
|
Reference in New Issue
Block a user