DB/ChrRaces: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Field description.)
Line 11: Line 11:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Unknown Integer
  2 Unknown 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.  
  3 Order Integer Order in the character creation screen. Acts weirdly if changed.  
  4 Unknown Flags
  4 Unknown Flags 0x0 for not playable races
  5 maleModelID Integer [[CreatureDisplayInfo.dbc]] (Male)
  5 iRefID_[[CreatureDisplayInfo.dbc|CreatureDisplayInfo]] Integer Male Model ID
  6 femaleModelID Integer [[CreatureDisplayInfo.dbc]] (Female)
  6 iRefID_[[CreatureDisplayInfo.dbc|CreatureDisplayInfo]] Integer Female Model ID 
  7 abbrev String         Used in retrieving helmet models.
  7 abbrev String Used in retrieving helmet models.
  8 Unknown Float
  8 Unknown Float Size in some way?
  9 factionID Integer 1 = Horde, 7 = Alliance  
  9 factionID Integer 1 = Horde, 7 = Alliance  
  10 Unknown Integer Always 7  
  10 Unknown Integer Always 7  
  11 Unknown Integer Always 15007  
  11 Unknown Integer Always 15007  
  12 Unknown Flags Always 0x448, 0x442 for dwarf  
  12 Unknown Flags Always 0x448, 0x442 for dwarf  
  13 shortname String
  13 internalname String character\ [...] \Male\...
  14 iRefID_[[CinematicSequences.dbc|CinematicSequences]] Integer
  14 iRefID_[[CinematicSequences.dbc|CinematicSequences]] Integer Cinematic Opener
  15 sRefName String
  15-23 Racename String + [[Loc]] Name displayed ingame
*23 Localization String*
  24 Features 1 String <..
  24 Features 1 String
  25 Features 2 String ..  which type of Facial Features this race has.
  25 Features 2 String
  26 Features 3 String ..>
  26 Features 3 String
  27 Expansion Integer 0 -> Normal, 1 -> Burning Crusade'', 2 -> Northrend? ''
  27 Exp. Flag Integer Flag for expansion introduced BC races. Not Boolean. 


Retrieved from "http://www.sourcepeek.com/wiki/ChrRaces.dbc"
--[[User:Schlumpf|Schlumpf]] 09:36, 13 August 2007 (CEST)


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

Revision as of 08:36, 13 August 2007

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 	Unknown 			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)