DB/ChrRaces: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (New Style.)
Line 1: Line 1:
Information about character creation and selection screens.  
Information about character creation and selection screens.  
==Header Info==
Records....................15
Fields.....................27
Record Size...............108
String Block Size.........264


==Structure==
==Structure==
 
{| style="background:#FCFCFC; color:black"
'''Column Field Type Notes'''
|-
  1 ID Integer
! width="80" | Column  
  2 Boots Integer has something to do with the boots. setting this to 12 shows them.
! width="180 " | Field  
  3 Order Integer Order in the character creation screen. Acts weirdly if changed.  
! width="80" | Type  
  4 Unknown Flags 0x0 for not playable races
! width="500" | Notes
5 iRefID_[[CreatureDisplayInfo.dbc|CreatureDisplayInfo]] Integer Male Model ID
|-
6 iRefID_[[CreatureDisplayInfo.dbc|CreatureDisplayInfo]] Integer Female Model ID 
| 1 || ID || Integer ||
7 abbrev String Used in retrieving helmet models.
|-
  8 Unknown Float Size in some way?
| 2 || Unknown || Integer || This can remove or show boots. Set to 12 to show them. Maybe flags?
  9 factionID Integer 1 = Horde, 7 = Alliance  
|-
  10 Unknown Integer Always 7  
| 3 || Order || Integer || The order in the creation screen. Acts weirdly.
  11 Unknown Integer Always 15007  
|-
12 Unknown Flags Always 0x448, 0x442 for dwarf
| 4 || Flags || Integer || 0x0 for notplayable races.
  13 internalname String character\ [...] \Male\...
|- style="background:#F0F8FF;"
  14 iRefID_[[CinematicSequences.dbc|CinematicSequences]] Integer Cinematic Opener
| 5 || [[CreatureDisplayInfo.dbc|MaleModel]] || iRefID ||
15-23 Racename String + [[Loc]] Name displayed ingame
|- style="background:#F0F8FF;"
  24 Features 1 String <..
| 6 || [[CreatureDisplayInfo.dbc|FemaleModel]] || iRefID ||
  25 Features 2 String ..  which type of Facial Features this race has.
|-
  26 Features 3 String ..>
| 7 || Abbrev || String || A short form of the name. Used for helmet models.
27 Expansion Integer 0 -> Normal, 1 -> Burning Crusade'', 2 -> Northrend? ''
|-
 
| 8 || Unknown || Float || This is 1.0 for the most. Maybe some sort of size or speed.
--[[User:Schlumpf|Schlumpf]] 09:36, 13 August 2007 (CEST)
|-
| 9 || Faction || Integer || 1 = Horde, 7 = Alliance & not playable
|-
| 10 || Unknown || Integer || Always 7.
|-
| 11 || Unknown || Integer || Always 15007.
|-
| 12 || Unknown || Integer || 1090 for dwarfs, 1096 for the others.
|-
| 13 || InternalName || String || Same as the one used in model-filepathes.
|- style="background:#F0F8FF;"
| 14 || Camera || iRefID || Used for the opening cinematic.
|-
| 15-23 || Unknown || [[Loc]] || A name to display.
|-
| 24 || Feature1 || String || Internal names for the facial features.
|-
| 25 || Feature2 || String || The localized ones are in luas.
|-
| 26 || Feature3 || String ||
|-
| 27 || Expansion || Integer || 0 for classic and non-playables, 1 for Burning Crusade
|}


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

Revision as of 18:16, 27 September 2008

Information about character creation and selection screens.

Structure

Column Field Type Notes
1 ID Integer
2 Unknown Integer This can remove or show boots. Set to 12 to show them. Maybe flags?
3 Order Integer The order in the creation screen. Acts weirdly.
4 Flags Integer 0x0 for notplayable races.
5 MaleModel iRefID
6 FemaleModel iRefID
7 Abbrev String A short form of the name. Used for helmet models.
8 Unknown Float This is 1.0 for the most. Maybe some sort of size or speed.
9 Faction Integer 1 = Horde, 7 = Alliance & not playable
10 Unknown Integer Always 7.
11 Unknown Integer Always 15007.
12 Unknown Integer 1090 for dwarfs, 1096 for the others.
13 InternalName String Same as the one used in model-filepathes.
14 Camera iRefID Used for the opening cinematic.
15-23 Unknown Loc A name to display.
24 Feature1 String Internal names for the facial features.
25 Feature2 String The localized ones are in luas.
26 Feature3 String
27 Expansion Integer 0 for classic and non-playables, 1 for Burning Crusade