From 7f9648a7a853f6caa8142b93a1b7464d08b07567 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:30:02 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 00ca78f..3fdf4e8 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -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 #################################################################################################