diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 2e1c7fc..e83a5ba 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -85,7 +85,7 @@ AiPlayerbot.SayWhenCollectingItems = 0 #------------------------------------------------------------------- # intervals #------------------------------------------------------------------- -AiPlayerbot.RandomBotUpdateInterval = 20 +AiPlayerbot.RandomBotUpdateInterval = 60 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 @@ -103,7 +103,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 #------------------------------------------------------------------- # timers #------------------------------------------------------------------- -AiPlayerbot.IterationsPerTick = 15 +AiPlayerbot.IterationsPerTick = 30 AiPlayerbot.GlobalCooldown = 1500 AiPlayerbot.MaxWaitForMove = 3000 AiPlayerbot.DisableMoveSplinePath = 0