DB/CharVariations: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Header Info == Records....................28 Fields......................6 Record Size................24 String Block Size...........1 ==Structure== '''Column Field Type Notes'...)
 
 
(13 intermediate revisions by 5 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?)  
  1 ID Integer missing ID 9 (goblin) / iRefID_[[ChrRaces.dbc|ChrRaces]]
  2 Unknown Boolean Male/felmale
  2 Gender Boolean Male / Female
  3 Unknown NULL
  ''3 Unknown NULL''
  4 Unknown BitMask
  4 Unknown BitMask <.. 0x0 or 0x200 / 0 or 512
  5 Unknown BitMask Reflects previous column.  
  5 Unknown BitMask .. Reflects previous column. ..>
  6 Unknown NULL
  ''6 Unknown NULL''


Retrieved from "http://www.sourcepeek.com/wiki/CharVariations.dbc"
[[Category:DBC]]
[[Category:DBC_Alpha]]
[[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