Thread: Ding noise
View Single Post
12-07-10, 11:34 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
As of Cataclysm, the client no longer uses *.wav audio files; all the included ones were convered to the Ogg Vorbis format (*.ogg). So those commands should probably be:

/script PlaySoundFile("Sound\\Interface\\Levelup.ogg")
/script PlaySoundFile("Sound\\Interface\\Levelup2.ogg")

Once you figure out which sound it is, you can create an empty text file wikth the same name, under the same directory structure:

World of Warcraft\Sound\Interface\Levelup.ogg

Create any folders that don't exist. The file can just be a plain text file, renamed with an .ogg extension.
  Reply With Quote