mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Revert "Feat: Filter bot logins by level range"
This commit is contained in:
@@ -597,21 +597,10 @@ AiPlayerbot.RandomBotRandomPassword = 0
|
||||
# Prefix for account names to create for randombots
|
||||
AiPlayerbot.RandomBotAccountPrefix = "rndbot"
|
||||
|
||||
# Minimum and maximum initialization levels for randombots
|
||||
# Minimum and maximum levels for randombots
|
||||
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
|
||||
|
||||
# log-out randombots if they they level outside the allowed login range
|
||||
# Default: 0 (disabled)
|
||||
AiPlayerbot.RandomBotLogoutOutsideLoginRange = 0
|
||||
|
||||
# Sync max randombot level with max level of online players
|
||||
# Default: 0 (disabled)
|
||||
AiPlayerbot.SyncLevelWithPlayers = 0
|
||||
|
||||
Reference in New Issue
Block a user