From 450428648116f9f367a69a1cb7640d1793935568 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:09:01 +0100 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 422cf8c..a68ed66 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -12,6 +12,7 @@ AiPlayerbot.Enabled = 1 AiPlayerbot.DeleteRandomBotAccounts = 0 AiPlayerbot.RandomBotAccountPrefix = "rndbot" AiPlayerbot.LimitTalentsExpansion = 0 +AiPlayerbot.RandomBotJoinBG = 1 # Bot group invitation permission level (0 = GM only, 1 = accept based on level, 2 = always accept) # Default: 1 (accept based on level) @@ -35,10 +36,8 @@ AiPlayerbot.DisabledWithoutRealPlayerLogoutDelay = 300 #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- -AiPlayerbot.MinRandomBots = 500 -AiPlayerbot.MaxRandomBots = 500 -#AiPlayerbot.MinRandomBots = 3000 -#AiPlayerbot.MaxRandomBots = 3000 +AiPlayerbot.MinRandomBots = 2000 +AiPlayerbot.MaxRandomBots = 2000 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.DisableDeathKnightLogin = 0