From 1a9170dfd689c3e46f5d6b84eea351e663d45d6a Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Fri, 9 Jan 2026 11:10:28 +0100 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 07dad37..5031a54 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -86,11 +86,11 @@ 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 = 15 -AiPlayerbot.RpgStatusProbWeight.WanderNpc = 20 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 15 +AiPlayerbot.RpgStatusProbWeight.WanderRandom = 10 +AiPlayerbot.RpgStatusProbWeight.WanderNpc = 10 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 50 AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 60 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 30 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.Rest = 5