From 777c26ae82172e8c7f2fe72477016fe789836aa8 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 10 Aug 2025 16:59:06 +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 1a97a89..9c1d1c2 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 = 15 AiPlayerbot.RpgStatusProbWeight.WanderNpc = 20 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 50 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 40 AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 25 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 35 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.Rest = 5