DB/VocalUISounds: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: 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.................)
 
No edit summary
Line 17: Line 17:
  7 Unknown Integer Only humans have values here  
  7 Unknown Integer Only humans have values here  


==Field Range==
  1 => smallint(3) unsigned PRIMARY(id)
  2 => tinyint(2) unsigned
  3 => tinyint(1) unsigned
  4 => smallint(4) signed
  5 => smallint(4) signed
  6 => smallint(3) signed
  7 => smallint(3) signed
Retrieved from "http://www.sourcepeek.com/wiki/VocalUISounds.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/VocalUISounds.dbc"
[[Category:DBC]]

Revision as of 15:16, 25 July 2007

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 	Unknown 		Integer 	unique id per race? 
3 	iRefID_ChrRaces 	Integer 	
4 	iRefID_SoundEntries 	Integer 	Male sound 
5 	iRefID_SoundEntries 	Integer 	Female sound 
6 	Unknown 		Integer 	Only humans have values here 
7 	Unknown 		Integer 	Only humans have values here 

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