From 13286a9d55339ae8763480129e1d61267a6520e2 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:35:24 +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 752e98f..57ecfb5 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -34,8 +34,8 @@ AiPlayerbot.DisabledWithoutRealPlayerLogoutDelay = 300 #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- -AiPlayerbot.MinRandomBots = 3000 -AiPlayerbot.MaxRandomBots = 3000 +AiPlayerbot.MinRandomBots = 2300 +AiPlayerbot.MaxRandomBots = 2400 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.DisableDeathKnightLogin = 0 @@ -84,9 +84,9 @@ AiPlayerbot.EnableNewRpgStrategy = 1 # DoQuest (Default: 60 Select quest from the quest log and head to the location to attempt completion​) # 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 = 5 +AiPlayerbot.RpgStatusProbWeight.WanderRandom = 10 AiPlayerbot.RpgStatusProbWeight.WanderNpc = 5 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 30 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 25 AiPlayerbot.RpgStatusProbWeight.GoCamp = 5 AiPlayerbot.RpgStatusProbWeight.DoQuest = 40 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 10