From b0e452ab07ffc8b1a572e26672d8f4d698b591b5 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:29:09 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 2932921..37f0f1f 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -83,9 +83,9 @@ AiPlayerbot.EnableNewRpgStrategy = 1 # Rest (Default: 5 Take a break for a while and do nothing) AiPlayerbot.RpgStatusProbWeight.WanderRandom = 10 AiPlayerbot.RpgStatusProbWeight.WanderNpc = 15 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 55 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 75 AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 30 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 10 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.Rest = 5