PDA

View Full Version : Please help sound



pewshamanper
06-23-2009, 05:26 PM
How do you disable the swwwwssssssshhhhhh noise when a spell is not ready without disabling everything else

Jubber
06-23-2009, 06:31 PM
I believe you can add this to your macro to remove the sound.. Not positive as I am at work at the moment and can't verify this.

/console Sound_EnableSFX 0
/Cast Spell
/console Sound_EnableSFX 1

Edit: It could be this too. I think they do the same thing. It just removes the sound on cast and then reenables it after.

/run SetCVar("Sound_EnableSFX","0")

/cast spell

/run SetCVar("Sound_EnableSFX","1")