From 06604e980ba35adb360a37c00ffa6a44e6fd9139 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:58:24 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 684fc92..81e9133 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -72,35 +72,21 @@ AiPlayerbot.RandomBotSayWithoutMaster = 0 #------------------------------------------------------------------- # intervals #------------------------------------------------------------------- -AiPlayerbot.RandomBotUpdateInterval = 5 + +AiPlayerbot.RandomBotUpdateInterval = 1 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 -AiPlayerbot.MaxRandomBotInWorldTime = 43200 -AiPlayerbot.MinRandomBotRandomizeTime = 302400 +AiPlayerbot.MaxRandomBotInWorldTime = 1209600 +AiPlayerbot.MinRandomBotRandomizeTime = 7200 AiPlayerbot.MaxRandomBotRandomizeTime = 1209600 -AiPlayerbot.RandomBotsPerInterval = 500 +AiPlayerbot.RandomBotsPerInterval = 60 AiPlayerbot.MinRandomBotReviveTime = 60 AiPlayerbot.MaxRandomBotReviveTime = 300 AiPlayerbot.MinRandomBotTeleportInterval = 3600 AiPlayerbot.MaxRandomBotTeleportInterval = 18000 AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 -# these settings in only use with a modified codebase, still testing... -#AiPlayerbot.RandomBotUpdateInterval = 1 -#AiPlayerbot.RandomBotCountChangeMinInterval = 1800 -#AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 -#AiPlayerbot.MinRandomBotInWorldTime = 3600 -#AiPlayerbot.MaxRandomBotInWorldTime = 1209600 -#AiPlayerbot.MinRandomBotRandomizeTime = 7200 -#AiPlayerbot.MaxRandomBotRandomizeTime = 1209600 -#AiPlayerbot.RandomBotsPerInterval = 60 -#AiPlayerbot.MinRandomBotReviveTime = 60 -#AiPlayerbot.MaxRandomBotReviveTime = 300 -#AiPlayerbot.MinRandomBotTeleportInterval = 3600 -#AiPlayerbot.MaxRandomBotTeleportInterval = 18000 -#AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 - #------------------------------------------------------------------- # performance related