DB/ChrClasses: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
(→‎Structure: Updatet to 9183)
Line 5: Line 5:
  String Block Size.........135
  String Block Size.........135


==Structure==
==9183==
'''Column Field Type Notes'''
 
1 ID Integer See column 16 below.
{| style="background:#FCFCFC; color:black"
2 Unknown Boolean Hunter and Rogue only tagged rows.
|-
3 PowerType Integer 0 = Mana, 1 = Rage, 2 = Focus, 3 = Energy, 4 = Happiness  
! width="80" | Column  
4 Pet String Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET).  
! width="180" | Field  
5-13 Name String + [[Loc]]  
! width="80" | Type  
14 internalName String in CAPS, english
! width="500" | Notes
15 ID2 ? Integer ''This Identifier is most frequently called from other .dbc files. (?)''
|-
17 Unknown Integer
|0||ID||Integer
|-
|1||Unknown||Integer||Hunter,Shaman and Rogue got 1, Deathknight 9; others 0
|-
|2||PowerType||Integer||0 = Mana, 1 = Rage, 2 = Focus, 3 = Energy, 4 = Happiness, 6 = Runes 
|-
|3||Pet||String||Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET).
|-
|4-19||Name_male||[[Loc]]||
|-
|21-36||Name_female||[[Loc]]||
|-
|38-53||Name_neutral||[[Loc]]||
|-
|55||internalName||String||in CAPS, english
|-
|56||ID2 ?||Integer||''This Identifier is most frequently called from other .dbc files. (?)''
|-
|57||Unknown||Integer||Priest and Mage have the same(2) and Paladin and Deahtknight(59)
|-
|58||Unknown||Integer||Only Deathknight has 165, others got 0
|-
|59||Addon||Integer||0=WoW, 1=TBC, 2=Wotlk
|-
|}


--[[User:Schlumpf|Schlumpf]] 15:44, 6 August 2007 (CEST)


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

Revision as of 11:52, 25 January 2009

Header Info

Records....................10
Fields.....................17
Record Size................72
String Block Size.........135

9183

Column Field Type Notes
0 ID Integer
1 Unknown Integer Hunter,Shaman and Rogue got 1, Deathknight 9; others 0
2 PowerType Integer 0 = Mana, 1 = Rage, 2 = Focus, 3 = Energy, 4 = Happiness, 6 = Runes
3 Pet String Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET).
4-19 Name_male Loc
21-36 Name_female Loc
38-53 Name_neutral Loc
55 internalName String in CAPS, english
56 ID2 ? Integer This Identifier is most frequently called from other .dbc files. (?)
57 Unknown Integer Priest and Mage have the same(2) and Paladin and Deahtknight(59)
58 Unknown Integer Only Deathknight has 165, others got 0
59 Addon Integer 0=WoW, 1=TBC, 2=Wotlk