diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 0e76ad5..1570f19 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -48,9 +48,30 @@ AiPlayerbot.EquipmentPersistence = 1 AiPlayerbot.RandombotStartingLevel = 1 AiPlayerbot.RandomBotMinLevelChance = 0.1 AiPlayerbot.RandomBotMaxLevelChance = 0.1 + + +# Randombots will behave more like real players (experimental) +# This option will override AiPlayerbot.AutoDoQuests, RandomBotTeleLowerLevel, and RandomBotTeleHigherLevel +# Default: 1 (enabled) +AiPlayerbot.EnableNewRpgStrategy = 1 AiPlayerbot.EnableNewRpgStrategy = 1 +# 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) +# GoCamp (Default: 10 Return to a nearby camp depending on innkeeper/flightmaster)​ +# 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 = 25 +AiPlayerbot.RpgStatusProbWeight.WanderNpc = 20 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 25 +AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 40 +AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 +AiPlayerbot.RpgStatusProbWeight.Rest = 5 + #------------------------------------------------------------------- # command (gear: 1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary) #-------------------------------------------------------------------