Prevent autogear on player alt bots (#772)

* prevent autogear on player alt bots

* update chat message to match other message format

* add config option with default set to 1

* replace end of file blank line

* remove extra space
This commit is contained in:
xSparky911x
2024-12-15 16:37:13 -06:00
committed by GitHub
parent 9fed6bc73a
commit cbadb5765f
4 changed files with 16 additions and 1 deletions

View File

@@ -424,6 +424,10 @@ AiPlayerbot.MaintenanceCommand = 1
# default: 1 (enable)
AiPlayerbot.AutoGearCommand = 1
# Enable/Disable autogear command on player alt bots
# Default: 1 (enable)
AiPlayerbot.AutoGearCommandAltBots = 1
# Equips quality limitation for auto gear command (1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary)
# default: 3 (rare)
AiPlayerbot.AutoGearQualityLimit = 3