DB/NPCSounds: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
  5 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Farewells  
  5 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Farewells  
  4 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Pissed  
  4 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Pissed  
  5 dBank NULL Q: stores last sound file? memory allocation when table is loaded.  
  5 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Q: stores last sound file? memory allocation when table is loaded.  


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


[[Category:DBC]]
[[Category:DBC]]

Revision as of 19:43, 16 April 2011

What the NPC's say when clicked on. These sound files are irrelevant to quests.

Header Info

Records...................193
Fields......................5
Record Size................20
String Block Size...........1

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 		
2 	iRefID_SoundEntries 	Integer 	Greetings 
5 	iRefID_SoundEntries 	Integer 	Farewells 
4 	iRefID_SoundEntries 	Integer 	Pissed 
5 	iRefID_SoundEntries 	Integer 	Q: stores last sound file? memory allocation when table is loaded. 

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