Hey, don’t know if it’s helpful or what, but I put together a macro that opens your achievement frame and goes to the specific achievement.
/script if not AchievementFrame:IsShown() then AchievementFrame_ToggleAchievementFrame(stats) end AchievementFrame_SelectAchievement(12989, true, false);
Where the 12989 is the achievement ID for the achievement you want (In this specific case, Battle for Azeroth Pathfinder, Part One).
Mostly I use it for if I have too many quests and my tracked achievements are pushed off-screen, it’s convenient to have a button just take me to it so I can click through to see sub-achievements without having to find it first.