From 397892271cc3c137ebd686dc5d001afe06a7755c Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:36:04 +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 2f78340..5d400db 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -90,7 +90,7 @@ AiPlayerbot.SayWhenCollectingItems = 0 # intervals #------------------------------------------------------------------- #AiPlayerbot.RandomBotUpdateInterval = 20 -AiPlayerbot.RandomBotUpdateInterval = 5 +AiPlayerbot.RandomBotUpdateInterval = 1 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 @@ -109,7 +109,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 # timers #------------------------------------------------------------------- #AiPlayerbot.IterationsPerTick = 200 -AiPlayerbot.IterationsPerTick = 50 +AiPlayerbot.IterationsPerTick = 10 AiPlayerbot.GlobalCooldown = 500 AiPlayerbot.MaxWaitForMove = 5000 AiPlayerbot.DisableMoveSplinePath = 1