From f37ef415234ec6ced1450199855dfec36ab7477b Mon Sep 17 00:00:00 2001 From: NoxMax <50133316+NoxMax@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:23:44 -0600 Subject: [PATCH] Clarify user conf --- conf/playerbots.conf.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/playerbots.conf.dist b/conf/playerbots.conf.dist index abbcedbe..2ed55529 100644 --- a/conf/playerbots.conf.dist +++ b/conf/playerbots.conf.dist @@ -555,6 +555,9 @@ AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 # Minimum and maximum level range for randombots allowed to login +# If level filtration is used, minRandomBots and maxRandomBots might be automatically adjusted to lower values, +# depending on available eligible bots in the database +# Default Min,Max: 1,80 (no level filtration) AiPlayerbot.RandomBotMinLoginLevel = 1 AiPlayerbot.RandomBotMaxLoginLevel = 80