medtama.blogg.se

Addons for items in wow
Addons for items in wow





Patch 6.1.2 added quality 8 aqua cyan for WoW Token.As of Patch 5.3.0, ITEM_QUALITY_COLORS and NUM_ITEM_QUALITIES both go to 7.In Patch 3.1.1 it seems ITEM_QUALITY7_DESC is defined as "Heirloom," however ITEM_QUALITY_COLORS still does not exist, however GetItemQualit圜olor(7) does return the correct colors.

addons for items in wow

  • Patch 3.0.2 introduced quality 7 ( Heirloom), but neither ITEM_QUALITY7_DESC nor ITEM_QUALITY_COLORS exist as of Patch 3.0.3.
  • addons for items in wow

    The NUM_ITEM_QUALITIES global variable holds the count of ITEM_QUALITY_COLORS. The "description" of the item is given using the constant ITEM_QUALITYX_DESC, where 'X' is the quality number, which will be localized. You can refer to them using ITEM_QUALITY_COLORS, where 'n' is the quality number.

  • hex (string) - a full WoW text color hex string, like 'c|ffcc00ff'.
  • b (number) - blue component of the color (0 to 1, inclusive).
  • addons for items in wow

  • g (number) - green component of the color (0 to 1, inclusive).
  • r (number) - red component of the color (0 to 1, inclusive).
  • The global array ITEM_QUALITY_COLORS is a set of item quality colors, used to color the item name any place it appears.Įach ITEM_QUALITY_COLORS element returns a table with the same values as API GetItemQualit圜olor.







    Addons for items in wow