WoW API: ITEM QUALITY COLORS

From AddOn Studio
Revision as of 23:20, 7 January 2009 by WoWWiki>WoWWiki-Murph (Converted to use class qc-, note about heirloom, linked to related articles)
Jump to navigation Jump to search


WoW API < ITEM QUALITY COLORS

This is an array of item quality colors, used to color the item name any place it appears.

You can also refer to them using ITEM_QUALITY_COLORS[X]. The "description" of the item is given using the constant ITEM_QUALITYX_DESC, which will be localized.

The current list is:

0 - Poor
1 - Common
2 - Uncommon
3 - Rare
4 - Epic
5 - Legendary
6 - Artifact

Notes

Patch 3.0.2 introduced quality 7 (Heirloom), but neither ITEM_QUALITY7_DESC nor ITEM_QUALITY_COLORS[7] exist as of 3.0.3.

See also