DB/ChrRaces: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 37: Line 37:
| 14  || [[CinematicSequences.dbc|Camera]] || iRefID || Used for the opening cinematic.
| 14  || [[CinematicSequences.dbc|Camera]] || iRefID || Used for the opening cinematic.
|-  
|-  
| 15-23 || Unknown || [[Loc]] || A name to display.
| 15-31 || RaceName || [[Loc]] || A name to display.
|-  
|-  
| 24 || Feature1 || String || Internal names for the facial features.
| 32-48 || Unknown || [[Loc]] || always is NULL for zhCN.
|-  
|-  
| 25 || Feature2 || String || The localized ones are in luas.
| 49-65 || Unknown || [[Loc]] || always is NULL for zhCN.
|-  
|-  
| 26 || Feature3 || String ||
| 66  || Feature1 || String || Internal names for the facial features.
|-
| 67  || Feature2 || String || The localized ones are in luas.
|-
| 68 || Feature3 || String ||
|-
|-
| 27 || Expansion || Integer || 0 for classic and non-playables, 1 for Burning Crusade
| 69 || Expansion || Integer || 0 for classic and non-playables, 1 for Burning Crusade
|}
|}


[[Category:DBC]][[Category:3.0.2.8905]]
[[Category:DBC]][[Category:3.0.5.9294]]

Revision as of 10:19, 27 April 2009

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-31 RaceName Loc A name to display.
32-48 Unknown Loc always is NULL for zhCN.
49-65 Unknown Loc always is NULL for zhCN.
66 Feature1 String Internal names for the facial features.
67 Feature2 String The localized ones are in luas.
68 Feature3 String
69 Expansion Integer 0 for classic and non-playables, 1 for Burning Crusade