Download
(5Kb)
Download
Updated: 09-07-12 05:35 PM
Pictures
File Info
Updated:09-07-12 05:35 PM
Created:05-07-09 01:51 PM
Downloads:4,783
Favorites:59
MD5:
Categories:Chat Mods, Character Advancement, Graphic UI Mods, Miscellaneous

SilentRespec

Version: 1.0.8
by: Animammal [More]

SilentRespec is a small and simple addon created to allow hiding the "learned/unlearned" messages when switching dual specs or re-speccing yourself or your hunter pet.
Although not respec related, SilentRespec also allows you to hide the earned/lost titles messages mainly because of the 'patron/matron' spam in certain areas and with certain trinket effects.
The functionality of the addon should work for all locales but the options window currently has no translations.

Access the SilentRespec options window through the standard addon section of the World of Warcraft interface options window, or by using the /SilentRespec or /sr chat commands.
There are only a handful of options for which "learned/unlearned" messages to hide and when to hide them.
---------------------
Options include:

Hide Dual Spec "Learned" Messages. - If checked, this option hides all messages from your chat frames about skills or spells "You have learned" when switching your primary and secondary specs.

Hide Dual Spec "Unlearned" Messages. - If checked, this option hides all messages from your chat frames about skills or spells "You have unlearned" when switching your primary and secondary specs.

Hide Re-Spec "Learned" Messages. - If checked, this option hides all messages from your chat frames about skills or spells "You have learned" at any time unless switching your primary and secondary specs.

Hide Re-Spec "Unlearned" Messages. - If checked, this option hides all messages from your chat frames about skills or spells "You have unlearned" at any time unless switching your primary and secondary specs.

Hide Hunter Pet "Learned" Messages. - If checked, this option hides all messages from your chat frames about skills or spells "Your pet has learned" at any time.

Hide Hunter Pet "Unlearned" Messages. - If checked, this option hides all messages from your chat frames about skills or spells "Your pet has unlearned" at any time.

Hide titles earned/lost messages. - If checked, this option hides all messages from your chat frames about earning or losing any "title," such as the Patron and Matron titles.

Version 1.0.8
- Updated TOC for WoW version 5.0
- Thanks to clunkleo for adding the new type of learned skill 'passive' to go along with 'spell' and 'ability' before I could get my lazy ass to do it.

Version 1.0.7
- Updated TOC for WoW version 4.2

Version 1.0.6
- Small bugfix for missing system messages, including conflict with addon TradeSkillMaster. (thanks essmene and kronar)

Version 1.0.5
- Fixed for WoW version 4.0.1

Version 1.0.4
- Added option to hide the earned/lost titles messages such as "Patron" and "Matron."

Version 1.0.3
- Updated TOC for WoW version 3.2

Version 1.0.2
- Added options to hide "Learned" and "Unlearned" messages for hunter pets.
- Added /sr as a shorthand command for /SilentRespec
- Changed default settings to have all options checked by default.
If you have nothing checked off from a previous version, this new version will set the new defaults (all options checked) the first time it runs.

Version 1.0.1
- Added /SilentRespec command to access Options window.
- Attempting fix for issues with functionality for several locales.

Version 1.0
- Initial release.
Post A Reply Comment Options
Unread 07-24-11, 01:17 PM  
spiralofhope
A Deviate Faerie Dragon
 
spiralofhope's Avatar

Forum posts: 13
File comments: 276
Uploads: 0
Thanks, this replaces DualSpec DeSpammer:
http://wow.curse.com/downloads/wow-a...despammer.aspx
__________________
spiralofhope.com
Report comment to moderator  
Reply With Quote
Unread 07-15-11, 06:38 PM  
Animammal
A Murloc Raider
 
Animammal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 7
Uploads: 4
The addon should work with 4.2 but I've uploaded a new version with the table of contents updated for 4.2 so you don't have to load out of date addons.

Originally posted by Nocturnal
Will it be updated to 4.2? Very small and very usefull addin $-)
Report comment to moderator  
Reply With Quote
Unread 07-09-11, 11:29 PM  
Nocturnal
A Kobold Labourer
 
Nocturnal's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
Will it be updated to 4.2? Very small and very usefull addin $-)
Report comment to moderator  
Reply With Quote
Unread 03-25-11, 04:50 PM  
Animammal
A Murloc Raider
 
Animammal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 7
Uploads: 4
Re: TalentSpam has wrong return values

Thanks for letting me know about this, I've updated and uploaded a new version with this fix.

Originally posted by essmene
http://forums.wowace.com/showthread....152#post315152

instead of
Code:
        if (hidelearndual and changingspec) or (hidelearnrespec and not changingspec) then
            return true
        else        
            return false, args
        end
it should be
Code:
        -- If option for hiding "Learned" messages is set for dual or respec and if for dual spec player is changing between dual specs.
        if (hidelearndual and changingspec) or (hidelearnrespec and not changingspec) then
            return true
        end
Also in the first post args is not defined and it should return ... instead.
Report comment to moderator  
Reply With Quote
Unread 02-21-11, 03:14 AM  
essmene
A Murloc Raider

Forum posts: 5
File comments: 30
Uploads: 0
TalentSpam has wrong return values

http://forums.wowace.com/showthread....152#post315152

instead of
Code:
        if (hidelearndual and changingspec) or (hidelearnrespec and not changingspec) then
            return true
        else        
            return false, args
        end
it should be
Code:
        -- If option for hiding "Learned" messages is set for dual or respec and if for dual spec player is changing between dual specs.
        if (hidelearndual and changingspec) or (hidelearnrespec and not changingspec) then
            return true
        end
Also in the first post args is not defined and it should return ... instead.
Report comment to moderator  
Reply With Quote
Unread 07-07-09, 11:13 AM  
Skyshatter
A Kobold Labourer
 
Skyshatter's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Love it, keep up the good work.
Report comment to moderator  
Reply With Quote
Unread 05-08-09, 11:25 AM  
Animammal
A Murloc Raider
 
Animammal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 7
Uploads: 4
Originally posted by leks0d
Code:
[11:41:43] Interface\AddOns\SilentRespec\SilentRespec.lua:25: malformed pattern (ends with '%')
[C]: ?
[C]: in function `strfind'
Interface\AddOns\SilentRespec\SilentRespec.lua:25: in function `filterFunc'
Interface\FrameXML\ChatFrame.lua:2352: in function `ChatFrame_MessageEventHandler'
Interface\FrameXML\ChatFrame.lua:2195: in function `ChatFrame_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>

This seems to be a problem with a few locales, I'll get to work on a fix and get a new version out as soon as I can.

-Animal
Report comment to moderator  
Reply With Quote
Unread 05-08-09, 11:25 AM  
Animammal
A Murloc Raider
 
Animammal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 7
Uploads: 4
Re: Sounds Great

Originally posted by Clavicle
I have loaded this into my AddOns directory, yet it does not appear in my addons list. I also looked through the code and couldn't see any /command to call up the options defined.

Looking forward to a working release.

A few questions about this. When you say it doesn't show up in your Addons list, do you mean the list on the character select screen or the list in the Interface->Addons list of options?

I can add a /command to bring up the options window for the next version.

-Animal
Report comment to moderator  
Reply With Quote
Unread 05-07-09, 11:45 PM  
leks0d
A Kobold Labourer
 
leks0d's Avatar

Forum posts: 1
File comments: 71
Uploads: 0
Code:
[11:41:43] Interface\AddOns\SilentRespec\SilentRespec.lua:25: malformed pattern (ends with '%')
[C]: ?
[C]: in function `strfind'
Interface\AddOns\SilentRespec\SilentRespec.lua:25: in function `filterFunc'
Interface\FrameXML\ChatFrame.lua:2352: in function `ChatFrame_MessageEventHandler'
Interface\FrameXML\ChatFrame.lua:2195: in function `ChatFrame_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
Report comment to moderator  
Reply With Quote
Unread 05-07-09, 09:15 PM  
Clavicle
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Sounds Great

I have loaded this into my AddOns directory, yet it does not appear in my addons list. I also looked through the code and couldn't see any /command to call up the options defined.

Looking forward to a working release.
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.