From ebc6ed1efa471eae9546bd4e798b1754dc6d7dfc Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:04:00 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 37f0f1f..009a437 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -34,15 +34,15 @@ AiPlayerbot.DisabledWithoutRealPlayerLogoutDelay = 300 #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- -AiPlayerbot.MinRandomBots = 3000 -AiPlayerbot.MaxRandomBots = 3000 +AiPlayerbot.MinRandomBots = 8000 +AiPlayerbot.MaxRandomBots = 8000 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.DisableDeathKnightLogin = 0 AiPlayerbot.RandomBotAllianceRatio = 50 AiPlayerbot.RandomBotHordeRatio = 50 -AiPlayerbot.EnableRotation = 0 + AiPlayerbot.RandomBotAccountCount = 0 #AiPlayerbot.RandomBotAccountCount = 500 @@ -72,7 +72,7 @@ AiPlayerbot.RandomBotMaxLevelChance = 0.1 # Randombots will behave more like real players (experimental) # This option will override AiPlayerbot.AutoDoQuests, RandomBotTeleLowerLevel, and RandomBotTeleHigherLevel # Default: 1 (enabled) -AiPlayerbot.EnableNewRpgStrategy = 1 +AiPlayerbot.EnableNewRpgStrategy = 0 # WanderRandom (Default: 15 Move randomly nearby to find and kill mobs) # WanderNpc (Default: 20 Randomly interact with nearby NPCs​) @@ -82,10 +82,10 @@ AiPlayerbot.EnableNewRpgStrategy = 1 # TravelFlight (Default: 15 Go to the nearest flightmaster and fly to a level-appropriate area) # Rest (Default: 5 Take a break for a while and do nothing) AiPlayerbot.RpgStatusProbWeight.WanderRandom = 10 -AiPlayerbot.RpgStatusProbWeight.WanderNpc = 15 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 75 +AiPlayerbot.RpgStatusProbWeight.WanderNpc = 10 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 35 AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 10 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 55 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.Rest = 5 @@ -157,8 +157,8 @@ AiPlayerbot.SayWhenCollectingItems = 0 #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- -#AiPlayerbot.RandomBotUpdateInterval = 20 -AiPlayerbot.RandomBotUpdateInterval = 1 +AiPlayerbot.RandomBotUpdateInterval = 20 +#AiPlayerbot.RandomBotUpdateInterval = 1 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600