Thread Tools Display Modes
12-07-10, 09:07 PM   #1
kasca
A Frostmaul Preserver
Join Date: May 2006
Posts: 288
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.
  Reply With Quote
12-07-10, 09:45 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
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"
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
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
12-08-10, 01:39 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Thanks for catching that. I just copied it from Blu's sound commands download and didn't think about it.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » General Discussion » Gameplay » Ding noise

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off