From 1d74645e12f2f91c89bc9b91f7cc5ff3a1c5ab77 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:54:17 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 2cae233..2932921 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -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 = 20 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 40 +AiPlayerbot.RpgStatusProbWeight.WanderNpc = 15 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 55 AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 40 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 30 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.Rest = 5