CharacterFacialHairStyles.dbc
From Source Peek Wiki
| Please expand this page. Further information might be found in a section of the talk page. Please remove this message once the article has been expanded. |
Contents |
[edit]
About
CharacterFacialHairStyles.dbc is used for all the different kind of facial changes you can do on your character. This is not limited to hair styles, as night elf female markings, and troll tusks are included in here. I imagine the last customization feature on the character select screen uses this DBC.
[edit]
Header Info
Records...................178 Fields......................9 Record Size................36 String Block Size...........1
[edit]
Structure
| Column | Field | Type | Notes |
|---|---|---|---|
| 1 | iRefID_ChrRaces | Integer | |
| 2 | Gender | Integer | 0 = Male, 1 = Female |
| 3 | ID | Integer | This ID is unique per gender, per race |
| 4 | Unknown | BitMask | |
| 5 | Unknown | BitMask | |
| 6 | Unknown | BitMask | |
| 7 | Facial_Element_1 | Integer | Determines mixing of different facial elements, on Night Elves this is chin hair. |
| 8 | Facial_Element_2 | Integer | ... on Night Elves, this contols eyebrows |
| 9 | Facial_Element_3 | Integer | ... on Night Elves, this controls mustache |
[edit]
Field Range
1 => tinyint(1) unsigned INDEX(id) 2 => tinyint(1) unsigned 3 => tinyint(2) unsigned 4 => int(10) signed 5 => int(9) signed 6 => int(9) signed 7 => tinyint(2) unsigned 8 => tinyint(2) unsigned 9 => tinyint(2) unsigned
