From 323d6ce5a8bea7919ca7c88dac26d46af9060ed0 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Fri, 11 Apr 2025 21:38:18 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 90f8480..a44d2f9 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -18,8 +18,8 @@ AiPlayerbot.LimitTalentsExpansion = 0 # 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 = 4500 +AiPlayerbot.MaxRandomBots = 4500 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.DisableDeathKnightLogin = 0 @@ -147,14 +147,14 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- -AiPlayerbot.BotActiveAlone = 10 +AiPlayerbot.BotActiveAlone = 0 AiPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInZone = 1 AiPlayerbot.BotActiveAloneForceWhenInMap = 0 # BotActiveAloneForceWhenIsFriend = 1 # hasFriend logic can cause a crash AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0 AiPlayerbot.BotActiveAloneForceWhenInGuild = 1 -AiPlayerbot.botActiveAloneSmartScale = 1 +AiPlayerbot.botActiveAloneSmartScale = 0 AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 80 AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 200 AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1