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