ErrorMonster is a small addon to block a few standard action errors from printing. Please note that it does not block the "Error Speech" that comes with them - you have to disable that in Sound Options.
It was originally based on RogueSpam, but has since evolved drastically lately after people asked me to add some stuff to it.
Not only does it come with a significant set of default filters, you can of course add and remove filters at will. Filtering does not necessarily mean that the errors are eaten; they can also be redirected to a sink, such as ChatFrame1-7, BigWigs, SCT (+Message), MSBT or Blizzards own FCT, of course, since I implemented sinks, I had to implement general error throttling as well.
You can tell it to also aggro on system and information messages, like quest updates ("1/5 wild boars slain!"), and flush those out the sink as well. And it features a berserk option that will unconditionally flush anything down the sink.
------------------------------------------------------------------------
r73390 | rabbit | 2008-05-11 00:16:22 +0200 (sų., 11 mai 2008) | 1 line
ErrorMonster: Forgot the storage.
------------------------------------------------------------------------
r73388 | rabbit | 2008-05-11 00:12:21 +0200 (sų., 11 mai 2008) | 1 line
ErrorMonster: Sink-2.0.
------------------------------------------------------------------------
r67589 | whyv | 2008-04-02 03:40:20 +0200 (on., 02 april 2008) | 1 line
ErrorMonster: add zhTW locale
------------------------------------------------------------------------
r66041 | rabbit | 2008-03-26 12:55:28 +0100 (on., 26 mars 2008) | 1 line
.trunk: Bump toc for various addons and libraries working on the PTR
------------------------------------------------------------------------
r49704 | funkydude | 2007-09-25 18:20:41 +0200 (ti., 25 sep. 2007) | 1 line
.trunk: various toc updates of ptr working addons
------------------------------------------------------------------------
r45523 | samuelcup | 2007-08-01 17:58:23 +0200 (on., 01 aug. 2007) | 1 line
ErrorMonster: add zhCN translation
------------------------------------------------------------------------
r44804 | rabbit | 2007-07-25 16:55:10 +0200 (on., 25 juli 2007) | 1 line
ErrorMonster: Use SinkLib for output.
------------------------------------------------------------------------
r44384 | rabbit | 2007-07-21 02:05:01 +0200 (lų., 21 juli 2007) | 1 line
ErrorMonster: Update for Parrot API changes.
------------------------------------------------------------------------
r44202 | rabbit | 2007-07-19 17:07:11 +0200 (to., 19 juli 2007) | 1 line
ErrorMonster: Parrot support.
------------------------------------------------------------------------
r40979 | funkydude | 2007-06-21 07:35:46 +0200 (to., 21 juni 2007) | 1 line
ErrorMonster: use embeds.xml
------------------------------------------------------------------------
r36279 | rabbit | 2007-05-22 08:23:16 +0200 (ti., 22 mai 2007) | 1 line
.Bump to 20100.
------------------------------------------------------------------------
r30778 | rabbit | 2007-03-23 09:49:51 +0100 (fr., 23 mars 2007) | 1 line
.Line ending fixups: for files that already had an eol-style set to something other than native, revert to their preferred eol style.
------------------------------------------------------------------------
r25921 | kergoth | 2007-01-23 22:50:43 +0100 (ti., 23 jan. 2007) | 1 line
ErrorMonster: The add command can now accept global variables, such as /errormonster add ERR_BADATTACKPOS.
------------------------------------------------------------------------
r24488 | rabbit | 2007-01-10 12:13:10 +0100 (on., 10 jan. 2007) | 1 line
ErrorMonster: Credit Allara for RogueSpam in the TOC.
------------------------------------------------------------------------
r16161 | rabbit | 2006-11-06 22:16:54 +0100 (ma., 06 nov. 2006) | 1 line
ErrorMonster: Provide the name argument for RegisterChatCommand.
------------------------------------------------------------------------
r15823 | rabbit | 2006-11-03 17:02:25 +0100 (fr., 03 nov. 2006) | 1 line
ErrorMonster: Can now be configured to aggro or ignore errors, system messages and information messages (quest notifications, etc).
------------------------------------------------------------------------
r15791 | rabbit | 2006-11-03 05:25:38 +0100 (fr., 03 nov. 2006) | 1 line
ErrorMonster: Pass the original color down to the appropriate sink instead of making it all red. Also stop playing sounds with the BigWigs sink.
------------------------------------------------------------------------
r15547 | rabbit | 2006-10-30 17:50:50 +0100 (ma., 30 okt. 2006) | 3 lines
ErrorMonster:
* Added berserk option that intercepts all messages sent to UIErrorsFrame disregarding the filter.
* Triggers the events ErrorMonster_MessageFlushed(message) when a message should be flushed and ErrorMonster_Message(message) when a message has passed throttle and is being directed to a display sink.
------------------------------------------------------------------------
r15538 | rabbit | 2006-10-30 16:42:18 +0100 (ma., 30 okt. 2006) | 1 line
ErrorMonster: Errors flushed to a ChatFrame are added with the ID "ErrorMonster", so that you can hook :AddMessage and display these errors according to your own desire.
------------------------------------------------------------------------
r15537 | rabbit | 2006-10-30 16:40:54 +0100 (ma., 30 okt. 2006) | 1 line
ErrorMonster: Can use ChatFrame1-10 as the sink.
------------------------------------------------------------------------
r15495 | rabbit | 2006-10-30 06:21:21 +0100 (ma., 30 okt. 2006) | 1 line
ErrorMonster: Can now throttle error output if filtered through a non-null sink. Default is no throttling.
------------------------------------------------------------------------
r15483 | rabbit | 2006-10-30 00:00:58 +0100 (ma., 30 okt. 2006) | 1 line
ErrorMonster: Can now also optionally redirect errors to SCT, SCTM, BigWigs, MSBT and FCT.
------------------------------------------------------------------------
r14772 | rabbit | 2006-10-22 06:25:23 +0200 (sų., 22 okt. 2006) | 1 line
ErrorMonster: Use pairs(...).
------------------------------------------------------------------------
r12468 | kebinusan | 2006-10-01 13:39:30 +0200 (sų., 01 okt. 2006) | 1 line
More externals fixes
------------------------------------------------------------------------
r12402 | kergoth | 2006-10-01 00:58:37 +0200 (sų., 01 okt. 2006) | 1 line
Reversion is fun!
------------------------------------------------------------------------
r12400 | kergoth | 2006-10-01 00:47:50 +0200 (sų., 01 okt. 2006) | 1 line
Continuing the adjustment to use svn:eol-style of native on files to avoid line ending issues.
------------------------------------------------------------------------
r12056 | nevcairiel | 2006-09-26 18:40:20 +0200 (ti., 26 sep. 2006) | 1 line
Externals: D was so short, so E as well now.
------------------------------------------------------------------------
r11987 | mikma | 2006-09-25 10:01:04 +0200 (ma., 25 sep. 2006) | 1 line
ErrorMonster: 'OMG a bear' ... added more errors to skip
------------------------------------------------------------------------
r10683 | rabbit | 2006-09-10 00:57:50 +0200 (sų., 10 sep. 2006) | 4 lines
ErrorMonster:
* Add more default filters.
* Update AceHooking.
* Tab/space cleanup.
------------------------------------------------------------------------
r9611 | rabbit | 2006-08-31 03:16:11 +0200 (to., 31 aug. 2006) | 1 line
ErrorMonster: Fix all known problems and get a ZIP made.
------------------------------------------------------------------------
r6394 | rabbit | 2006-08-01 01:54:01 +0200 (ti., 01 aug. 2006) | 1 line
ErrorMessage: Added Ace2 as OptionalDeps.
------------------------------------------------------------------------
r6239 | rabbit | 2006-07-30 19:36:12 +0200 (sų., 30 juli 2006) | 1 line
ErrorMonster: TOC update.
------------------------------------------------------------------------
r6238 | rabbit | 2006-07-30 19:31:01 +0200 (sų., 30 juli 2006) | 1 line
ErrorMonster: Added svn externals for Ace2.
------------------------------------------------------------------------
r6237 | rabbit | 2006-07-30 19:23:46 +0200 (sų., 30 juli 2006) | 1 line
ErrorMonster: Initial import of Ace2'ed RogueSpam. Does not work yet, needs externals and stuff.
------------------------------------------------------------------------
Iv'e noticed that one particular error isn't being filtered/redirected by errormonster.
You can't do that right now.
It is a result of trying to change equipsets in combat/while casting, I have it on my main nuke so when I get jumped while fishing it changes my weapons back.
Incredibly annoying in raids as the error messages cover my boss mods bars, making them hard to read. Sure I could move the bars, but I like them where they are and the error message is useless information.
If anyone has a solution to this please let me know.
Just installed this today and it is not doing anything beyond sticking an options window under Interface->AddOns regardless of what is checked/unchecked.
FYI, if you install ErrorFilter and modify ErrorFilter/ErrorFilter.toc, adding a "## OptionalDeps: ErrorMonster" line, you'll get the best of both worlds - filtering + redirection to a sink.
Originally posted by aqri Hello and thank you very much for your answer it was very helpful, bad thing is that i tried using pitbull and i get nowhere near to what you have on your portrait so maybe its a different addon or im just not configuring it right.
Pitbull is one of those highly customizable things. Any unitframe mod is going to have some customization that needs to be done to it. Try Lunar Unit Frames, Shadowed Unit Frames or Stellar Unit Frames (in that order) and see if any of them do what you want out of the box. Configuring Pitbull can be quite daunting, but worth it in the end if you want to play with the options. If you just want unitframes out of the box I have to suggest Lunar Unit Frames.
__________________
There is absolutely no evidence to support the theory that life is serious.
Hello and thank you very much for your answer it was very helpful, bad thing is that i tried using pitbull and i get nowhere near to what you have on your portrait so maybe its a different addon or im just not configuring it right.
Originally posted by aqri Hello, could you please tell me the names of the addons youre using for the portraits and the circled cast bars?
And also are you using kgpanels for the black bottom bar?
Thanks in advance.
Looks like Pitbull for the unit frames (portraits) and probably ButtonFacade Serenity for the buttons. BF doesn't skin the default buttons though, so you'll have to get an action bar mod like Bartender or something.
The bottom is probably BTex, or could be kgPanels. Either or, although I imagine if that's all you want is a bottom bar like that you'll be happy with BTex.
__________________
There is absolutely no evidence to support the theory that life is serious.
__________________
tuba_man on Apple test labs : "I imagine a brushed-aluminum room with a floor made of keyboards, each one plugged into a different test box somewhere. Someone is tasked with tossing a box full of cats (all wearing turtlenecks) into this room. If none of the systems catch fire within 30 minutes, testing is complete. Someone else must remove the cats. All have iPods." (http://community.livejournal.com/tec...t/2018070.html)
seem broken! there is no configuration option in the interface menu and errormonster is not listed there! but its checked and active in the addons option in the character selection screen.
errormonster minimap icon is visible but no option as well, and if i join grps, or so it still spam on my chat frame about the errors
__________________
Alternative to wow when on server maintenance--- Click to signup
@Kuzah Well judging that the .toc files doesn't list Ace3 I don't think it's that.
You configure Errormonster by going ESC->Interface->Addons tab->Errormonster
C'mon people it's been there for months now
PS Have personally used that dialog box almost every day for months. Everytime something goes wrong and i need to redirect the error output to the chat frame to figure out how retarded i'm being
__________________
tuba_man on Apple test labs : "I imagine a brushed-aluminum room with a floor made of keyboards, each one plugged into a different test box somewhere. Someone is tasked with tossing a box full of cats (all wearing turtlenecks) into this room. If none of the systems catch fire within 30 minutes, testing is complete. Someone else must remove the cats. All have iPods." (http://community.livejournal.com/tec...t/2018070.html)
Last edited by Bluspacecow : 04-15-09 at 09:12 AM.
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com