Download
(856 b)
Download
Updated: 03-19-08 05:45 PM
Pictures
File Info
Updated:03-19-08 05:45 PM
Created:unknown
Downloads:4,021
Favorites:16
MD5:

LayHideErrors

Version: 1.2
by: Layrajha [More]

LayHideErrors

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

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 (0)


Post A Reply Comment Options
Unread 03-19-08, 03:54 PM  
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 275
File comments: 17
Uploads: 3
Re: Patch

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
Report comment to moderator  
Reply With Quote
Unread 09-28-07, 05:40 AM  
ngollon
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 28
Uploads: 5
Patch

To the author:
The patch seems to have renamed the CVar EnableErrorSpeech to SOUND_EnableErrorSpeech.
Report comment to moderator  
Reply With Quote
Unread 09-26-07, 11:25 AM  
menace97
Premium Member
 
menace97's Avatar
Premium Member

Forum posts: 4
File comments: 101
Uploads: 0
I am getting this error, as of the latest WoW patch:

Date: 2007-09-26 10:22:24
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\LayHideErrors\LayHideErrors.lua line 3:
Couldn't find CVar named 'EnableErrorSpeech'
Debug:
[C]: ?
[C]: GetCVar()
LayHideErrors\LayHideErrors.lua:3: in main chunk


Thanks for any help.
Report comment to moderator  
Reply With Quote
Unread 01-31-07, 11:40 AM  
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 275
File comments: 17
Uploads: 3
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)
Report comment to moderator  
Reply With Quote
Unread 01-30-07, 11:40 AM  
fortunado
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
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-07 at 11:41 AM.
Report comment to moderator  
Reply With Quote
Unread 01-24-07, 08:40 AM  
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 275
File comments: 17
Uploads: 3
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.
Report comment to moderator  
Reply With Quote
Unread 01-23-07, 05:48 PM  
Namsar
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
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"

?
Report comment to moderator  
Reply With Quote
Unread 12-08-06, 07:51 PM  
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 275
File comments: 17
Uploads: 3
I'm happy that you like it Thanks for you encouragements.
Report comment to moderator  
Reply With Quote
Unread 12-08-06, 07:55 AM  
vexis58
A Murloc Raider
 
vexis58's Avatar

Forum posts: 4
File comments: 64
Uploads: 0
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.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: