From 9ed9f73da9d0400fa5a42bebba332e77d7238119 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 27 Apr 2025 23:50:09 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 09bfb5d..b153e90 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -89,7 +89,7 @@ AiPlayerbot.SayWhenCollectingItems = 0 #------------------------------------------------------------------- # intervals #------------------------------------------------------------------- -AiPlayerbot.RandomBotUpdateInterval = 1 +AiPlayerbot.RandomBotUpdateInterval = 20 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 @@ -107,7 +107,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 #------------------------------------------------------------------- # timers #------------------------------------------------------------------- -AiPlayerbot.IterationsPerTick = 10 +AiPlayerbot.IterationsPerTick = 300 AiPlayerbot.GlobalCooldown = 500 AiPlayerbot.MaxWaitForMove = 5000 AiPlayerbot.DisableMoveSplinePath = 1