Download
(988 b)
Download
Updated: 02-26-10 07:28 AM
Pictures
File Info
Updated:02-26-10 07:28 AM
Created:10-24-09 01:16 PM
Downloads:8,293
Favorites:35
MD5:

ncError  Popular! (More than 5000 hits)

Version: 1.5
by: nightcracker [More]

ncError is yet another error hiding addon, it hides all errors and not notifications(like quest progress) in a whitelist or blacklist method. You can use a slashcommand to print out the latest error hidden. Memory usage is nihil.

Upcoming features:
- None
Suggest features!

Usage:
Install and go, use /error to print the latest error hidden. You can also filter certain messages from the hiding system, to do this, open the .lua file and start editing. One example has been given:

{
[ERR_INV_FULL]] = true,
}



And you can add more like this:

{
[ERR_INV_FULL]] = true,
[ERR_OUT_OF_RANGE] = true,
["Not enough mana."] = true,
}


The special error codes are found here: http://www.wowwiki.com/WoW_Constants/Errors.

1.5
--
/error now prints to the UIErrorsFrame instead of Chat Frame and added blacklist option.

1.4
--
3.3 update

1.3
--
???

1.2
--
Modified the basic filter, all I had to do was add a dot, also small bugfix.

1.1
--
Didn't realise it wasn't working, it works now though. Also added filtering.

1.0
--
It all starts
Optional Files (0)


Post A Reply Comment Options
Unread 11-04-14, 01:47 PM  
Pedrotic
A Murloc Raider
 
Pedrotic's Avatar

Forum posts: 4
File comments: 79
Uploads: 0
any updates on this? :}
Report comment to moderator  
Reply With Quote
Unread 03-07-10, 06:00 AM  
Nokzius
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by nightcracker
@Nokzius, just append this code(had some more time to figure it out) to ncError.lua:
Code:
SubZoneTextFrame:UnregisterAllEvents()
ZoneTextFrame:UnregisterAllEvents()
Sweet, it works perfectly

Thanks alot
Last edited by Nokzius : 03-07-10 at 06:01 AM.
Report comment to moderator  
Reply With Quote
Unread 03-06-10, 09:40 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
@Nokzius, just append this code(had some more time to figure it out) to ncError.lua:
Code:
SubZoneTextFrame:UnregisterAllEvents()
ZoneTextFrame:UnregisterAllEvents()
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-06-10, 09:21 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Nokzius
Hey. First Iīd just like to say I like your addons.
Small and simple, with a minimum memory usage
Thanks



Yes! I am wondering if it would be very complicated to enable this addon to also hide the Zone text and the sub zone text.

I am thinking about these events...

"ZONE_CHANGED"
"ZONE_CHANGED_INDOORS"
"ZONE_CHANGED_NEW_AREA"

Since these messages are also completely unneccesary spamming of the screen, in my opinion. And I donīt feel like using "Move Everything" just hidding them.
Cheers
Well, I can't remember the names of the frames, but you can do it yourself. Go in-game and type /framestack. Hover over the middle of your screen. Now zone to another zone so the text shows. There should show up an other frame in the framestack. Remember that name and add these lines to ncError.lua:

Code:
<name>:Hide()
<name>.Show = nil
Replace <name> with the framename ofcourse.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-06-10, 08:57 AM  
Nokzius
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Hey. First Iīd just like to say I like your addons.
Small and simple, with a minimum memory usage
Thanks

Upcoming features:
None.
Suggest features!
Yes! I am wondering if it would be very complicated to enable this addon to also hide the Zone text and the sub zone text.

I am thinking about these events...

"ZONE_CHANGED"
"ZONE_CHANGED_INDOORS"
"ZONE_CHANGED_NEW_AREA"

Since these messages are also completely unneccesary spamming of the screen, in my opinion. And I donīt feel like using "Move Everything" just hidding them.
Cheers
Report comment to moderator  
Reply With Quote
Unread 12-26-09, 11:05 PM  
ElphieRAWR
A Deviate Faerie Dragon
 
ElphieRAWR's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 36
Uploads: 7
I'm in love with this.

Just thought you should know.
__________________
-- Elphie --
[Matanya of Arthas]
Report comment to moderator  
Reply With Quote
Unread 11-05-09, 12:54 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Ferous
This error addon sounds so much better than all the error addons I have tried I want to Hide most errors except, if I can't do something, I have to disable it to see why I can't do something I love the /error command idea, I will have to download this! Looking foward to your ncUI!
Thanks!
Report comment to moderator  
Reply With Quote
Unread 11-04-09, 08:20 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
This error addon sounds so much better than all the error addons I have tried I want to Hide most errors except, if I can't do something, I have to disable it to see why I can't do something I love the /error command idea, I will have to download this! Looking foward to your ncUI!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: