outdated (for a good while now)
look below for the macro of grogir
If you want to see which tabards you have or haven't equipped use this macro:/run y=GetAchievementCriteriaInfo for z=1,87 do a,b,c,d,e,f,g,h,i,j = y(1021,z); k,l,m,n,o,p,q,r,s,t = y(j) if m==false then print("\124cffff0000\You have NOT YET equipped:\124r",k) else print("\124cff00ff00\You have equipped:\124r",k) end; end- If blizzard releases new tabards (this is updated for 4.1 there are currently 87 elligible tabards for the achievement) you can change the 87 manually to a higher number to reflect the right amount of tabards. so 1,88 ; 1,89 ; etc.
-- If you never want to updated this macro again, change the 1,87 to a number higher than the current ingame tabards (say 1,999) the only problem with this is you will get an LUA error, and LUA errors make babies cry!:(
The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.
I made a new macro that works in 5.2 :
/run t={[true]="\124cff00ff00done\124r",[false]="\124cffff0000not done\124r"} for i=1,30000 do desc,_,done,_,_,_,_,id=GetAchievementCriteriaInfoByID(621,i) if id then _,link=GetItemInfo(id) print(link or desc,t[done]) end end
It will list all tabards and tell you the ones you've already equippededit: still works on 6.0, you may need to run the macro two times before it prints everything
I really hope the reward is a tabard bag, i am tired of having so many tabards chocked into different bags in my bank.
Details
- Category
- Collections
- Points
- 10
- Faction
- Both factions
- Requirements
- 1 criteria line
Criteria
What this achievement requires, from the current game data.
- Unlock 30 tabard slot appearances. (x 30)
Series
Each tier replaces the one above it in the achievement log.
- Represent10
- Ten Tabards10
- Twenty-Five Tabards10
- Thirty Tabards10
More like this
Other achievements in Collections.
Community notes from Wowhead · 78 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 78 on Wowhead.