Download
(7Kb)
Download
Updated: 10-15-10 01:15 PM
Pictures
File Info
Updated:10-15-10 01:15 PM
Created:04-15-10 01:48 AM
Downloads:2,633
Favorites:20
MD5:

SmartAddonBlocker

Version: 4.0a
by: Aeldra [More]

SmartAddonBlocker
Created by Aeldra (EU-Proudmoore)

Automaticly ignore players temporary which use spam-addons.

SmartAddonBlocker is only active in raid by default. It tries to detect raid bosses and automaticly activates itself if the combat starts.
After combat it automaticly deactivates itself and removes the players of the ignore list.

Beware! This addon will put 50-80% of your raid on ignore temporary.
But it is the only way to block these addon spam messages by the server, before they reach your client and you get disconnected.

Thanks to Belae of Khaz'goroth-US for Ignore Addon Spam.




- FAQ -
Q1: How can I configure SmartAddonBlocker?
A1: Type in the chat "/sab ?" or "/sab help" and you get a list of all commands

Q2: Why ignores players in my raid?
A2: It is the only way to block addon spam messages by the server.


- Features -
* Supports all clients
* Automatic enable/disable for raid bosses
* White list to exclude players which will never ignored
* Healer mode which does not block all healer addons
* Manual toggle option


- Chat commands -
Type /sab [command] or /smartaddonblocker [command] in game to toggle

Code:
wl    - Adds your target to the whitelist
rm #  - Removes a name (#) or your target of the whitelist
hm    - Healer mode, does not block healer addons, if enabled
ae    - Toggles auto enable
ad    - Toggles auto disable
im    - Toggles ignore info message
sc    - Toggles the spam counter
ss    - Shows spam addons (if spam counter is enabled)
cc    - Clears the spam counter cache
reset - Reset all to default

- Contact -
Please send me a mail or write a comment if you discover Bugs or have Suggestions.
[email protected]

SmartAddonBlocker 4.0a
* Updated code for Cataclysm


SmartAddonBlocker 3.3d
* Fixed to support ignore list extender addons like IgnoreMore

SmartAddonBlocker 3.3c
* Fixed white-list issue
* Updated auto enable detection

SmartAddonBlocker 3.3b
* Fixed ignore auto cleanup in some special cases
* Added live update of the spam counter info frame
* Added temporary ignored players to the info frame
* Added button '>' to cycle trought the info frame views
* Added chat command: 'im', to toggle the ignore info message

SmartAddonBlocker 3.3a
* Initial version of SmartAddonBlocker
Optional Files (0)


Post A Reply Comment Options
Unread 03-25-11, 03:42 AM  
Aeldra
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 116
Uploads: 18
Yes, it seems blizzard will fix the major addon spam.
We will see if SAB is still needed or what new features will come ^^
Report comment to moderator  
Reply With Quote
Unread 03-23-11, 08:39 PM  
Farmbuyer
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 36
Uploads: 1
SAB in 4.1

So with this coming down the pipe:

http://us.battle.net/wow/en/forum/topic/2228413591

what will become of SAB? The easy answer is "it won't be needed", but I can imagine scenarios where a player would still want to ignore high-traffic addons during (say) a boss fight, but allow those addons to receive data at other times. Thoughts, anyone?
Report comment to moderator  
Reply With Quote
Unread 03-22-11, 07:01 PM  
Farmbuyer
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 36
Uploads: 1
Originally posted by Lunyra
Doesn't seem to block all spam.

I get stuff like below and it's said to be from BigWigs.
You have misunderstood the point of this addon. That's not the kind of "spam" that SAB is designed to block.
Report comment to moderator  
Reply With Quote
Unread 03-21-11, 01:58 PM  
Lunyra
A Deviate Faerie Dragon

Forum posts: 11
File comments: 51
Uploads: 0
Doesn't seem to block all spam.

I get stuff like below and it's said to be from BigWigs.

*** Flash Freeze: Player ***
*** Remedy ***
*** Biting Chill: Player ***
*** 15 adds left! ***
*** Arcane Storm ***
*** Flash Freeze: Player ***
*** Biting Chill: Player ***
Last edited by Lunyra : 03-21-11 at 01:59 PM.
Report comment to moderator  
Reply With Quote
Unread 08-16-10, 10:04 PM  
Farmbuyer
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 36
Uploads: 1
The list of ignored players should be saved and restored across logins, and if the player is not in combat when logging in, then they should be unignored. Currently if the player gets disconnected during combat, the ignored people will permanently stay ignored unless the player happens to remember to unignore them all, by hand.
Report comment to moderator  
Reply With Quote
Unread 05-05-10, 01:09 PM  
Aeldra
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 116
Uploads: 18
Originally posted by p3lim
Is this like blocking DBM spam and whatnot?
If so, you can use ChatFrame_AddMessageEventFilter to filter the messages instead of ignoring people completely.
No DBM spam gets not ignored.
Ignore the players is the only way to block addon spam messages by the server. In all other cases the spam will still sent to your client.
Report comment to moderator  
Reply With Quote
Unread 05-05-10, 09:12 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Is this like blocking DBM spam and whatnot?
If so, you can use ChatFrame_AddMessageEventFilter to filter the messages instead of ignoring people completely.
Report comment to moderator  
Reply With Quote
Unread 04-29-10, 01:21 AM  
Aeldra
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 116
Uploads: 18
Originally posted by Cyprias
You should add a note stating SAB won't function correctly if the user's running a ignore list extender like IgnoreMore. Since such addons hook the AddIgnore function and save the names locally instead of on the server.
Thanks for the info! Not nice of this addon, but I found a workround, by hooking the orginal functions at startup. Seems to work and implemented in the next version.
Report comment to moderator  
Reply With Quote
Unread 04-28-10, 04:13 PM  
Cyprias
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 71
Uploads: 9
You should add a note stating SAB won't function correctly if the user's running a ignore list extender like IgnoreMore. Since such addons hook the AddIgnore function and save the names locally instead of on the server.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

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.