Talk:API PlaySound

From Warcraft Wiki
Jump to navigation Jump to search

Is there any method of finding a list of playable sound files (I'd be particularly interested in figuring out how to play boss taunts). NohraK 10:06, 6 December 2007 (UTC)

PlaySound is only good for calling the specified named sounds; for others, you'll want PlaySoundFile. To find files you can play with that API, use an MPQ viewer to look through the client's datafiles; boss taunts are in the Data/enUS/speech-enUS.mpq, expansion-speech.mpq, and patch mpqs, and in their internal filesystems can be found at Sound\Creature\. User:Fizzwidget/Signature 20:42, 27 December 2007 (UTC)