Update playerbots.conf

This commit is contained in:
bash
2025-01-11 13:17:05 +01:00
committed by GitHub
parent 5d324420f3
commit efcaea9e35

View File

@@ -50,7 +50,7 @@ AiPlayerbot.EquipmentPersistence = 1
#-------------------------------------------------------------------
# command (gear: 1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary)
#-------------------------------------------------------------------
AiPlayerbot.AutoGearQualityLimit = 4
AiPlayerbot.AutoGearQualityLimit = 3
AiPlayerbot.AutoGearScoreLimit = 0
AiPlayerbot.AutoGearCommand = 1
@@ -60,14 +60,10 @@ AiPlayerbot.MaintenanceCommand = 1
AiPlayerbot.AllowPlayerBots = 1
AiPlayerbot.AllowGuildBots = 1
#-------------------------------------------------------------------
# player summoned group/raid bots limits
#-------------------------------------------------------------------
AiPlayerbot.AddClassCommand = 1
AiPlayerbot.MaxAddedBots = 40
AiPlayerbot.MaxAddedBotsPerClass = 10
AiPlayerbot.AddClassAccountPoolSize = 10
AiPlayerbot.AddClassAccountPoolSize = 50
#-------------------------------------------------------------------