Download
(185Kb)
Download
Updated: 11-23-09 08:37 AM
Pictures
File Info
Updated:11-23-09 08:37 AM
Created:unknown
Downloads:102,509
Favorites:223
MD5:

DR Tracker  Popular! (More than 5000 hits)

Version: r20091123
by: Shadowed [More]

Shows time left until diminishing returns on enemy/friendly/yourself, as well as how far the spell is diminished. Shows the next diminish, so for example when a Cyclone first fades from a player it'll show 50%, once the 2nd one is casted within 15 seconds of the first one fading it'll show 25%.

You can now track enemy, friendly and your own diminishing returns (and filter which of each you want to see), including on NPCs. The spell timer was removed and has been split into the mod http://wowinterface.com/downloads/info9051-CCTracker.html

Essentially how it works, stolen from Darzog's description in comments.

Enemies: You cast fear on the enemy and an entry appears under DR (When the fear ends of course). A symbol representing the type of DR will appear along with the enemy name with a 50% (cause it was the first fear), and a timer. This means that the next fear on that enemy player will last 50% of the duration on the next cast. Then it goes to 25%, then 0%. Then you just watch the timer. When it expires that means you can fear the person again.

Self: Basically the same thing. But when you get feared it brings up all this information about you so you know if you can be feared, sheeped, blinded, etc.

Friends: Same as self, but on friendly players

Slash command: /drtracker

Note Post bug and feature requests on my issue tracker

Author: Shadowed <[email protected]>
Date: Mon Nov 23 06:36:17 2009 -0800
- TOC update
- Updated DRData-1.0

Date: Wed Aug 5 00:38:41 2009 -0700
- * TOC Bump
- * Updated DRData-1.0 library

Date: Wed Jul 29 09:28:23 2009 -0700
- * Fixed an error in DRData that was causing an error with show NPC enabled
- * Actually updated DRData-1.0 this time
- * Definitely need GTB still
- * Library update including new DRData-1.0

Date: Fri May 1 03:30:28 2009 +0000
- * Updated DRData-1.0 to reflect the change to Blinds category being changed

Date: Thu Apr 30 23:42:12 2009 +0000
- * Updated DRData-1.0, now supports taunt DR

Date: Sat Apr 25 07:29:40 2009 +0000
- * Updated DRData-1.0, should have the latest DR for all spells now including WOTLK ones

Date: Tue Apr 14 03:23:18 2009 +0000
- * Added localization.zhCN.lua
- * TOC/lib update

Date: Wed Mar 4 06:41:26 2009 +0000
- * Cleaned up configuration code a little bit
- * Changed bar unregistering to ZCNE instead of Reload to prevent configuration issues for testing
- * Added options to set icon position, font, font size, fade time, max timers for bars
- * Library update

Date: Tue Jan 27 05:40:38 2009 +0000
- * Updated Wyvern Sting, Freezing Trap and Freezing Arrow DR's

Date: Wed Jan 21 02:43:58 2009 +0000
- * Added an icon for the silence category

Date: Tue Jan 20 04:16:05 2009 +0000
- * Updated DRData-1.0

Date: Sat Nov 22 18:11:37 2008 +0000
- * Updated DRData-1.0

Date: Mon Nov 3 19:55:10 2008 +0000
- * Updated DR tracking to watch for SPELL_AURA_REFRESH meaning spamming Polymorph and such won't mess up DR timers anymore
- * Updated a bajillion libraries
- * Added zhCN localization

Date: Mon Oct 13 06:59:00 2008 +0000
- * Fixed our enable/disable code for specific zone types
- * Fixed isPlayer using the wrong operator and causing DRs not to show if you had NPC DRs disabled
- * Updated DRData-1.0
- * TOC bump to 30000
- * Updated DRData-1.0
- * Flipped the filters, checking it means it's enabled, unchecking it means it's disabled

Date: Mon Sep 22 17:52:16 2008 +0000
- * Added static icons for Sleep, Hibernate, Random Roots
- * Added an option to show diminishing returns on NPCs
- * Fixed combat log event not being unregistered when leaving an area it's enabled in
- * Updated most of the libraries including DRData-1.0

Date: Wed Aug 20 22:54:46 2008 +0000
- * Updated DRData-1.0

Date: Thu Aug 14 00:32:15 2008 +0000
- * Fixed a typo in reseting old fields

Date: Sun Aug 10 03:01:46 2008 +0000
- * Updated to use the GTB-1.0/ folder instead of GTB

Date: Wed Jul 30 21:26:09 2008 +0000
- * Alright actually added DRData-1.0 now that SVN isn't being a pain
- * Moved from DiminishingReturns-1.0 to DRData-1.0, game restart required

Date: Sun Jul 27 03:28:22 2008 +0000
- * Added tooltips to the DR filter page, will show what spells are under each category to avoid confusion
- * Added a show self option for those who don't want to see all friendly player DRs and only their own
- * Added separate DR filters for enemy and friendly players

Date: Tue Jul 22 01:41:18 2008 +0000
- * Added an option to grow bars up

Date: Sun Jul 20 08:29:30 2008 +0000
- * GAME RESTART IS REQUIRED!
- * Added an option so you can track enemy and/or friendly DRs
- * Added an option to only show DRs by category, instead of per spell
- * Removed timer tracking from DR tracker, this will be split into another mod that I'll do in a bit
- * Split off the actual DR tracking into a library so I can make addons that take DR into account without duplicating code

Date: Thu Jun 26 16:17:40 2008 +0000
- * Added Freeze and Frost Nova under a root category
Optional Files (0)


Post A Reply Comment Options
Unread 10-12-08, 04:42 PM  
partyboyjapan
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Repentance?

Is it just me, or does repentance not trigger a DR timer?
Report comment to moderator  
Reply With Quote
Unread 10-11-08, 02:03 PM  
oloffl
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by oloffl
Well, the problem I have is, I'm not entirely sure which icon belongs to which school of DR's. When you're in a battleground or in arena and you see an icon unrelated to your class, but in the same school of DR's, it gets a bit confusing.
Originally posted by yuta
that was annoying me to
go to drtracker.lua, line 131 and change
GTBGroup:RegisterBar(id, text, resetIn, nil, self.icons[drCategory] or spellIcon)
to
GTBGroup:RegisterBar(id, text, resetIn, nil, spellIcon or self.icons[drCategory])
Thank you very much, works brilliantly.
Report comment to moderator  
Reply With Quote
Unread 09-29-08, 09:06 PM  
yrns
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by Shadowed
In which case, you say "It's not showing player DRs" not "It's useless because if it doesn't track player DRs"
DR Tracker was not working for me after updating to the most recent version. After digging around the options I noticed that I had most of the filters checked which was disabling everything. I'm positive I hadn't changed the options, so maybe something changed in the update? Anyways, others might be having the same issue.
Report comment to moderator  
Reply With Quote
Unread 09-28-08, 01:28 PM  
vbrokop
A Defias Bandit

Forum posts: 2
File comments: 20
Uploads: 0
hi,

since TBC this is the only mod i've found (after considerable research) that accurately tracks DRs. please, please update this for wotlk! timers are working fine, but the config window won't open and as such i cannot move the bars from the center of the screen.

your efforts are appreciated. thanks!

edit: mm dammit. ui config works on my hunter but not my lock? lame!
'config.lua:127 table index is nil'
Last edited by vbrokop : 09-28-08 at 01:43 PM.
Report comment to moderator  
Reply With Quote
Unread 09-27-08, 09:07 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
In which case, you say "It's not showing player DRs" not "It's useless because if it doesn't track player DRs"
Report comment to moderator  
Reply With Quote
Unread 09-27-08, 05:51 PM  
kznlol
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by Shadowed
Try not to take what I say out of context, and read the entire damn thing.
Whether it was out of context or not, the fact remains that its not showing DRs the player causes, and is thus nearly useless.

Its either a bug or a stupid design.
Report comment to moderator  
Reply With Quote
Unread 09-24-08, 03:18 AM  
Alamaa
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Color on the bars.

Any way I can amke the bars to have a yellow color instead of the green. As the CCtracker addon got the green bars aswell I would like to break them apart color wise, cuz I got them grouped together.

I tried to just add a line with color = x y z, but it didnt work very well. In the DRtracker.lua file. that only made the addon disappare from the game.

Thanks in advace.
Report comment to moderator  
Reply With Quote
Unread 09-22-08, 10:30 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Try not to take what I say out of context, and read the entire damn thing.
Report comment to moderator  
Reply With Quote
Unread 09-22-08, 09:47 PM  
kznlol
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
It doesn't mean it'll show DRs that you caused. [/b]
For one, it kinda does, and for two, who on earth requested something like that?

If it doesn't track DRs you cause on other people, its very nearly useless.
Report comment to moderator  
Reply With Quote
Unread 09-22-08, 01:59 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
I think you're mixing it up, enemy/friendly/self filters are for DRs on them, not what they do. Meaning if you get Blinded (and you have Blind/Cyclone category enabled) it'll show that you have 18 secodns left before the DR resets on yourself.

It doesn't mean it'll show DRs that you caused.
Last edited by Shadowed : 09-22-08 at 11:30 PM.
Report comment to moderator  
Reply With Quote
Unread 09-21-08, 11:37 PM  
sfadick
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by Shadowed
The icons are static, you'll learn them eventually.

I just checked, self filter is working fine for showing DRs on myself.
Having the same problem with tracking my own DR's on cyclone and roots. I can track other people's just fine but mine don't show up no matter what I try. Is this currently functional?
Report comment to moderator  
Reply With Quote
Unread 09-16-08, 11:38 AM  
stonecow
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by yuta
that was annoying me to
go to drtracker.lua, line 131 and change
GTBGroup:RegisterBar(id, text, resetIn, nil, self.icons[drCategory] or spellIcon)
to
GTBGroup:RegisterBar(id, text, resetIn, nil, spellIcon or self.icons[drCategory])
ooo i'll have to try that. I gave up on the addon cause I couldn't really figure out what was what with the category icons.
Report comment to moderator  
Reply With Quote
Unread 09-16-08, 01:01 AM  
yuta
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by oloffl
Well, the problem I have is, I'm not entirely sure which icon belongs to which school of DR's. When you're in a battleground or in arena and you see an icon unrelated to your class, but in the same school of DR's, it gets a bit confusing.
that was annoying me to
go to drtracker.lua, line 131 and change
GTBGroup:RegisterBar(id, text, resetIn, nil, self.icons[drCategory] or spellIcon)
to
GTBGroup:RegisterBar(id, text, resetIn, nil, spellIcon or self.icons[drCategory])
Report comment to moderator  
Reply With Quote
Unread 08-22-08, 02:25 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
The icons are static, you'll learn them eventually.

I just checked, self filter is working fine for showing DRs on myself.
Report comment to moderator  
Reply With Quote
Unread 08-22-08, 12:06 PM  
oloffl
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by Shadowd
I don't plan on adding something like that, the icon used is related to the DR category so showing the icon of the spell that triggered it isn't really the point.
Well, the problem I have is, I'm not entirely sure which icon belongs to which school of DR's. When you're in a battleground or in arena and you see an icon unrelated to your class, but in the same school of DR's, it gets a bit confusing.
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.