From d8baeca5ed74a8b05a7379497dca83e9e237dd66 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sat, 5 Oct 2024 23:18:23 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index b1d3d88..00ca78f 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -17,8 +17,8 @@ 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 = 70 AiPlayerbot.RandomBotMaxLevelChance = 0.01 @@ -80,7 +80,7 @@ AiPlayerbot.RandomBotSayWithoutMaster = 0 # intervals #------------------------------------------------------------------- -AiPlayerbot.RandomBotUpdateInterval = 10 +AiPlayerbot.RandomBotUpdateInterval = 20 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 @@ -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 #################################################################################################