DB/ChrClasses: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer See column 16 below.  
  1 ID Integer See column 16 below.  
  2 Unknown Boolean Q: is a playable class?
  2 Unknown Boolean Hunter and Rogue only tagged rows.  
3 Unknown Boolean Hunter and Rogue only tagged rows.  
  3 PowerType Integer 0 = Mana, 1 = Rage, 2 = Focus, 3 = Energy, 4 = Happiness  
  4 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).  
  5 sRefCon_1 String Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET).  
  6 Name String
  6 sRefName_1 String
  7-14 Localization String*
  *14 Localization String*
  15 internalName String in CAPS, english
  15 sRefCon_2 String
  16 ID Integer This Identifier is most frequently called from other .dbc files.  
  16 ID Integer This Identifier is most frequently called from other .dbc files.  
  17 Unknown Boolean Q: is a hybred class?
  17 Unknown Integer
  18 Unknown Boolean All but Priest, Mage, Warlock are 1
  18 Unknown Integer


Retrieved from "http://www.sourcepeek.com/wiki/ChrClasses.dbc"
--[[User:Schlumpf|Schlumpf]] 15:44, 6 August 2007 (CEST)


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

Revision as of 15:44, 6 August 2007

Header Info

Records.....................9
Fields.....................18
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 
5 	Pet	 	String 		Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET). 
6 	Name 		String 		
7-14 	Localization 	String* 	
15 	internalName 	String 		in CAPS, english
16 	ID 		Integer 	This Identifier is most frequently called from other .dbc files. 
17 	Unknown 	Integer 	
18 	Unknown 	Integer  	

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