Update playerbots.conf

This commit is contained in:
bash
2024-10-06 20:30:02 +02:00
committed by GitHub
parent d8baeca5ed
commit 7f9648a7a8

View File

@@ -17,18 +17,18 @@ AiPlayerbot.RandomBotAccountPrefix = "rndbot"
# cause lag if not worse, due the design of level 1 areas they will cluster
# which is hard for the server to deal with.
#-------------------------------------------------------------------
AiPlayerbot.MinRandomBots = 3000
AiPlayerbot.MaxRandomBots = 3000
AiPlayerbot.MinRandomBots = 4000
AiPlayerbot.MaxRandomBots = 4000
AiPlayerbot.RandomBotMinLevel = 1
AiPlayerbot.RandomBotMaxLevel = 70
AiPlayerbot.RandomBotMaxLevel = 80
AiPlayerbot.RandomBotMaxLevelChance = 0.01
AiPlayerbot.RandomBotFixedLevel = 0
AiPlayerbot.DisableRandomLevels = 0
AiPlayerbot.RandombotStartingLevel = 5
AiPlayerbot.SyncLevelWithPlayers = 0
AiPlayerbot.AutoTeleportForLevel = 1
AiPlayerbot.RandomBotMaps = 0,1,530,571
#AiPlayerbot.RandomBotMaps = 0,1
#AiPlayerbot.RandomBotMaps = 0,1,530,571
AiPlayerbot.RandomBotMaps = 0,1
AiPlayerbot.DisableDeathKnightLogin = 1
AiPlayerbot.AllowPlayerBots = 1
AiPlayerbot.AllowGuildBots = 1
@@ -39,9 +39,9 @@ AiPlayerbot.AutoDoQuests = 1
#-------------------------------------------------------------------
# world account bots and rotation
#-------------------------------------------------------------------
AiPlayerbot.EnableRotation = 0
#AiPlayerbot.RotationPoolSize = 5200
AiPlayerbot.RandomBotAccountCount = 500
AiPlayerbot.EnableRotation = 1
AiPlayerbot.RotationPoolSize = 5500
AiPlayerbot.RandomBotAccountCount = 600
#-------------------------------------------------------------------
@@ -57,7 +57,7 @@ AiPlayerbot.MaintenanceCommand = 1
#-------------------------------------------------------------------
AiPlayerbot.MaxAddedBots = 40
AiPlayerbot.MaxAddedBotsPerClass = 40
AiPlayerbot.AddClassAccountPoolSize = 70
AiPlayerbot.AddClassAccountPoolSize = 40
#-------------------------------------------------------------------
@@ -122,8 +122,8 @@ AiPlayerbot.AggroDistance = 22
#-------------------------------------------------------------------
PlayerbotsDatabase.WorkerThreads = 1
PlayerbotsDatabase.SynchThreads = 2
AiPlayerbot.BotActiveAlone = 50
AiPlayerbot.botActiveAloneAutoScale = 0
AiPlayerbot.BotActiveAlone = 100
AiPlayerbot.botActiveAloneAutoScale = 1
#################################################################################################