DB/SoundCharacterMacroLines: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
   uint32_t m_SoundID;
   uint32_t m_SoundID;
  };
  };
==Categories==
0x0 = Help Me
0x1 = Incoming
0x2 = Charge
0x3 = Flee
0x4 = Attack Target
0x5 = Out Of Mana
0x6 = Follow Me
0x7 = Wait Here
0x8 = Heal Me
0x9 = Cheer
0xA = Open Fire
0xB = Raspberry
==Structure==
==Structure==
  '''Column Field Type'''  
  '''Column Field Type'''  

Revision as of 16:23, 12 October 2017

≤ Vanilla

0.5.3.3368, 1.12.1.5875

struct SoundCharacterMacroLinesRec {
  uint32_t m_ID;
  uint32_t m_Category;
  uint32_t m_Sex;
  uint32_t m_Race;
  uint32_t m_SoundID;
};

Categories

0x0 = Help Me
0x1 = Incoming
0x2 = Charge
0x3 = Flee
0x4 = Attack Target
0x5 = Out Of Mana
0x6 = Follow Me
0x7 = Wait Here
0x8 = Heal Me
0x9 = Cheer
0xA = Open Fire
0xB = Raspberry

Structure

Column	Field 			Type 
1 	ID 			Integer 	
2 	Unknown 		Integer 	
3 	gender 			Boolean 	
4 	iRefID_ChrRaces 	Integer 	
5 	iRefID_SoundEntries 	Integer