auto equip upgrade

This commit is contained in:
Yunfan Li
2023-11-02 22:01:52 +08:00
parent 5c579ecf17
commit a320a716fa
5 changed files with 11 additions and 4 deletions

View File

@@ -155,8 +155,12 @@ AiPlayerbot.FreeMethodLoot = 0
AiPlayerbot.AutoPickReward = no
# Bots equip upgrades (Bots will equip any item obtained from looting or a quest if they are upgrades)
# Default: 0 (disabled)
AiPlayerbot.AutoEquipUpgradeLoot = 0
# Default: 1 (enable)
AiPlayerbot.AutoEquipUpgradeLoot = 1
# Equip upgrade threshold for auto equip upgrade
# Default: 1.1 (Equip when the equipment score is 1.1 times higher than the current)
AiPlayerbot.EquipUpgradeThreshold = 1.1
# Sync quests with player (Bots will complete quests the moment you hand them in. Bots will ignore looting quest items.)
# Default: 0 (disabled)