Update playerbots.conf

This commit is contained in:
bash
2024-10-06 22:20:55 +02:00
committed by GitHub
parent 97b2b58424
commit 3683551971

View File

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