DB/CurrencyTypes: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: CurrencyTypes(id INT UNIQUE PRIMARY KEY, item FOREIGN KEY [Item] ==Structure== {| style="background:#FCFCFC; color:black" |- ! width="80" | Column ! width="180 " | Field ! width="80" | ...)
 
No edit summary
Line 1: Line 1:
CurrencyTypes(id INT UNIQUE PRIMARY KEY, item FOREIGN KEY [Item]
This file lists currencies that are now listed out of the inventory but on a tab in the character frame.
 
==Structure==
==Structure==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
Line 28: Line 29:
*125 (18) - [http://www.wowhead.com/?item=20558 Warsong Gulch Mark of Honor]
*125 (18) - [http://www.wowhead.com/?item=20558 Warsong Gulch Mark of Honor]
*126 (19) - [http://www.wowhead.com/?item=43589 Wintergrasp Mark of Honor]
*126 (19) - [http://www.wowhead.com/?item=43589 Wintergrasp Mark of Honor]
10* are WotLK marks and basic PvP currencies.
*101 (10) - [http://www.wowhead.com/?item=40752 Emblem of Heroism]
*102 (11) - [http://www.wowhead.com/?item=40753 Emblem of Valor]
*103 (12) - [http://www.wowhead.com/?item=43307 Arena Points]
*104 (13) - [http://www.wowhead.com/?item=43308 Honor Points]


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

Revision as of 16:59, 30 November 2008

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 RealId Integer

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.