DB/ChrClasses: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 10: Line 10:
  2 Unknown Boolean Hunter and Rogue only tagged rows.  
  2 Unknown Boolean Hunter and Rogue only tagged rows.  
  3 PowerType Integer 0 = Mana, 1 = Rage, 2 = Focus, 3 = Energy, 4 = Happiness  
  3 PowerType Integer 0 = Mana, 1 = Rage, 2 = Focus, 3 = Energy, 4 = Happiness  
  5 Pet String Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET).  
  4 Pet String Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET).  
  6 Name String
  5 Name String
  7-14 Localization String*
  6-13 Localization String*
  15 internalName String in CAPS, english
  14 internalName String in CAPS, english
  16 ID Integer This Identifier is most frequently called from other .dbc files.  
  15 ID Integer This Identifier is most frequently called from other .dbc files.  
  17 Unknown Integer
  16 Unknown Integer
  18 Unknown Integer 
  17 Unknown Integer 


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


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

Revision as of 15:45, 6 August 2007

Header Info

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

Structure

Column	Field 		Type 	 	Notes 
1 	ID 		Integer 	See column 16 below. 
2 	Unknown 	Boolean 	Hunter and Rogue only tagged rows. 
3 	PowerType 	Integer 	0 = Mana, 1 = Rage, 2 = Focus, 3 = Energy, 4 = Happiness 
4 	Pet	 	String 		Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET). 
5 	Name 		String 		
6-13 	Localization 	String* 	
14 	internalName 	String 		in CAPS, english
15 	ID 		Integer 	This Identifier is most frequently called from other .dbc files. 
16 	Unknown 	Integer 	
17 	Unknown 	Integer  	

--Schlumpf 15:44, 6 August 2007 (CEST)