DB/NPCSounds: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
mNo edit summary
Line 17: Line 17:
Retrieved from "http://www.sourcepeek.com/wiki/NPCSounds.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/NPCSounds.dbc"


==6.0.1.18179==
struct NPCSoundsRec {
  uint32_t m_ID;
  uint32_t m_SoundID[4];
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 21:02, 2 November 2014

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"

6.0.1.18179

struct NPCSoundsRec {
  uint32_t m_ID;
  uint32_t m_SoundID[4];
};