Can't Track 10th Achievement

So sent a couple bug reports filed a ticket and no resolution yet so reaching out to see if this has happened to others. So recently resubscribed to WOW, been grinding out achievements. I have 9 achievements displayed being tracked and when I finish one and track a new achievement the newest achievement appears at the bottom of the list. When I select the 10th achievement it tells me “you can only only track 10 achievements at a time”

I was able to track 10 achievements when I started. I also had some overheating issues I resolved in my build. When I crashed due to CPU overheat I noticed some achievements I completed where still being tracked and I had to untrack them to get the 10th spot open in the tracker.

A few days ago I finished the collect 25 tabards and collect 30 tabards quest. My PC did overheat on me then. When I next reloaded WOW that’s when I noticed I couldn’t track the 10th achievement. Here is the kicker. Since the collect 30 tabards quest being completed I can’t tell or uncheck if the collect 25 tabards is taking up the 10th slot.

I have tried resetting the UI, I am not using any add ons, and have done a complete uninstall/reinstall of the game. Anyone able to confirm if they ran into this issue before and know a solution?

1 Like

These two script macros allow you to manually add and remove achievement tracks:

/script AddTrackedAchievement(XXXX)
/script RemoveTrackedAchievement(XXXX)

where XXXX is a number, the achievement ID. You can use Wowhead to search up the ID because they use the ID as their URL index.

So since this is the 25 Tabards URL:

https://www.wowhead.com/achievement=1021/twenty-five-tabards

the command: /script RemoveTrackedAchievement(1021) should remove tracking for that achievement even if you can’t get to it through the UI. You could at least rule that out as a possibility even if it doesn’t fix it.

Those scripts are fussy about capitalisation and spelling so it has to be exactly as I wrote it here.

1 Like

Thank you this worked. :slight_smile: