DB/HelmetGeosetVisData: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (New Style.)
Line 17: Line 17:
| 4  || Facial2Flags || Integer || (Earrings)
| 4  || Facial2Flags || Integer || (Earrings)
|-  
|-  
| 5  || Facial3Flags || Integer || See [[CharacterFacialHairStyles.dbc|CharacterFacialHairStyles]] for information on what is what.
| 5  || Facial3Flags || Integer || See [[ChrRaces.dbc|ChrRaces]], column 24 to 26 for information on what is what.
|-  
|-  
| 6  || EarsFlags || Integer ||  
| 6  || EarsFlags || Integer ||  

Revision as of 17:04, 27 September 2008

Used for hiding certain elements of the face on certain races for certain helmets. The exact workings of this has yet to be discovered, however you can get a general idea of how this works with the information below.

Structure

Column Field Type Notes
1 ID Integer
2 HairFlags Integer 0 = show, anything else = don't show? eg: a value of 1020 won't hide night elf ears, but 999999 or -1 will.
3 Facial1Flags Integer (Beard, Tusks)
4 Facial2Flags Integer (Earrings)
5 Facial3Flags Integer See ChrRaces, column 24 to 26 for information on what is what.
6 EarsFlags Integer

Retrieved from "http://www.sourcepeek.com/wiki/HelmetGeosetVisData.dbc"