diff --git a/conf/playerbots.conf.dist b/conf/playerbots.conf.dist index ede73583..0f957262 100644 --- a/conf/playerbots.conf.dist +++ b/conf/playerbots.conf.dist @@ -566,7 +566,10 @@ AiPlayerbot.AutoGearScoreLimit = 0 # Default: food, taxi, and raid are enabled AiPlayerbot.BotCheats = "food,taxi,raid" -# Attunement quests (comma-separated list of quest IDs) +# List of attunement quests (comma-separated list of quest IDs) that are automatically completed for all bots. +# While mod-playerbots does not restore removed attunement requirements, although other mods, such as mod-individual-progression, may do so. +# This is meant to exclude bots from such requirements. +# # Default: # Caverns of Time - Part 1 # - 10279, To The Master's Lair @@ -592,7 +595,17 @@ AiPlayerbot.BotCheats = "food,taxi,raid" # # Serpentshrine Cavern # - 10901, The Cudgel of Kar'desh -AiPlayerbot.AttunementQuests = 10279,10277,10282,10283,10284,10285,10296,10297,10298,11481,11482,11488,11490,11492,10901 +# +# The Eye +# - 10888, Trial of the Naaru: Magtheridon +# +# Mount Hyjal +# - 10445, The Vials of Eternity +# +# Black Temple +# - 10985, A Distraction for Akama +# +AiPlayerbot.AttunementQuests = 10279,10277,10282,10283,10284,10285,10296,10297,10298,11481,11482,11488,11490,11492,10901,10888,10445,10985 # # diff --git a/src/PlayerbotAIConfig.cpp b/src/PlayerbotAIConfig.cpp index 356098d3..45551ab1 100644 --- a/src/PlayerbotAIConfig.cpp +++ b/src/PlayerbotAIConfig.cpp @@ -180,7 +180,7 @@ bool PlayerbotAIConfig::Initialize() "165739,165738,175245,175970,176325,176327,123329,2560"), disallowedGameObjects); LoadSet>( - sConfigMgr->GetOption("AiPlayerbot.AttunementQuests", "10279,10277,10282,10283,10284,10285,10296,10297,10298,11481,11482,11488,11490,11492,10901"), + sConfigMgr->GetOption("AiPlayerbot.AttunementQuests", "10279,10277,10282,10283,10284,10285,10296,10297,10298,11481,11482,11488,11490,11492,10901,10888,10445,10985"), attunementQuests); LoadSet>(