Download
(302Kb)
Download
Updated: 12-15-14 08:28 PM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:12-15-14 08:28 PM
Created:unknown
Downloads:541,949
Favorites:705
MD5:

Afflicted3  Popular! (More than 5000 hits)

Version: 2.3.6
by: Shadowed, Tatterotts

Afflicted is an enemy spell timer mod for PvP (mainly arenas). This is for people who just want useful information, such as an interrupt is on cool down and you're
safe to cast a heal or that Blessing of Freedom is going to be back up for an enemy Paladin soon. If you want to know the cool down of an obscure ability say Whirlwind then this is not the mod for you. New timers for abilities that are not included by default can easily be added under the configuration. However, the system is flexible enough that any enemy timer can be added including traps or totems.

Alerts for when a spell is triggered (or ends), as well as when you interrupt or dispel an enemy are included. All alerts can be shown inside party, raid, raid warning, combat text or a specified chat frame.

Slash command: /afflicted

NOTE: Dispel and interrupt announcements will not be part of Afflicted come next push (when 3.2 goes live), they have been broken off into Purgeatory


Version 2.3.6(12/15/14)
Updated for 6.0.3/WoD LIVE
*Lots and lots of spell changes/updates
*Updated libraries

Version 2.3.5 (10/12/14)

Updated for WoD/6.0.2
*Reworked some spell code to remove any spells in the spell list without an actual spell in game associated with it. This will remove custom added spells that no longer exist in WoD. You shouldn't see any more #XXXXX or similar spells at the top of your spell list.
*Removed spells from the spell list that no longer exist, changed the cooldown for a few others, and upped the spells version number to 14. I anticipate having more spells to add as time goes on (or requests are made) as I didn't take the 20 hours it would take to go through every class and spec and see what new toys they got for WoD.
*Updated wowace libraries to the newest available.

Version 2.3.4 (7/5/13)

Set arena to default to 3v3 for now since there's not a super-reliable way to predict arena team size that I've been able to test since the patch.
This will fix the problem of the addon not working when in arenas.

Version 2.3.2 (5/27/13)

Updated TOC
Updated libs
Changed purgeatory reference as the addon is no longer maintained

Version 2.3.2 (3/9/13)

Added in code to merge in a proper anchor on spell database update to avoid future problems and properly updated spell database so that life cocoon and combat readiness will respond properly.

Version 2.3.1 (3/9/13):

Work around for error popping up due to combat readiness and life cocoon ending early and not being assigned to proper anchors.

Version 2.3.0 (3/7/13):

Added general monk cooldowns, also tagged all appropriate spells with the "buff" type
Attempted to correct two general errors that seem to be caused by zoning issues where the combat log isn't reporting a source
Fixed icons not fading when abilities fade early, also corrected for bars (though it was only a select few spells).

Version 2.2.6 (8/30/12):

Fixed the ability to turn off icons when using bars
Corrected a seen issue when upgrading spell database versions
Changed two default initialization values

Version 2.2.5 (8/29/12):

Corrected an error in the GTB library that was causing icons to not display properly in bar mode. This was brought about by new functionality in the GetTexture API call. Testing during a single level 8X BG showed the proper icons for the abilities.

Version 2.2.4 (8/27/12):

Updated all spells and added new ones, lots of spell changes brought about by 5.0.4

Version 2.2.3 (8/25/12):

Increased the spells database version

Version 2.2.2 (8/12/12):

Initial bugfixes for Cata:

Updated Libraries
Removed non existent spells and totems
Removed old spell from the test
Added likely incorrect localizations so that the classes field could be populated for Monks

Have not had time to test extensively yet

Version 2.2.1 (1/6/12):

*Redone spells, might not have gotten all of them put in that people may want, but the durations and CDs, as well as spells new to Cata (like rebuke and skull bash) have been added into the default.

-Note that this will not effect people who have already used that addon, as the spells list seems to be generated when the addon is first loaded, so if you want the new ones, you'll have to delete the addon under the WTF saved variables folder. You can also add them in yourself.

Version 2.2.0 (12/23/11):

Numerous fixes for all (mainly combat log) changes that have occurred since wotlk
Optional Files (2)
File Name
Version
Size
Author
Date
Type
2.2.1
247kB
01-06-12 05:39 PM
Patch
1.0
230kB
04-27-11 09:08 AM
Patch


Post A Reply Comment Options
Unread 06-02-09, 07:06 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Originally posted by Mordh
I had Afflicted bug out and refuse to show anything in a BG when I did a UI reload, so could be.

Afflicted now works in arenas for me, for some reason...consistently too. I had removed my WTF file and disabled a bunch of mods....and then I re-enabled the mods and copied my WTF folder back in (so no real net change, right?) and it works fine all the time.

Dispel/Interrupt announcements do NOT work though. Do they for anyone?
That makes very little sense, when you say you copied your WTF folder back in, you mean you literally made copy of your WTF folder (renamed it to WTF-backup, whatever), loaded the game, enabled mods, exited, deleted WTF, and renamed WTF-backup back to WTF?

I haven't a single clue why it would do that.
Report comment to moderator  
Reply With Quote
Unread 06-02-09, 02:11 PM  
jstn200
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I can't enter a precise time for cooldowns with the sliding bar thing, need the old text entry back or I'll have to stick with an old version ;/
Report comment to moderator  
Reply With Quote
Unread 06-01-09, 08:11 AM  
Mordh
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Found a fix in a forum thread at ArenaJunkies:

Try finding

elseif( ( eventType == "SPELL_DISPEL" or eventType == "SPELL_STOLEN") and self.db.profile.dispelLocation ~= "none" and bit.band(sourceFlags, COMBATLOG_OBJECT_AFFILIATION_MINE) == COMBATLOG_OBJECT_AFFILIATION_MINE and bit.band(destFlags, COMBATLOG_OBJECT_REACTION_HOSTILE) == COMBATLOG_OBJECT_REACTION_HOSTILE ) then

and replacing it with

elseif( ( eventType == "SPELL_DISPEL" or eventType == "SPELL_STOLEN") and self.db.profile.dispelLocation ~= "none" and bit.band(sourceFlags, COMBATLOG_OBJECT_AFFILIATION_MINE) == COMBATLOG_OBJECT_AFFILIATION_MINE ) then

Dispels work now.
Report comment to moderator  
Reply With Quote
Unread 06-01-09, 07:16 AM  
Mordh
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by petoulachi
Hell yeah it seems that I talk to fast, now using Bigwigs instead of DBM but yesterday Afflicted does not show in arena again.

Beside that, I also try to disable the Damage Anchor but it came back everytime. I was disabling it during BG maybe it's the cause ?
I had Afflicted bug out and refuse to show anything in a BG when I did a UI reload, so could be.

Afflicted now works in arenas for me, for some reason...consistently too. I had removed my WTF file and disabled a bunch of mods....and then I re-enabled the mods and copied my WTF folder back in (so no real net change, right?) and it works fine all the time.

Dispel/Interrupt announcements do NOT work though. Do they for anyone?
Report comment to moderator  
Reply With Quote
Unread 06-01-09, 07:00 AM  
petoulachi
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Hell yeah it seems that I talk to fast, now using Bigwigs instead of DBM but yesterday Afflicted does not show in arena again.

Beside that, I also try to disable the Damage Anchor but it came back everytime. I was disabling it during BG maybe it's the cause ?
Report comment to moderator  
Reply With Quote
Unread 05-31-09, 03:15 PM  
Mordh
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Does the dispel/interrupt announcement to party work for everyone else? That is the one feature that *never* works for me, regardless of being in an arena, battleground, dalaran sewers watching alliance dual, etc.
Report comment to moderator  
Reply With Quote
Unread 05-31-09, 01:14 PM  
Mordh
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
I did mean disabled. Thanks for the attention on this. It just seems weird to me as well.

I'll try clearing my afflicted saved variables file, even though it worked fine when I sent it to you and then try running skirmishes with wide swathes of my mods disabled.

If I find any clues, I'll let you know.

It is just odd that it would work so inconsistently in arenas when the code is clear and simple for handling it, and that the dispel/interrupt reporting would fail to work at all, ever.
Report comment to moderator  
Reply With Quote
Unread 05-31-09, 11:20 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Mordh: Did you mean to say "Even with DBM disabled"? It really shouldn't be an addon conflict, but I can't think of anything else at this point given I've never been able to duplicate it.

I mean, if you want you can ZIP up your WTF/Account/<name>/SavedVariables and Interface/AddOns/ folder and email it to [email protected] and I can look for conflicts, but I really can't think of anything that would be causing this.



I just installed DBM and will see if I can get the problem to happen.

[edit] Unless it's a specific DBM setting thats doing it, it worked fine for me even with DBM installed.
Last edited by Shadowed : 05-31-09 at 11:36 AM.
Report comment to moderator  
Reply With Quote
Unread 05-31-09, 11:09 AM  
Mordh
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Is it possible other addons are interfering with Afflicted? Even with DBM enabled it still only works a small percentage of the time in arenas and sometimes stops working in battlegrounds.

I run a well designed UI that takes a lot of addons, and any clue what sort of things might interfere with Afflicted's normal behavior would be appreciated.
Report comment to moderator  
Reply With Quote
Unread 05-31-09, 05:22 AM  
petoulachi
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I also have Afflicted broken when in arena, but it seems that disabling DBM it works again.
Last edited by petoulachi : 05-31-09 at 05:53 AM.
Report comment to moderator  
Reply With Quote
Unread 05-30-09, 03:22 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
I just tried and it worked fine, it showed Every Man for Himself as an icon, and as a message in the chat frame. Try entering a skirmish arena and see if it works.
Report comment to moderator  
Reply With Quote
Unread 05-30-09, 02:02 PM  
Mordh
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Re: Re: Afflicted3 broken

Originally posted by Shadowed
http://img14.imageshack.us/img14/1401/hateg.png

Mail your WTF/Account/<name>/SavedVariables/Afflicted.lua file to [email protected], but I'm guessing you're doing something you shouldn't be.
Thank you Shadowed. I did send you the LUA by way of my gmail account just now, and whatever your determination I'll post the results here so others that do the same thing know not to do it or how to fix it.
Report comment to moderator  
Reply With Quote
Unread 05-30-09, 09:20 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Re: Afflicted3 broken

Originally posted by Mordh
Like other users, I find the mod broken when it comes to arenas, the place it most matters. Has anyone found a work-around? Perhaps an older revision still works there without too many problems?

I spent some time putting print() statements in the code and entering practice arena matches, and it seems to be recognizing it is in a 2v2 arena and registering the right function to read the combat log statements, but no icons/bars appear and I can't figure out why.
http://img14.imageshack.us/img14/1401/hateg.png

Mail your WTF/Account/<name>/SavedVariables/Afflicted.lua file to [email protected], but I'm guessing you're doing something you shouldn't be.
Report comment to moderator  
Reply With Quote
Unread 05-30-09, 09:00 AM  
Mordh
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Afflicted3 broken

Like other users, I find the mod broken when it comes to arenas, the place it most matters. Has anyone found a work-around? Perhaps an older revision still works there without too many problems?

I spent some time putting print() statements in the code and entering practice arena matches, and it seems to be recognizing it is in a 2v2 arena and registering the right function to read the combat log statements, but no icons/bars appear and I can't figure out why.
Report comment to moderator  
Reply With Quote
Unread 05-27-09, 07:28 PM  
Shlink
A Murloc Raider

Forum posts: 5
File comments: 7
Uploads: 0
Not working in Arenas

I can not get Afflicted3 to work in arenas. I have tried checking "Arenas" by its self, "Everywhere Else" by its self, I've tried just both of those checked, and I've also tried checking every single one.
It works great in battlegrounds and world pvp / duels but I can't get the default, or my own anchors to show up in arenas. I have reinstalled the addon several times and deleted my saved variables.
What am I doing wrong? Does this work in arenas for anyone else?
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.