DB/ChrClasses: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Header Info == Records.....................9 Fields.....................18 Record Size................72 String Block Size.........135 ==Structure== '''Column Field Type Notes...)
 
No edit summary
Line 20: Line 20:


Retrieved from "http://www.sourcepeek.com/wiki/ChrClasses.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/ChrClasses.dbc"
[[Category:DBC]]

Revision as of 14:49, 25 July 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 	Q: is a playable class? 
3 	Unknown 	Boolean 	Hunter and Rogue only tagged rows. 
4 	PowerType 	Integer 	0 = Mana, 1 = Rage, 2 = Focus, 3 = Energy, 4 = Happiness 
5 	sRefCon_1 	String 		Pet type. Warlock is 101 (DEMON) while all other classes are 1 (PET). 
6 	sRefName_1 	String 		
*14 	Localization 	String* 		
15 	sRefCon_2 	String 		
16 	ID 		Integer 	This Identifier is most frequently called from other .dbc files. 
17 	Unknown 	Boolean 	Q: is a hybred class? 
18 	Unknown 	Boolean  	All but Priest, Mage, Warlock are 1 

Retrieved from "http://www.sourcepeek.com/wiki/ChrClasses.dbc"