DB/VocalUISounds

From wowdev
Revision as of 14:55, 23 July 2007 by Schlumpf (talk | contribs) (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.................)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 

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"