From 46b8c9b4587fd30bec34021f489ae49b8c71dd6d Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:22:11 +0100 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 19159de..8c4c044 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -83,6 +83,7 @@ AiPlayerbot.RandomBotSayWithoutMaster = 0 #------------------------------------------------------------------- # intervals #------------------------------------------------------------------- +AiPlayerbot.RandomBotUpdateInterval = 20 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 @@ -96,6 +97,25 @@ AiPlayerbot.MinRandomBotTeleportInterval = 3600 AiPlayerbot.MaxRandomBotTeleportInterval = 18000 AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 +#------------------------------------------------------------------- +# timers +#------------------------------------------------------------------- +AiPlayerbot.IterationsPerTick = 80 +AiPlayerbot.GlobalCooldown = 500 +AiPlayerbot.MaxWaitForMove = 5000 +AiPlayerbot.DisableMoveSplinePath = 1 +AiPlayerbot.MaxMovementSearchTime = 3 +AiPlayerbot.ExpireActionTime = 5000 +AiPlayerbot.DispelAuraDuration = 700 +AiPlayerbot.ReactDelay = 100 +AiPlayerbot.DynamicReactDelay = 1 +AiPlayerbot.PassiveDelay = 5000 +AiPlayerbot.RepeatDelay = 3000 +AiPlayerbot.ErrorDelay = 100 +AiPlayerbot.RpgDelay = 8000 +AiPlayerbot.SitDelay = 20000 +AiPlayerbot.ReturnDelay = 2000 +AiPlayerbot.LootDelay = 400 #------------------------------------------------------------------- # distance @@ -122,7 +142,6 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- -AiPlayerbot.RandomBotUpdateInterval = 20 AiPlayerbot.BotActiveAlone = 10 iPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInZone = 1