Dungeon tracker for hidden artifact appearance

Hello,

Just looking for a recommended dungeon tracker so I can unlock hidden Legion artifact appearances.

Are there any trackers that show how many runs you’ve done already? Or do they all start from zero once you install them?

Thanks a bunch!

Pretty sure you need to do legion dungeons. Might be why your not making progress.

1 Like

I plan to do Legion content.

Just looking for a tracker and if there are any that show how many runs you’ve done already.

Run this macro I got from wowhead

/run local q,x,,a,b = GetAchievementCriteriaInfo,0 for i=1,11 do ,,,a,b = q(11152,i) x=x+a end local ,,,c,d = q(11153,1) local ,,,e,f = q(11154,1) print(“Dungeons: “…x…”/”…b) print(“WQs: “…c…”/”…d) print(“Kills: “…e…”/”…f)

1 Like

Thanks will give it a go! Time to get some artifact appearances for cross spec mogs haha

Pretty sure it tracks on your artifact pane if you don’t mind the walk to your order hall. Or at least that is how I recall it working back in Legion.

1 Like

Yep. Just hover your mouse over the appearance that is locked in the order hall forge thingy and it will tell you x/30 of whatever it is.

1 Like

Oh wow without any adds?

That’s really cool