DB/CharVariations: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page CharVariations.dbc to DB/CharVariations)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Header Info ==
__TOC__
Records....................28
{{Template:Sandbox/VersionRange|min_expansionlevel=0|max_expansionlevel=3}}
Fields......................6
Record Size................24
String Block Size...........1


==Structure==
==Classic==
===0.5.3.3368, 1.12.1.5875===
====Struct====
struct CharVariationsRec {
  uint32_t m_RaceID;
  uint32_t m_SexID;
  uint32_t m_TextureHoldLayer[4];
};
 
==Wrath?==
===Table===
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer missing ID 9 (goblin) / iRefID_[[ChrRaces.dbc|ChrRaces]]
  1 ID Integer missing ID 9 (goblin) / iRefID_[[ChrRaces.dbc|ChrRaces]]
Line 14: Line 21:
  ''6 Unknown NULL''
  ''6 Unknown NULL''


--[[User:Schlumpf|schlumpf_]]
[[Category:DBC]]
 
[[Category:DBC_Alpha]]
[[Category:DBC]][[Category:DBC_WotLK]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]

Latest revision as of 14:47, 3 October 2017

PreVanilla … Wrath

Classic

0.5.3.3368, 1.12.1.5875

Struct

struct CharVariationsRec {
  uint32_t m_RaceID;
  uint32_t m_SexID;
  uint32_t m_TextureHoldLayer[4];
};

Wrath?

Table

Column	Field 		Type 		Notes 
1 	ID 		Integer 	missing ID 9 (goblin) / iRefID_ChrRaces
2 	Gender 		Boolean 	Male / Female 
3 	Unknown 	NULL 	
4 	Unknown 	BitMask 	<.. 0x0 or 0x200 / 0 or 512
5 	Unknown 	BitMask 	 .. Reflects previous column. ..>
6 	Unknown 	NULL