DB/ChrRaces: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 60: Line 60:
|-  
|-  
! width="80" | Flag  
! width="80" | Flag  
! width="180 " | Description
! width="400 " | Description
|-  
|-  
| 0x1  || Not Playable ||
| 0x1  || Not Playable
|-
|-
| 0x2 || Bare Feet ||
| 0x2 || Bare Feet
|-
|-
| 0x4 ||Known to be checked together with [[CreatureModelData.dbc|CMD]] 0x80. (?)  ||
| 0x4 || CGUnit_C::CanCurrentFormMount, also: [[CreatureModelData.dbc|CMD]].flags & 0x80.
|-
|-
| 0x8 || Playable Races(without NightElf) and Vrykul(?) ||
| 0x8 || Playable Races(without NightElf) and Vrykul(?)
|}
|}




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

Revision as of 11:51, 17 July 2011

Information about character creation and selection screens.

Structure

Column Field Type Notes
1 ID Integer
2 Flags Integer See Below
3 FactionID iRefID facton template id. The order in the creation screen depends on this.
4 Exploration iRefID Played on exploring zones with SMSG_EXPLORATION_EXPERIENCE.
5 MaleModel iRefID only used for the char creation/selection screen. Ingame the server sets the model.
6 FemaleModel iRefID only used for the char creation/selection screen. Ingame the server sets the model.
7 ClientPrefix 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. -- removed in cata?
9 BaseLanguage Integer 1 = Horde, 7 = Alliance & not playable
10 creatureType iRefID Always 7 (humanoid).
11 ResSicknessSpellID Integer Always 15007.
12 SplashSoundID Integer 1090 for dwarfs, 1096 for the others. Getting stored in CGUnit at CGUnit::PostInit.
13 clientFileString String Same as the one used in model-filepathes.
14 cinematicSequenceID iRefID Used for the opening cinematic.
cata alliance Integer
15-31 RaceNameNeutral Loc A name to display.
32-48 RaceNameFemale Loc always is NULL for zhCN.
49-65 RaceNameMale Loc always is NULL for zhCN.
66 facialHairCustomization String Internal names for the facial features.
67 facialHairCustomization String The localized ones are in luas.
68 hairCustomization String
69 required_expansion Integer 0 for classic and non-playables, 1 for Burning Crusade
cata unalteredVisualRaceID Integer

Flags

Flag Description
0x1 Not Playable
0x2 Bare Feet
0x4 CGUnit_C::CanCurrentFormMount, also: CMD.flags & 0x80.
0x8 Playable Races(without NightElf) and Vrykul(?)