From 36835519716a7433ad9a8bbfacf80633bea2000e Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:20:55 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 265bb7d..da2ffc8 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 = 4000 -AiPlayerbot.MaxRandomBots = 4000 +AiPlayerbot.MinRandomBots = 3000 +AiPlayerbot.MaxRandomBots = 3000 AiPlayerbot.RandomBotMinLevel = 1 -AiPlayerbot.RandomBotMaxLevel = 80 +AiPlayerbot.RandomBotMaxLevel = 60 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 = 1 -AiPlayerbot.RotationPoolSize = 5500 -AiPlayerbot.RandomBotAccountCount = 600 +AiPlayerbot.EnableRotation = 0; +#AiPlayerbot.RotationPoolSize = 4500 +AiPlayerbot.RandomBotAccountCount = 400 #------------------------------------------------------------------- @@ -122,8 +122,8 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- PlayerbotsDatabase.WorkerThreads = 1 PlayerbotsDatabase.SynchThreads = 2 -AiPlayerbot.BotActiveAlone = 100 -AiPlayerbot.botActiveAloneAutoScale = 1 +AiPlayerbot.BotActiveAlone = 50 +AiPlayerbot.botActiveAloneAutoScale = 0 #################################################################################################