Add option

This commit is contained in:
Chromie-WoW
2024-07-10 15:13:22 -07:00
parent 9d4c478b21
commit 36c84d55f2
4 changed files with 10 additions and 2 deletions

View File

@@ -127,10 +127,14 @@ AiPlayerbot.EquipmentPersistenceLevel = 80
# default: 1 (accept based on level)
AiPlayerbot.GroupInvitationPermission = 1
# Enable/Disable bot revive and repair gear when summon (0 = never, 1 = enable when non-combat and alive, 2 = enable always)
# Enable/Disable bot revive when summon (0 = never, 1 = enable when non-combat and alive, 2 = enable always)
# default: 1 (enable for non-combat)
AiPlayerbot.BotReviveWhenSummon = 1
# Enable/Disable bot repair gear when summon (0 = no, 1 = yes)
# default: 1 (enable for non-combat)
AiPlayerbot.BotRepairWhenSummon = 1
# Non-GM player can only use init=auto to initialize bots based on their own level and gear score
# default: 0 (non-gm player can use any intialization commands)
AiPlayerbot.AutoInitOnly = 0