mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Add option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user