Skip to content

Achievement

Thirty Tabards

Collect 30 tabard slot appearances.

Collections

10
Advertisement
Advertisement
Top Comments

The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.

1
saywhat+126via Wowhead (opens the original comment in a new tab)

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!:(

2
grogir+75via Wowhead (opens the original comment in a new tab)

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 equipped

edit: still works on 6.0, you may need to run the macro two times before it prints everything

Read all 78 on Wowhead ↗

Details

Category
Collections
Points
10
Faction
Both factions
Requirements
1 criteria line

Criteria

What this achievement requires, from the current game data.

  1. Unlock 30 tabard slot appearances. (x 30)
Advertisement

Series

Each tier replaces the one above it in the achievement log.

  1. Represent10
  2. Ten Tabards10
  3. Twenty-Five Tabards10
  4. Thirty Tabards10

More like this

Other achievements in Collections.

All Collections achievements

Related

Community notes from Wowhead · 78 comments

Top 3 shown above

The 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.