DB/CharacterFacialHairStyles: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (WotLK ready. New style.)
Line 26: Line 26:
|-
|-
| 6 || Facial_Element_3 || Integer || ... on Night Elves, this controls mustache
| 6 || Facial_Element_3 || Integer || ... on Night Elves, this controls mustache
|-
| 7 || Unknown || Integer || 0
|-
| 8 || Unknown || Integer || 0 or 2 - these both rows have strange values for foresttrolls.
|}
|}



Revision as of 20:25, 29 September 2008

CharacterFacialHairStyles 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.

Structure

Column Field Type Notes
1 Race iRefID
2 Gender Integer 0 = Male, 1 = Female
3 SpecificID Integer This ID is unique per gender, per race .
4 Unknown Integer 2.* only.
5 Unknown Integer 2.* only.
6 Unknown Integer 2.* only.
4 Facial_Element_1 Integer Determines mixing of different facial elements, on Night Elves this is chin hair.
5 Facial_Element_2 Integer ... on Night Elves, this contols eyebrows
6 Facial_Element_3 Integer ... on Night Elves, this controls mustache
7 Unknown Integer 0
8 Unknown Integer 0 or 2 - these both rows have strange values for foresttrolls.