Download
(2Kb)
Download
Updated: 03-29-17 01:59 AM
Pictures
File Info
Compatibility:
Tomb of Sargeras (7.2.0)
Return to Karazhan (7.1.5)
Legion (7.0.3)
Updated:03-29-17 01:59 AM
Created:06-29-14 07:30 AM
Downloads:5,082
Favorites:13
MD5:

infDampening  Popular! (More than 5000 hits)

Version: 1.7
by: infin1te [More]

A tiny arena addon that adds a fourth line to the 'arena status text' that will display the current dampening percent.
That's the yellow text at the top/middle of your screen that shows time remaining and players alive.
It will only show if dampening is currently active.
Though the best description is to simply look at the included picture.


iNF @ Twisting Nether EU

1.7
  • Update TOC for 7.2

1.6
  • Update for legion (thanks Newdles for testing it for me.)

1.5
  • Update TOC for 6.2
  • No need for tooltip scanning anymore, can get the percent from the UnitAura return.
  • Changed the way the frame is anchored to hopefully eliminate a rare case where it would not position properly.

1.4
  • Update for 6.1

1.3
  • Fixed an issue introduced with 6.0 that can occur when you queue to another arena game without leaving your old one.

1.2
  • Update for 6.0

1.1
  • Altered the way the frame is managed, eliminates unnecessary recreation.
Post A Reply Comment Options
Unread 07-22-18, 06:19 AM  
infin1te
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 6
Hey,

I kind of stopped maintaining this awhile ago but cheers for the info.
That being said, I would recommend anyone who has been using this to swap over to Dampening Display instead, it is basically a clone of my addon but is currently maintained.
Report comment to moderator  
Reply With Quote
Unread 07-21-18, 06:58 PM  
clicket
A Deviate Faerie Dragon
 
clicket's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 9
Uploads: 4
Just a heads up on changes for this addon:
  • alwaysupframe seems to be removed in bfa (you can attach to _G.UIWidgetTopCenterContainerFrame instead).
  • You can no longer query debuffs by spellname through UnitDebuff, so you'll probably just need to loop through
  • UnitDebuff lost 1 arg.

I did make a working version if you'd like.

I still don't know why this hasn't been made a default part of the UI.

Cheers
Last edited by clicket : 07-21-18 at 07:02 PM.
Report comment to moderator  
Reply With Quote
Unread 10-23-16, 10:07 AM  
BujuArena
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 61
Uploads: 1
Originally Posted by infin1te
Originally Posted by Newdles
I used to love this addon in MoP and WoD. It's so simple and perfect, and should have been part of the default UI.

Dampening still exists and I'd love to use this addon still, but Legion changes seem to have broken it. I'm not getting any Lua errors from it and I'm having difficulty tracking down what changes broke it. Can anyone help?
Hi,
I haven't had time to arena much of recent to fix it.
But according to the documented changes for 7.0 I think that if you go to line 57 and change:
Code:
local _, _, _, _, _, _, _, _, _, _, _, _, _, _, perc = UnitDebuff(unit, "Dampening")
to
Code:
local _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, perc = UnitDebuff(unit, "Dampening")
it should work, they apparently added two new returns to UnitAura(Buff/Debuff).
Please let me know if it does indeed work so I can update the addon here.
Thanks so much! I've confirmed that the fix worked beautifully.

As an added bonus, dampening got to literally 100% in a 2s game at 2200 mmr after my dps died and I killed their dps, making it healer vs. healer. I could then use infDampening to see exactly when my heals would be completely useless at a glance. 100%! I'd never even seen that. For the record, I won as resto shaman vs. mistweaver monk because for whatever reason, he wasn't detoxing my flame shock.
Last edited by BujuArena : 10-23-16 at 10:10 AM.
Report comment to moderator  
Reply With Quote
Unread 10-23-16, 03:21 AM  
infin1te
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 6
Originally Posted by Newdles
I used to love this addon in MoP and WoD. It's so simple and perfect, and should have been part of the default UI.

Dampening still exists and I'd love to use this addon still, but Legion changes seem to have broken it. I'm not getting any Lua errors from it and I'm having difficulty tracking down what changes broke it. Can anyone help?
Hi,
I haven't had time to arena much of recent to fix it.
But according to the documented changes for 7.0 I think that if you go to line 57 and change:
Code:
local _, _, _, _, _, _, _, _, _, _, _, _, _, _, perc = UnitDebuff(unit, "Dampening")
to
Code:
local _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, perc = UnitDebuff(unit, "Dampening")
it should work, they apparently added two new returns to UnitAura(Buff/Debuff).
Please let me know if it does indeed work so I can update the addon here.
Last edited by infin1te : 10-23-16 at 03:22 AM.
Report comment to moderator  
Reply With Quote
Unread 10-15-16, 03:47 AM  
BujuArena
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 61
Uploads: 1
I used to love this addon in MoP and WoD. It's so simple and perfect, and should have been part of the default UI.

Dampening still exists and I'd love to use this addon still, but Legion changes seem to have broken it. I'm not getting any Lua errors from it and I'm having difficulty tracking down what changes broke it. Can anyone help?
Report comment to moderator  
Reply With Quote
Unread 10-16-15, 02:43 AM  
infin1te
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 6
Originally Posted by Lesteryoung
Hey, thanks for this addon, been using it a while and it's so handy to see the percent without having to mouse over the debuff. Makes you wonder why something like this isn't default.

One problem though, every now and then, the frame for the text doesn't position itself properly under the rest of the arena information. Sometimes it's too far down and sometimes it's randomly overlapping the text above it.

Anyway to code it so that it goes to the right spot always?
Hey, will look into it, about time for an update regardless.
Report comment to moderator  
Reply With Quote
Unread 10-04-15, 07:22 AM  
Lesteryoung
A Black Drake

Forum posts: 81
File comments: 1
Uploads: 0
Hey, thanks for this addon, been using it a while and it's so handy to see the percent without having to mouse over the debuff. Makes you wonder why something like this isn't default.

One problem though, every now and then, the frame for the text doesn't position itself properly under the rest of the arena information. Sometimes it's too far down and sometimes it's randomly overlapping the text above it.

Anyway to code it so that it goes to the right spot always?
Report comment to moderator  
Reply With Quote
Unread 11-06-14, 09:44 AM  
Sylen
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 65
Uploads: 4
Originally Posted by infin1te
Originally Posted by Sylen
If you do skirmishes, enter the dampening area and then finish your match, and you directly queue for the next match, the %-display of the dampening effect does not get resetted.
Good catch, sorted it out.
Cool. Very fast fixing on your side!
Report comment to moderator  
Reply With Quote
Unread 11-06-14, 09:39 AM  
infin1te
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 6
Originally Posted by Sylen
If you do skirmishes, enter the dampening area and then finish your match, and you directly queue for the next match, the %-display of the dampening effect does not get resetted.
Good catch, sorted it out.
Report comment to moderator  
Reply With Quote
Unread 11-06-14, 05:29 AM  
Sylen
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 65
Uploads: 4
If you do skirmishes, enter the dampening area and then finish your match, and you directly queue for the next match, the %-display of the dampening effect does not get resetted.
Report comment to moderator  
Reply With Quote
Unread 07-08-14, 09:13 AM  
Sylen
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 65
Uploads: 4
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: