DB/CharHairGeosets: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (ID 2 -> Section)
m (New style.)
Line 1: Line 1:
==Header Info==
Defines possible hairstyles for races.
Records...................203
Fields......................6
Record Size................24
String Block Size...........1


==Structure==
==Structure==
'''Column Field Type Notes '''
{| style="background:#FCFCFC; color:black"
  1 ID Integer
|-
  2 iRefID_[[ChrRaces.dbc|ChrRaces]] Integer
! width="80" | Column  
  3 Gender Integer 0 = Male, 1 = Female  
! width="180 " | Field  
  4 Section Integer ID unique between race, and gender?
! width="80" | Type  
  5 Geoset Integer Defines hairstyle, each number is unique for that race / gender combo  
! width="600" | Notes
  6 Bald/Flags Boolean If this hairstyle bald or not  
|-
|1 || ID || Integer || God knows why these columns never start at 0..
|- style="background:#F0F8FF;"
|2 || [[ChrRaces.dbc|Race]] || iRefID  ||
|-
|3 || Gender || Boolean  || 0 = Male, 1 = Female  
|-
|4 || UniqueID  || Integer || ID unique between race, and gender.
|-
|5 || Geoset || Integer || Defines hairstyle, each number should be unique for that race / gender combo.
|-
|6 || Bald || Boolean || If this hairstyle bald or not .
|}


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

Revision as of 17:44, 29 September 2008

Defines possible hairstyles for races.

Structure

Column Field Type Notes
1 ID Integer God knows why these columns never start at 0..
2 Race iRefID
3 Gender Boolean 0 = Male, 1 = Female
4 UniqueID Integer ID unique between race, and gender.
5 Geoset Integer Defines hairstyle, each number should be unique for that race / gender combo.
6 Bald Boolean If this hairstyle bald or not .