Quantcast
Viewing all articles
Browse latest Browse all 49879

xanDebuffTimers (v3.1)

Change Log:
--------------------
v3.1
-slight fix for positioning on first time users

v3.0
-Added some more event captures for specific spells under certain situations.
-This should cover those rare occasions where a debuff is triggered by another spell.

v2.9
-Toc update for patch 4.3

v2.8
-Updated for Firelands.
-YES I'm back to playing WOW, expect updates to all my addons.

v2.5
-Updated TOC for patch 4.1
-Fixed a small issue with the COMBAT_LOG_EVENT_UNFILTERED

v2.4
-Added a few more events to the combat log

v2.3
-Small name update
-de evil divide by zero! Must check for it!
-Added tooltip descriptions to the anchors
-Fixed another issue with durations. Sometimes they are nil.
-Bars are now created dynamically when needed.
-Changed the way how buffs/debuffs are processed.
-Only active buffs/debuffs bars are now processed rather then MAX_TIMERS amount.

Version 2.1:
-Streamlined for efficiency and improved sorting.
-The bug where sometimes the bars would float with spaces in between should have been fixed.

Version 2.0:
-Updated for patch 4.0

Version 1.9:
-Fixed a slight issue where focus targets weren't being processed correctly.
-Fixed an issue with the initial frame positions. It should be centered on screen on initial drag.

XanDebuffTimers.lua | 22 ++++++++++++----------
XanDebuffTimers.toc | 2 +-
2 files changed, 13 insertions(+), 11 deletions(-)

Version 1.8:
-Added some more event switches that were missing.
-Changed the way events are determined.

Version 1.7:
-Changed the way that auras are processed. COMBAT_LOG_EVENT_UNFILTERED is now used.
-Added a new slash command /xdt sort - toggles the sorting ASCENDING/DESCENDING.
-Made DESCENDING default.
-Made bar growth up default.
-Removed UNIT_AURA
-Added SPELL_AURA_APPLIED, SPELL_AURA_REMOVED, SPELL_AURA_REFRESH
-Added checks for overflow in bar length.
-Updated getBarColor()
-Bar visual has been modified to MONOCHROME to make it easier to see.
-ProcessGrow...

Description:
--------------------
This is my version of text based timers for debuffs. This mod is extremely lightweight and small. The window can be dragged around and it will remember the position.

If you want just a BUFF version of this mod checkout: xanBuffTimers

NOTE: If you want a graphical debuff/buff tracker, then I suggest you take a look at my other mod iBuffDebuffU. It's highly customizable.


This addon gives you TWO sets of bars, one for Target and one for Focus.

What this mod does:

Displays the debuffs you've casted on the CURRENT TARGET and FOCUS as individual timers.
The bars will be arranged from largest to smallest amount of time remaining on the debuff.
(use /xdt sort to change sorting)
The actual time left will be displayed to the left of the bar's spell icon.
The bar will change colors according to the time left for the debuff.
Debuff Stack count will be displayed on the bottom right of the spell icon.


Supported Units:

Target
Focus


Slash Commands:

/xdt grow --toggles if the bars should grow (UP/DOWN)
/xdt sort --toggles the sorting of the bars (ASCENDING/DESCENDING)
/xdt anchor --toggles a movable anchor frame
/xdt scale # --changes the scale of the timer bars
NOTE: You really should use small numbers for setting the scale!
Example: 0.8, 1.4, 1.7, 2.6, 2.1, etc...



You can view Alpha Builds at my [U...

Viewing all articles
Browse latest Browse all 49879

Trending Articles