Merge pull request #224 from liyunfan1223/autogear

[Command] Command autogear
This commit is contained in:
Yunfan Li
2024-05-22 23:20:48 +08:00
committed by GitHub
10 changed files with 65 additions and 4 deletions

View File

@@ -167,6 +167,18 @@ AiPlayerbot.AddClassCommand = 1
# default: 1 (enable)
AiPlayerbot.MaintenanceCommand = 1
# Enable/Disable autogear command, auto upgrade player bots gears, the quality is limited by AutoGearQualityLimit and AutoGearScoreLimit
# default: 1 (enable)
AiPlayerbot.AutoGearCommand = 1
# Equips quality limitation for auto gear command (1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary)
# default: 3 (rare)
AiPlayerbot.AutoGearQualityLimit = 3
# Equips quality limitation for auto gear command (0 = no limit)
# default: 0 (no limit)
AiPlayerbot.AutoGearScoreLimit = 0
# Automation
# Bots keep looting when group loop method is free for all