View Single Post
02-19-17, 12:10 AM   #5
Taraezor
A Fallenroot Satyr
 
Taraezor's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2012
Posts: 21
The sound kit suggestion is the way to do things these days. The link to the old wav/ogg method was fine up to about MoP. The list of names has not been updated since and would require constant updating with each expansion and patch.

Consult a website with a sound database, such as Wowhead (and it's annoying banner ads) from a PC. Never from a phone as the banner ads render the website unusable, sadly.

You only need the ID number to pass.

handle = PlaySoundKitID( 12345 )

That return value is just in case you want to stop playing that sound.

Note that this system will select at random one of several potential and related sound files. This might not be desirable.
  Reply With Quote