DB/CurrencyTypes: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
Line 37: Line 37:


[[Category:DBC]]
[[Category:DBC]]
[[Category:3.0.2.8905]]
[[Category:3.0.2.8905]][[Category:DBC_WotLK]]

Revision as of 17:35, 11 December 2012

This file lists currencies that are now listed out of the inventory but on a tab in the character frame.

Structure

Column Field Type Notes
1 ID Integer They include some kind of groups too. See below. Real id in column 4.
2 Item iRefID The itemd displayed.
3 Category iRefID Yes, there are non-existant categories in here.
4 bitIndex Integer These are getting shifted and used as bitmasks for "currencyTokensBackpack" resulting in a maximum of 32 * 2 types.

ID

The id is always seperatable into three digits. The least significant is some kind of real id for that category. The other two define the category. They always increase in steps of 20.

Example

12* are Marks of Honor.

10* are WotLK marks and basic PvP currencies.