Thread: PlaySound()
View Single Post
07-17-17, 09:54 AM   #3
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
I'm glad you fixed it, but that's not exactly the issue. They didn't rename the file, PlaySound() only accepts numbers in 7.3. What you found was the SOUNDKIT table that has keys named exactly like the old sounds. The values of those keys are the sound IDs. Basically, PlaySound is now PlaySoundKitID. You can find any sound ID by searching for the sound on Wowhead and using the number in the page's address bar.
  Reply With Quote