Thread Tools Display Modes
08-17-08, 04:35 AM   #1
gromlv
A Fallenroot Satyr
 
gromlv's Avatar
Join Date: Jun 2006
Posts: 21
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?
__________________
Paper is fine, nerf rock. ~Scissors
  Reply With Quote
08-17-08, 06:07 AM   #2
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 331
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.
__________________
If you need to reach me I'm in ESO, @class101 or "Fathis Ules i"
addons: SpamBayes, BrokerCPU
projects: ThunderBayes
Mera[xeh]? - La CroisadeEcarlate (wow)
  Reply With Quote
08-17-08, 10:11 AM   #3
gromlv
A Fallenroot Satyr
 
gromlv's Avatar
Join Date: Jun 2006
Posts: 21
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?
__________________
Paper is fine, nerf rock. ~Scissors
  Reply With Quote
08-17-08, 02:15 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
You don't need the Hide() and Show() bits - Clear() is enough.

Also moving to correct forum.
__________________
"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 » AddOns, Compilations, Macros » AddOn Help/Support » Anoying sounds - need a help.

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