diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index bbf1800..d7cfacb 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -103,20 +103,20 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 #------------------------------------------------------------------- # timers #------------------------------------------------------------------- -AiPlayerbot.IterationsPerTick = 10 +AiPlayerbot.IterationsPerTick = 20 AiPlayerbot.GlobalCooldown = 1500 -AiPlayerbot.MaxWaitForMove = 5000 +AiPlayerbot.MaxWaitForMove = 3000 AiPlayerbot.DisableMoveSplinePath = 0 AiPlayerbot.MaxMovementSearchTime = 3 -AiPlayerbot.ExpireActionTime = 5000 +AiPlayerbot.ExpireActionTime = 3000 AiPlayerbot.DispelAuraDuration = 700 AiPlayerbot.ReactDelay = 100 AiPlayerbot.DynamicReactDelay = 0 -AiPlayerbot.PassiveDelay = 10000 -AiPlayerbot.RepeatDelay = 5000 +AiPlayerbot.PassiveDelay = 8000 +AiPlayerbot.RepeatDelay = 3000 AiPlayerbot.ErrorDelay = 100 -AiPlayerbot.RpgDelay = 10000 -AiPlayerbot.SitDelay = 20000 +AiPlayerbot.RpgDelay = 8000 +AiPlayerbot.SitDelay = 10000 AiPlayerbot.ReturnDelay = 2000 AiPlayerbot.LootDelay = 1000