DB/ChrRaces

From wowdev
Revision as of 14:01, 8 September 2007 by Schlumpf (talk | contribs) (→‎Structure)
Jump to navigation Jump to search

Information about character creation and selection screens.

Header Info

Records....................15
Fields.....................27
Record Size...............108
String Block Size.........264

Structure

Column	Field 				Type 		Notes 
1 	ID 				Integer 	
2 	Boots 				Integer 	has something to do with the boots. setting this to 12 shows them.
3 	Order 				Integer 	Order in the character creation screen. Acts weirdly if changed. 
4 	Unknown 			Flags 		0x0 for not playable races
5 	iRefID_CreatureDisplayInfo	Integer 	Male Model ID 
6 	iRefID_CreatureDisplayInfo	Integer 	Female Model ID  
7 	abbrev 				String		Used in retrieving helmet models.
8 	Unknown 			Float 		Size in some way?
9 	factionID 			Integer 	1 = Horde, 7 = Alliance 
10 	Unknown 			Integer 	Always 7 
11 	Unknown 			Integer 	Always 15007 
12 	Unknown 			Flags 		Always 0x448, 0x442 for dwarf 
13 	internalname 			String 		character\ [...] \Male\...
14 	iRefID_CinematicSequences 	Integer 	Cinematic Opener
15-23 	Racename 			String + Loc	Name displayed ingame
24 	Features 1 			String 		<..
25 	Features 2 			String 		 ..  which type of Facial Features this race has.
26 	Features 3 			String 		 ..>
27 	Expansion 			Integer 	0 -> Normal, 1 -> Burning Crusade, 2 -> Northrend?  

--Schlumpf 09:36, 13 August 2007 (CEST)