WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Gameplay (https://www.wowinterface.com/forums/forumdisplay.php?f=146)
-   -   Ding noise (https://www.wowinterface.com/forums/showthread.php?t=37431)

kasca 12-07-10 09:07 PM

Ding noise
 
Ok anyone know how to turn off the stupid ding. Iam so over hearing it! It enought to make u play with sound off.

Seerah 12-07-10 09:45 PM

According to http://www.wowinterface.com/download...dforWrath.html there are two level up sounds. Not sure which is the current one. But you could manually replace it on your copy of WoW.

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

Phanx 12-07-10 11:34 PM

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.

Seerah 12-08-10 01:39 PM

Thanks for catching that. :) I just copied it from Blu's sound commands download and didn't think about it. :)


All times are GMT -6. The time now is 02:12 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI