DB/CharSections: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Header Info== Records..................4848 Fields.....................10 Record Size................40 String Block Size......270034 ==Structure== '''Column Field Type Note...)
 
mNo edit summary
Line 31: Line 31:


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

Revision as of 14:48, 25 July 2007

Header Info

Records..................4848
Fields.....................10
Record Size................40
String Block Size......270034

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	iRefID_ChrRaces 	Integer 	
3 	Gender 			Boolean 	male = 0, female = 1 
4 	Type 			Integer 	See Field Descriptions. 
5 	Section 		Integer 	
6 	Color 			Integer 	
7 	sRefPath_Texture 1 	String 	
8 	sRefPath_Texture 2 	String 	
9 	sRefPath_Texture 3 	String 	
10 	isSpecialNPC 		Boolean 	0 for characters, 1 for special npcs 

Field Descriptions

The meaning of some of the fields change depending on the Type value.

Type Value 	Description 	Section 		Color 		Texture1 	Texture2 	Texture3 
0 		Base Skin 	- 			Skin Color 	Skin  		Extra Skin  	- 
1 		Face 		Face Type 		Skin Color 	Face Lower  	Face Upper  	- 
2 		Facial Hair 	Facial Hair Type 	Hair Color 	Facial Lower  	Facial Upper  	- 
3 		Hair 		Hair Style 		Hair Color 	Hair  		Scalp Lower  	Scalp Upper  
4 		Underwear 	- 			Skin Color 	Pelvis  	Torso  		- 

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