From 3a07f9e756c4db0910e19e299839456015add138 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Fri, 16 Aug 2024 20:54:43 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 1a40ac8..e0472a3 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -42,6 +42,23 @@ AiPlayerbot.MaintenanceCommand = 1 AiPlayerbot.MaxAddedBots = 40 AiPlayerbot.MaxAddedBotsPerClass = 10 +#------------------------------------------------------------------- +# intervals +#------------------------------------------------------------------- +AiPlayerbot.RandomBotUpdateInterval = 5 +AiPlayerbot.RandomBotCountChangeMinInterval = 1800 +AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 +AiPlayerbot.MinRandomBotInWorldTime = 3600 +AiPlayerbot.MaxRandomBotInWorldTime = 1209600 +AiPlayerbot.MinRandomBotRandomizeTime = 7200 +AiPlayerbot.MaxRandomBotRandomizeTime = 1209600 +AiPlayerbot.RandomBotsPerInterval = 40 +AiPlayerbot.MinRandomBotReviveTime = 60 +AiPlayerbot.MaxRandomBotReviveTime = 300 +AiPlayerbot.MinRandomBotTeleportInterval = 3600 +AiPlayerbot.MaxRandomBotTeleportInterval = 18000 +AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 + #------------------------------------------------------------------- # performance related #-------------------------------------------------------------------