DB/CharSections: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 iRefID_ChrRaces Integer
  2 iRefID_[[ChrRaces.dbc|ChrRaces]] Integer
  3 Gender Boolean male = 0, female = 1  
  3 Gender Boolean male = 0, female = 1  
  4 Type Integer See Field Descriptions.  
  4 Type Integer See Field Descriptions.  
Line 17: Line 17:
  8 sRefPath_Texture 2 String
  8 sRefPath_Texture 2 String
  9 sRefPath_Texture 3 String
  9 sRefPath_Texture 3 String
  10 isSpecialNPC Boolean 0 for characters, 1 for special npcs  
  10 isSpecialNPC Boolean 0 for characters, 1 for special npcs


==Field Descriptions==
==Field Descriptions==

Revision as of 15:22, 6 August 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"