From f101507056e21a7c9f7ca342e1d695a6684ebfc4 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:49:24 +0100 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 6602d1b..3b75905 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -101,22 +101,22 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 #------------------------------------------------------------------- # timers #------------------------------------------------------------------- -AiPlayerbot.IterationsPerTick = 60 +AiPlayerbot.IterationsPerTick = 10 AiPlayerbot.GlobalCooldown = 500 AiPlayerbot.MaxWaitForMove = 5000 -AiPlayerbot.DisableMoveSplinePath = 1 +AiPlayerbot.DisableMoveSplinePath = 0 AiPlayerbot.MaxMovementSearchTime = 3 AiPlayerbot.ExpireActionTime = 5000 AiPlayerbot.DispelAuraDuration = 700 AiPlayerbot.ReactDelay = 100 -AiPlayerbot.DynamicReactDelay = 1 -AiPlayerbot.PassiveDelay = 5000 -AiPlayerbot.RepeatDelay = 3000 +AiPlayerbot.DynamicReactDelay = 0 +AiPlayerbot.PassiveDelay = 10000 +AiPlayerbot.RepeatDelay = 2000 AiPlayerbot.ErrorDelay = 100 -AiPlayerbot.RpgDelay = 8000 +AiPlayerbot.RpgDelay = 10000 AiPlayerbot.SitDelay = 20000 AiPlayerbot.ReturnDelay = 2000 -AiPlayerbot.LootDelay = 400 +AiPlayerbot.LootDelay = 1000 #-------------------------------------------------------------------