Page 2 of 2 FirstFirst
1
2
  1. #21
    Quote Originally Posted by netherflame View Post
    I'm just glad that we don't have to do these for each hidden appearance for each spec.
    What's even better is that you can use the dungeon/pvp/wq hidden appearances for other specializations without needing to have the base hidden version of that spec unlocked. Really helpful if your main spec has a very arduous method of obtaining the hidden appearance.

  2. #22
    Here's a macro you can run that will check the progress for dungeons, hks, and world quests.

    /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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •