diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index cfb8bc2..3a0c2f4 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -82,9 +82,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 = 35 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 45 AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 40 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 30 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.Rest = 5