WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Anoying sounds - need a help. (https://www.wowinterface.com/forums/showthread.php?t=17755)

gromlv 08-17-08 04:35 AM

Anoying sounds - need a help.
 
Hello,i hope this is the right place where to ask sucha question,since on wow eu forums none was able to help me.
Its somewhat an interface/whatever issue

Iam useing macro for my main attack spell

#showtooltip Incinerate
/script UIErrorsFrame:Hide()
/use 13
/use 14
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
/cast Incinerate

The good thing is that it avoids spam (this item is not yet ready)
The bad thing is that it still gives out the annoying background sound (the one that is played when one of your trinkets is still on CD and you attemt to use it)
So my question is:is there any macro comand that wold not only hide the error text,buth allso disable the annoying sound on eatch spell click while trinkets is on CD?

Mera 08-17-08 06:07 AM

I think you can try something like

Code:

/script UIErrorsFrame:Hide()
/console Sound_EnableSFX 0;
/use 13
/use 14
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
/cast Incinerate
/console Sound_EnableSFX 1;

but I agree this doesn't look perfect because it's also disabling other in-game SFX a short period of time.

gromlv 08-17-08 10:11 AM

ok thx,if for example one wold find out the name of exact file that provides the error sound,wold it be possible to make a script that disables just that one sound when one is casting spell with macro mentioned before?

Seerah 08-17-08 02:15 PM

You don't need the Hide() and Show() bits - Clear() is enough.

Also moving to correct forum. :)


All times are GMT -6. The time now is 09:00 PM.

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