From bb4da9f717761086f1d3a1cc0e607ebe16855016 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:50:57 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 1570f19..091f3a6 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -54,8 +54,6 @@ AiPlayerbot.RandomBotMaxLevelChance = 0.1 # 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​) @@ -72,6 +70,15 @@ AiPlayerbot.RpgStatusProbWeight.DoQuest = 40 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.Rest = 5 +# Enable/Disable cheats for bots +# "gold" (bots have infinite gold) +# "health" (bots have infinite health) +# "mana" (bots have infinite mana) +# "power" (bots have infinite energy, rage, and runic power) +# "taxi" (bots may use all flight paths, though they will not actually learn them) +# "raid" (bots use cheats implemented into raid strategies) +AiPlayerbot.BotCheats = "taxi,raid" + #------------------------------------------------------------------- # command (gear: 1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary) #-------------------------------------------------------------------