Multisell related improvements.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# PunishmentTime - for how many minutes should the player(jail)/account(ban) be punished (0 = forever), valid only for PunishmentType 'jail' or 'ban'
|
||||
|
||||
# UseItem - item usage flooding
|
||||
FloodProtectorUseItemInterval = 1
|
||||
FloodProtectorUseItemInterval = 0
|
||||
FloodProtectorUseItemLogFlooding = False
|
||||
FloodProtectorUseItemPunishmentLimit = 0
|
||||
FloodProtectorUseItemPunishmentType = none
|
||||
@@ -83,10 +83,10 @@ FloodProtectorServerBypassPunishmentType = kick
|
||||
FloodProtectorServerBypassPunishmentTime = 0
|
||||
|
||||
# ServerBypass - multisell list request flooding
|
||||
FloodProtectorMultiSellInterval = 2
|
||||
FloodProtectorMultiSellInterval = 10
|
||||
FloodProtectorMultiSellLogFlooding = False
|
||||
FloodProtectorMultiSellPunishmentLimit = 5
|
||||
FloodProtectorMultiSellPunishmentType = kick
|
||||
FloodProtectorMultiSellPunishmentLimit = 0
|
||||
FloodProtectorMultiSellPunishmentType = none
|
||||
FloodProtectorMultiSellPunishmentTime = 0
|
||||
|
||||
# All kind of other transactions - to/from pet, private store, warehouse, destroy
|
||||
@@ -138,7 +138,6 @@ FloodProtectorSayActionPunishmentLimit = 2
|
||||
FloodProtectorSayActionPunishmentType = banchat
|
||||
FloodProtectorSayActionPunishmentTime = 1
|
||||
|
||||
|
||||
# Move Action - attempts move to a location
|
||||
FloodProtectorMoveActionInterval = 1
|
||||
FloodProtectorMoveActionLogFlooding = False
|
||||
|
Reference in New Issue
Block a user