diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 57ecfb5..08d1acb 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -84,11 +84,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 = 10 +AiPlayerbot.RpgStatusProbWeight.WanderRandom = 5 AiPlayerbot.RpgStatusProbWeight.WanderNpc = 5 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 25 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 35 AiPlayerbot.RpgStatusProbWeight.GoCamp = 5 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 40 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 35 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 10 AiPlayerbot.RpgStatusProbWeight.Rest = 5