DB/VocalUISounds: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page VocalUISounds.dbc to DB/VocalUISounds)
mNo edit summary
Line 14: Line 14:
  4 iRefID_[[SoundEntries.dbc|NormalSoundID]] Integer[2] Male sound, Female sound  
  4 iRefID_[[SoundEntries.dbc|NormalSoundID]] Integer[2] Male sound, Female sound  
  6 iRefID_[[SoundEntries.dbc|PissedSoundID]] Integer[2] Male sound, Female sound  
  6 iRefID_[[SoundEntries.dbc|PissedSoundID]] Integer[2] Male sound, Female sound  
--[[User:Schlumpf|Schlumpf]] 01:15, 13 August 2007 (CEST) & "http://www.sourcepeek.com/wiki/VocalUISounds.dbc" ofc


==6.0.1.18179==
==6.0.1.18179==

Revision as of 23:44, 21 February 2016

Contains UI error sounds for all the different races and genders. IE "Already in a group", "Not Enough Mana".. etc...

Header Info

Records...................639
Fields......................7
Record Size................28
String Block Size...........1

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	vocalUIEnum 			Integer 	unique id per race
3 	iRefID_ChrRaces 	Integer 	Race
4 	iRefID_NormalSoundID 	Integer[2] 	Male sound, Female sound 
6 	iRefID_PissedSoundID 	Integer[2] 	Male sound, Female sound 

6.0.1.18179

struct VocalUISoundsRec {
  uint32_t m_ID;
  uint32_t m_vocalUIEnum;
  uint32_t m_raceID;
  uint32_t m_NormalSoundID[2];
  uint32_t m_PissedSoundID[2];
};