diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 064e730..752e98f 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -74,6 +74,9 @@ AiPlayerbot.RandomBotMaxLevelChance = 0.1 # Default: 1 (enabled) AiPlayerbot.EnableNewRpgStrategy = 1 +# Control probability weights for RPG status of bots. Takes effect only when the status meets its premise.​ +# Sum of weights need not be 100. Set to 0 to disable the status. +# # WanderRandom (Default: 15 Move randomly nearby to find and kill mobs) # WanderNpc (Default: 20 Randomly interact with nearby NPCs​) # GoGrind (Default: 15 Go to nearby level-appropriate locations to grind for killing mobs) @@ -81,12 +84,12 @@ 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.WanderNpc = 10 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 35 -AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 55 -AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 +AiPlayerbot.RpgStatusProbWeight.WanderRandom = 5 +AiPlayerbot.RpgStatusProbWeight.WanderNpc = 5 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 30 +AiPlayerbot.RpgStatusProbWeight.GoCamp = 5 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 40 +AiPlayerbot.RpgStatusProbWeight.TravelFlight = 10 AiPlayerbot.RpgStatusProbWeight.Rest = 5 # Enable/Disable cheats for bots