Download
(44 Kb)
Download
Updated: 06-15-13 05:38 AM
Pictures
File Info
Updated:06-15-13 05:38 AM
Created:08-05-12 02:45 PM
Downloads:11,247
Favorites:61
MD5:
Gadgets: Buffs  Popular! (More than 5000 hits)
Version: 0.4.2
by: Wildtide, adelea
For now, please see here for details on this addon.

v0.4.0-beta: Changed outline to use new glow effect for efficiency

Buff Bars

Provides configurable sets of buff timer bars, with the following options:

Show buffs cast by player, unit or anyone else
Show debuffs cast by player, unit or anyone else
Show curses/diseases/poisons/other types of debuff
Hide permanent buffs
Show only buffs with less than 'n' seconds remaining
Include/Exclude specific buffs/debuffs by name
Set the colour of buff/debuff bars
Set the colour of buff/debuff bar background
Set the colour of buff/debuff bar text
Set the spacing between each bar
Set the bars to grow upwards or downwards
Sort bars by time remaining, in ascending or descending order

Buff Icons

A configurable panel of buff icons. Lots of options on this one, I'll get a proper description written at some point!
v0.1.2
Wykkyd's logic fix applied for buff/debuff display filters

v0.1.4-beta/v0.1.5
Ability to hide permanent buffs
Ability to hide buffs with more than 'n' seconds remaining
Ability to sort ascending/descending
Ability to alter the colour of buff/debuff bars, backgrounds and text
Ability to adjust the spacing between bars
Optional Files (0)


Archived Files (12)
File Name
Version
Size
Author
Date
0.4.1-beta
44kB
Wildtide
06-14-13 12:32 AM
0.4.0-beta
44kB
Wildtide
06-13-13 05:30 PM
0.1.10
44kB
Wildtide
10-17-12 01:24 AM
0.1.9
44kB
Wildtide
09-17-12 01:34 AM
0.1.8
44kB
Wildtide
08-22-12 12:23 AM
0.1.7
44kB
Wildtide
08-20-12 05:32 PM
0.1.6
43kB
Wildtide
08-20-12 01:53 PM
0.1.5
27kB
Wildtide
08-16-12 01:20 AM
0.1.3
19kB
Wildtide
08-06-12 07:28 PM
0.1.2
17kB
Wildtide
08-06-12 01:13 AM
0.1.1
17kB
Wildtide
08-05-12 04:23 PM
0.1.0
17kB
Wildtide
08-05-12 02:45 PM


Post A Reply Comment Options
Unread 08-05-12, 05:45 PM  
Wykkyd
 
Wykkyd's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 28
Uploads: 6
Nice edition, made better by a quick edit to the LUA:
Code:
if not buff.debuff then
        if buff.caster == WT.Player.id then
            if not config.showMyBuffs then
                return false
            end
        end
        if buff.caster == gadget.UnitId then
            if not config.showUnitBuffs then
                return false
            end
        end
        if buff.caster ~= WT.Player.id and buff.caster ~= gadget.UnitId then
            if not config.showOtherBuffs then
                return false
            end
        end
I'm sure you'll recognize where I did that. I did roughly the same to the top of the DEBUFF compare. Now I'm actually able to see UNIT buffs and PLAYER debuffs on target, exclusively. And OTHER debuffs only on Player. etc.

The original was in a logic trap where if I didn't have everything enabled, it showed nothing.
Wykkyd is offline Report comment to moderator  
Reply With Quote
Unread 08-06-12, 01:06 AM  
Wildtide
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 155
Uploads: 6
Quote:
Originally Posted by Wykkyd
Nice edition, made better by a quick edit to the LUA:

The original was in a logic trap where if I didn't have everything enabled, it showed nothing.
Ooops, thanks for spotting/fixing that one, late night coding FTL

I'll release a quick fix now with your changes copy/pasted in.

Edit: Done. I really hope I got it right, did it just before I need to head out to work, so not had time to test other than a very quick check that nothing obvious broke
Last edited by Wildtide : 08-06-12 at 01:18 AM.
Wildtide is offline Report comment to moderator  
Reply With Quote
Unread 08-06-12, 05:28 AM  
Herpaderp

Forum posts: 0
File comments: 6
Uploads: 0
Fantastic work!
Herpaderp is offline Report comment to moderator  
Reply With Quote
Unread 08-06-12, 09:49 AM  
UnknownUser

Forum posts: 0
File comments: 30
Uploads: 0
Quote:
Originally Posted by Herpaderp
Fantastic work!
Hi,

Yes...
I'm really excited to see what version will buff boxes
UnknownUser is offline Report comment to moderator  
Reply With Quote
Unread 08-10-12, 02:23 AM  
Nytmare
 
Nytmare's Avatar

Forum posts: 0
File comments: 18
Uploads: 0
I have been wondering if its difficult or impossible to add the description of the buff/debuff on the bar ( much like the original UI does ) ? It's not that big of a deal, but I notice that every buff bar addon just shows the buff and its time but if you move your mouse over it there is not a tool tip of what the debuff is.

Again just wondering, could be my OCD in over drive
__________________
Nytmare is offline Report comment to moderator  
Reply With Quote
Unread 08-10-12, 07:09 AM  
Wildtide
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 155
Uploads: 6
Quote:
Originally Posted by Nytmare
I have been wondering if its difficult or impossible to add the description of the buff/debuff on the bar
It should be doing that already. If you're on the latest version, you have an option to enable tooltips, which I believe is switched on by default. With this enabled, hovering over a buff should show the tooltip.

It appears at the bottom right corner of the screen, which unfortunately we have no control over.
Wildtide is offline Report comment to moderator  
Reply With Quote
Unread 08-10-12, 06:24 PM  
Nytmare
 
Nytmare's Avatar

Forum posts: 0
File comments: 18
Uploads: 0
Quote:
Originally Posted by Wildtide
It should be doing that already. If you're on the latest version, you have an option to enable tooltips, which I believe is switched on by default. With this enabled, hovering over a buff should show the tooltip.
yeah I see the box now, apparently you have to go in and modify if you had the first .v ? no Idea but Its all good now thanks tons
__________________
Last edited by Nytmare : 08-11-12 at 08:13 AM.
Nytmare is offline Report comment to moderator  
Reply With Quote
Unread 10-08-12, 05:59 PM  
azchire

Forum posts: 0
File comments: 5
Uploads: 0
I love this mod. There hasn't been a better mod for buff/debuff tracking than Kreiri's until this one.
azchire is offline Report comment to moderator  
Reply With Quote
Unread 10-09-12, 07:45 AM  
Wildtide
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 155
Uploads: 6
Quote:
Originally Posted by azchire
I love this mod. There hasn't been a better mod for buff/debuff tracking than Kreiri's until this one.
Thanks

It was Krieri stopping development of KBB that made me actually get this one finished. It'd been hanging around half written for months until then.
Wildtide is offline Report comment to moderator  
Reply With Quote
Unread 11-24-12, 11:25 AM  
ZedFighter

Forum posts: 0
File comments: 4
Uploads: 0
Buffbar setup as debuffs only (bar on left with the giant 3). As you can see the text is ginormous and I've not figured a way to shrink it =\

ZedFighter is offline Report comment to moderator  
Reply With Quote
Unread 11-24-12, 02:43 PM  
Wildtide
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 155
Uploads: 6
Quote:
Originally Posted by ZedFighter
Buffbar setup as debuffs only (bar on left with the giant 3). As you can see the text is ginormous and I've not figured a way to shrink it =\

Ah, the font size is dependent on the height of the bar, which is set by resizing the buff bars gadget. I haven't provided a way to alter the size of the font independently, though it sounds like I should probably add this.
Wildtide is offline Report comment to moderator  
Reply With Quote
Unread 11-24-12, 05:00 PM  
ZedFighter

Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Originally Posted by Wildtide
Quote:
Originally Posted by ZedFighter
Buffbar setup as debuffs only (bar on left with the giant 3). As you can see the text is ginormous and I've not figured a way to shrink it =\

Ah, the font size is dependent on the height of the bar, which is set by resizing the buff bars gadget. I haven't provided a way to alter the size of the font independently, though it sounds like I should probably add this.
Thanks for the reply.

All the fonts should have at least minor settings such as size and color. That would be a wonderful addition

I believe the big 3 is the stack count. And it would be more sensible to have that directly on the icon. It seems to be missing the "Icon Layout" and "Grid Layout" options similar to those used above the unit frame.
ZedFighter is offline Report comment to moderator  
Reply With Quote
Unread 01-16-13, 02:04 PM  
AlienFromBeyond

Forum posts: 0
File comments: 50
Uploads: 0
The latest hotfix seems to have screwed up the text something fierce. Which is odd because the Gadgets unit frames are just fine.
AlienFromBeyond is offline Report comment to moderator  
Reply With Quote
Unread 01-17-13, 04:46 AM  
Wildtide
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 155
Uploads: 6
Quote:
Originally Posted by AlienFromBeyond
The latest hotfix seems to have screwed up the text something fierce. Which is odd because the Gadgets unit frames are just fine.
Yep, Zorba is aware and working on a fix. I should be able to put a workaround in as well. Any text that changes dynamically, like the buff timers, is affected.
Wildtide is offline Report comment to moderator  
Reply With Quote
Unread 02-28-13, 02:13 PM  
haprua3k

Forum posts: 0
File comments: 2
Uploads: 0
As of 2.2 I can no longer create new or modify existing timers. Love this addon. I hope there is continued development for it.
haprua3k is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: