DB/CharSections: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Reordered for WotLK, new style.)
No edit summary
Line 23: Line 23:
| 7  || Texture3  || String  ||  
| 7  || Texture3  || String  ||  
|-  
|-  
| 8  || Flags  || Integer  ||  
| 8  || Flags  || Integer  || See Below
|-  
|-  
| 9  || Type  || Integer  ||  
| 9  || Type  || Integer  ||  
Line 55: Line 55:
| '''Texture3''' || - || - || - || ScalpUpperTexture || -  
| '''Texture3''' || - || - || - || ScalpUpperTexture || -  
|}
|}
==Flags==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Flag
! width="180 " | Description
|-
|0x1|| ||
|-
|0x2|| ||
|-
|0x4|| ||
|-
|0x8|| ||
|-
|0x10|| ||
|}


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

Revision as of 16:58, 29 October 2009

This table defines the textures for the different types of character-variations that involve a texture only. These are hair, beards, the base skin etc.

Structure

Column Field Type Notes
1 ID Integer
2 Race iRefID
3 Gender Boolean Male = 0, female = 1.
4 GeneralType Integer See below.
5 Texture1 String
6 Texture2 String
7 Texture3 String
8 Flags Integer See Below
9 Type Integer
10 Variation Integer These are the variations / colors of the Type.

It seems to have been reordered in WotLK. The Type and Variation fields have been in front of the textures before.

Field Descriptions

The meaning of some of the fields change depending on the GeneralType value.

/ 0 - Base Skin 1 - Face 2 - Facial Hair 3 - Hair 4 - Underwear
Type - FaceType FacialHairType HairStyle -
Color SkinColor SkinColor HairColor HairColor SkinColor
Texture1 SkinTexture FaceLowerTexture FacialLowerTexture HairTexture PelvisTexture
Texture2 ExtraSkinTexture FaceUpperTexture FacialUpperTexture ScalpLowerTexture TorsoTexture
Texture3 - - - ScalpUpperTexture -

Flags

Flag Description
0x1
0x2
0x4
0x8
0x10