From 38cb9fc19b4966a0237a5a3284214ae30dbb0915 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:16:03 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index cb0ff40..d6a7df4 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 = 3000 -AiPlayerbot.MaxRandomBots = 3000 +AiPlayerbot.MinRandomBots = 2000 +AiPlayerbot.MaxRandomBots = 2000 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.DisableDeathKnightLogin = 0 @@ -27,7 +27,7 @@ AiPlayerbot.RandomBotAllianceRatio = 50 AiPlayerbot.RandomBotHordeRatio = 50 AiPlayerbot.EnableRotation = 0 -#AiPlayerbot.RotationPoolSize = 4000 +#AiPlayerbot.RotationPoolSize = 3000 AiPlayerbot.RandomBotAccountCount = 700 AiPlayerbot.AutoTeleportForLevel = 1 @@ -90,7 +90,7 @@ AiPlayerbot.SayWhenCollectingItems = 0 #------------------------------------------------------------------- # intervals #------------------------------------------------------------------- -AiPlayerbot.RandomBotUpdateInterval = 1 +AiPlayerbot.RandomBotUpdateInterval = 5 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 @@ -151,7 +151,7 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- -AiPlayerbot.BotActiveAlone = 0 +AiPlayerbot.BotActiveAlone = 75 AiPlayerbot.BotActiveFreezeDuringServerInit = 1 AiPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInZone = 1 @@ -159,9 +159,9 @@ AiPlayerbot.BotActiveAloneForceWhenInMap = 0 # BotActiveAloneForceWhenIsFriend = 1 # hasFriend logic can cause a crash AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0 AiPlayerbot.BotActiveAloneForceWhenInGuild = 1 -AiPlayerbot.botActiveAloneSmartScale = 0 +AiPlayerbot.botActiveAloneSmartScale = 1 AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 50 -AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 100 +AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 150 AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1 AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80