I've copied the script that checks your progress for season one keys and changed the achievement IDs to match those of season two if you want to check your progress:
+10:
/run for crit=1,10 do local a,_,c = GetAchievementCriteriaInfo(13448, crit); print(string.format("[%s]%10s", c and "\124cFF00FF00True\124r" or "\124cFF888888False\124r",a)) end+15:
/run for crit=1,10 do local a,_,c = GetAchievementCriteriaInfo(13449, crit); print(string.format("[%s]%10s", c and "\124cFF00FF00True\124r" or "\124cFF888888False\124r",a)) endedit: replaced with the better scripts posted by @Zulandia (thanks!)
Achievement
Battle for Azeroth Keystone Conqueror: Season Two
Complete all Battle for Azeroth Season Two dungeons at Mythic Level 10 or higher, within the time limit.
The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.
to track this achievement ingame:
/script AddTrackedAchievement("13448")
It's because he is doing some weird thing where he says if 10th criteria then query 11 instead. Proper one should just be: /run for crit=1,10 do local a,_,c = GetAchievementCriteriaInfo(13448, crit); print(string.format("[%s]%10s", c and "\124cFF00FF00True\124r" or "\124cFF888888False\124r",a)) end
Details
- Category
- Feats of Strength › Dungeons
- Points
- None (Feat of Strength)
- Faction
- Both factions
Series
Each tier replaces the one above it in the achievement log.
- Battle for Azeroth Keystone Conqueror: Season Two
- Battle for Azeroth Keystone Master: Season Two
More like this
Other achievements in Dungeons.
Community notes from Wowhead · 5 comments
Top 3 shown aboveThe comments below were written by Wowhead users. They are community notes, not TheWoWDB comments. See them in context on Wowhead.
The top 3 are shown in Top Comments above. Read all 5 on Wowhead.