This addons provides two commands to enable or disable the spam caused by macros like this:
Code:
/use 14
/stopcasting
/cast Holy Fire
This macro casts holy fire at max rank, and also uses your trinket before if it is ready. However, if the trinket isn't ready, you get an error message saying "This item isn't ready yet.", as well as an error speech if you have this option enabled (in the sound options).
Changing the previous macro to this:
Code:
/err0
/use 14
/stopcasting
/err1
/cast Holy Fire
will prevent any text/sound error to appear/be played from when trying to use your trinket. (/err0 hides the messages and /err1 shows them back. I used short names because of the size limit on macros that i don't want to exceed).
That's it, nothing more, but it should enable macros that are else really annoying. If you have any suggestion or feedback to give, feel free to do it either here or in game / on IRC. Else just enjoy some of the "old" macros that became annoying and are now working again
Version History
1.2
Used a more proper coding and structure for the whole thing
Updated some parts of the code to reflect the change of the name of the CVar EnableErrorSpeech (thanks ngollon)
.toc updated
1.1
Corrected a bug that caused /err1 not to work
.toc updated
1.0
Release
Change Log - LayHideErrors
Used a more proper coding and structure for the whole thing
Updated some parts of the code to reflect the change of the name of the CVar EnableErrorSpeech (thanks ngollon)
.toc updated
Optional Files - LayHideErrors
Sorry, there are currently no optional files available.
Thank you for letting me know. I don't use this addon, and I hadn't noticed yours posts. It'll be fixed soon (like as soon as I'm done with my raid, or tomorrow if I'm too tired).
I'm happy to see that this mod pleased some users
Originally posted by fortunado Okay this is a great mod, but it doesn't seem to suppress the horrible "gong/chime" sound I get when spamming a trinket macro. It disables the error speech. It disables the red text. It does not disable the spam sound. Is there a way to disable this sound as well? Each spell type has its own little sound it makes but really the only ones I spam are the ones that pop trinkets.
Thanks.
I'll try to find what sound that is and what triggers them and i'll add that to the list (assuming it's possible of course)
Okay this is a great mod, but it doesn't seem to suppress the horrible "gong/chime" sound I get when spamming a trinket macro. It disables the error speech. It disables the red text. It does not disable the spam sound. Is there a way to disable this sound as well? Each spell type has its own little sound it makes but really the only ones I spam are the ones that pop trinkets.
Thanks.
Last edited by fortunado : 01-30-2007 at 12:41 PM.
Originally posted by Namsar Thanks for this, I'll test it tonight when I get home, but just one small thing I noticed...
should this line
SLASH_LAYHIDEERRORS_HIDE1 = "/errshow"
actually be
SLASH_LAYHIDEERRORS_HIDE1 = "/errhide"
?
Haha, great bug report It's actually a mistake from me. As you've probably understood, it means that my addon didn't show the errors back after the use of an "error-free" macro. Stupid mistake, as most of them. I'll correct that and upload this right now.
Funny that no one noticed it or reported it before, maybe that those errors were annoying enough to be removed from everywhere? Thanks again for pointing this problem.
I could really see the potential of the new macro system, but I could also see these error messages getting really annoying. With this mod, I just use a couple extra lines to cut out the annoyance. Simple and does just what it's supposed to.
Made my own for my shaman:
/err0
/cast Nature's Swiftness
/err1
/cast Healing Wave
Get an error every time without those two extra lines when my NS is on cooldown, none at all with this mod -- good job.