PDA

View Full Version : Disabling and turning back on sounds fx in a macro


Cerberus
20-11-2008, 12:21 PM
Hi!

I guess this would be the place to ask. I'm currently using a macro to pop my trinkets and icy veins when they are up:

#showtooltip Frostbolt
/use 13
/use 13
/use Icy Veins
/cast Frostbolt

The macro works just fine, but I'm getting very annoyed with the "item not ready" sound. I remember hunters using something like "/soundfx=0" and then "/soundfx=1" inside the macro to remove the gun sound in TBC, but I just can't find the right command and even googling and wowwiki hasn't returned anything. Is there any command that works like that out there?

Thanks :)

Lothaer
20-11-2008, 08:20 PM
/console Sound_EnableSFX 0
/console Sound_EnableSFX 1

found on wowwiki

Cerberus
22-11-2008, 12:30 AM
Thanks :) Was searching for the wrong text I guess