From 3a2941597b5799399b433553bcd718ee3420ced8 Mon Sep 17 00:00:00 2001 From: bash Date: Sun, 28 Jul 2024 20:31:35 +0000 Subject: [PATCH] set max bots for now on 40 --- config/modules/playerbots.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index cec69c3..c0b67da 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -8,7 +8,7 @@ AiPlayerbot.Enabled = 1 AiPlayerbot.MinRandomBots = 2250 AiPlayerbot.MaxRandomBots = 2300 AiPlayerbot.RandomBotMinLevel = 1 -AiPlayerbot.RandomBotMaxLevel = 80 +AiPlayerbot.RandomBotMaxLevel = 40 AiPlayerbot.RandomBotMaxLevelChance = 0.01 AiPlayerbot.RandomBotFixedLevel = 0 AiPlayerbot.DisableRandomLevels = 0