Download
(7Kb)
Download
Updated: 02-05-19 03:00 PM
Pictures
File Info
Compatibility:
Tides of Vengeance (8.1.0)
Updated:02-05-19 03:00 PM
Created:10-07-10 12:37 AM
Downloads:29,311
Favorites:98
MD5:

bdBuffs  Popular! (More than 5000 hits)

Version: 2.17
by: Blooblahguy [More]

bdBuffs are a Buff Frame replacement. bdBuffs to provide simplistic, functional, lightweight buffs to your UI.

note: You need bdCore to use this addon, or any other bd_ addons

Features

Pretty
Right-click to cancel in combat
Movable
/bd config to access in game config
/bd lock to unlock the addon and move it around

2.1
Toc bump
minor bug fixes

2.0
Configuration changed

1.9
Added all of the config options back

1.8
Updated for legion
Allow for right-click cancelling in combat

v1.7
-Added a section at the top of the config to set default spawn positions of the anchors

v1.6
-Fixed a growth bug (Thanks Arogtar)

v1.5
-Fixed a bug where the duration and count would not show
-Added options for changing both horizontal and vertical growth, configurable in the lua
-Code cleanup

v1.3
-Fixed the addon for patch 4.0.6
-Cleaned some code up

v1.2
-You are now able to right-click and remove any buffs/debuffs/enchants
-TempEnchantFrame is now skinned and movable
-Added Buff/Debuff/Temp Spacing option
-Added /movebuffs command so you can drag the anchors around

v0.8
-Fixed a bug where the stacks of the buff/debuff would not show up.

v0.7
-Added more config

v0.6
-Fixed a texture bug
-Added a config for whether or not the buffs should be anchored to the Minimap.
Optional Files (0)


Post A Reply Comment Options
Unread 05-07-11, 09:18 AM  
keitocorp
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I found out the problem. I think it stopped working pre 4.1 but anyway, all i had to do was change the following line:
Code:
local mult = 768/string.match(GetCVar("gxResolution"), "%d+x(%d+)")/GetCVar("uiScale")
to:
Code:
local mult = 768/string.match(GetCVar("gxResolution"), "%d+x(%d+)")/UIParent:GetScale()
And now bbuff loads again when i start wow.


Love the addon, keep it up!
Report comment to moderator  
Reply With Quote
Unread 05-07-11, 05:16 AM  
ithzor
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Yo, was wondering if there's any plans to add an option to change the font size and / or the the highest duration shown on the buffs? I use buttonsize 22, so the font is a little too big for the buff button.

If the highest duration shown on the buffs is 30 seconds then I don't think the font size needs changing, and likewise if there'd be an option to change the font size there needn't be an option to limit the duration shown.

Anyway, thanks for an otherwise great addon =)
Report comment to moderator  
Reply With Quote
Unread 05-06-11, 03:30 PM  
keitocorp
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
reload required

Since patch 4.0.6 i've been using this addon with great joy, many thanks for that. Though i've come across a little problem.

I did a few changed to the appearance of the buffs but every time i start wow, the addon doesnt load. (i have to do a reload in order for it to work)

i get the following error:
Code:
1x bBuff\bBuffs.lua:14: attempt to perform arithmetic on a nil value
the following code is what i added from tukui_filger (buff addon) which is line 14:
Code:
(line 14) local mult = 768/string.match(GetCVar("gxResolution"), "%d+x(%d+)")/GetCVar("uiScale")
(line 15) local scale = function(x)
(line 16)    return mult*math.floor(x/mult+.5)
(line 17) end

Scale = function(x) return scale(x) end
mult = mult
The local "mult" is used in the stylebuffs function at _G[buff]:SetBackdrop as insets.

I couldnt find any difference between the this code and the original from tukUI.

Sometimes you make changed and afterworths you cant recall what they were for, this is one of those moments. I believe it has something to do with resizing with the screen display but still.
P.S. it worked, just not atm.

Maybe you can give me some pointers where i might be able to look, or where i went wrong.

Regards,

Keito
Report comment to moderator  
Reply With Quote
Unread 03-25-11, 06:24 PM  
Catelinelol
A Kobold Labourer

Forum posts: 1
File comments: 34
Uploads: 0
is it possible to hide the debuffs ?? i only want to see my buffs
Report comment to moderator  
Reply With Quote
Unread 03-15-11, 06:17 AM  
mulrog
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Help pls
Is it possible to replace the duration buff/debuff under icon? and set the size of debuff icons large the buff?

p.s. perfect addon, thx!
Last edited by mulrog : 03-15-11 at 08:43 AM.
Report comment to moderator  
Reply With Quote
Unread 03-10-11, 03:32 AM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Unfortuantely, once a character has the location of each frame "cached" they will stay that way until you change them in game. That or delete the variables in the WTF folder.

As far as turning on the flashing for low duration. Its not something you can actually change without having to program your way through the secure handler shit bullcrap that blizzard put in. I had to remove that setting from my addon, as it was stopping people from being able to right-click buffs.

And as far as having them move two different direction, its not currently something i'd like to implement. But i'm sure if you looked at the Makeitgrow function in the lua a little bit, you could add an exception for debuffs.
Report comment to moderator  
Reply With Quote
Unread 03-02-11, 10:54 AM  
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view AddOns

Forum posts: 127
File comments: 319
Uploads: 11
Hey is there away to have the debuffs grow left to right but still have the buffs/Enchs grow right to left.

as i see you have growthhorizontal = 2 but if changed to 1 it makes all buffs debuffs and Enchs grow the other way.

where i just want the debuffs to grow one way and the others an other way.
__________________
wMmap :: Is a lightweight Minimap, with a sleek look & custom imagery.
wIn1 :: In one addon. and is very lightweight & simple to use.
wChat :: Is a lightweight chat mod.
wBroker :: Is A simple broker add-on.
wPetXPBar :: Is A simple lightweight Pet XP Bar.
wBuffs :: Is A simple Buffs Bar.
Report comment to moderator  
Reply With Quote
Unread 03-01-11, 05:01 PM  
gbart71
A Kobold Labourer

Forum posts: 1
File comments: 14
Uploads: 0
blinking buffs / debuffs?

first, love the buffs / debuff addon. 2nd, am a LUA newb and was wondering if there was a way to make the buffs like hots / chant' procs / temp buffs etc, not flash but stay constant and still show the timer... like long duration buffs currently do. For example-- have them stay solid and not fade, like the icon for MOTW / Fort / Arcane Brilliance etc etc. If am not explaining this properly, just holler. Dunno if this is a setting I'm not seeing someplace.
Report comment to moderator  
Reply With Quote
Unread 03-01-11, 04:20 PM  
Pekti
A Kobold Labourer

Forum posts: 0
File comments: 43
Uploads: 0
Hmm. Well I see the new config options in the .lua. And I've tried a different combination of changes, including changing it to Minimap and TOPLEFT, and even some of the x and y axis numbers. Unfortunately, nothing is saving across the board.

Right now, I'm on a character with no addons enabled except Chinchilla (for my minimap) and bBuffs. I am closing out WoW completely, making changes in the .lua and logging back in to see nothing saving. I feel like I'm missing a step somewhere, or maybe just being a bird-brain.

I'll just go in and make the changes on each character. Right now, I have the buffs growing to the right, but they are still on the right-hand side of my screen. I have changed the config section to anchor them to the right side of the minimap, but it's just not working (or saving) unless I /movebuffs and move them myself. Looks like I'll need to do that for each of my characters - which isn't a HUGE deal, I was just hoping there would be a faster, more efficient way to do it.
Report comment to moderator  
Reply With Quote
Unread 03-01-11, 03:07 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Easiest way to do what you want involves me uploading a fix, not a big deal. Will do in about 10 minutes.
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 08:10 PM  
Pekti
A Kobold Labourer

Forum posts: 0
File comments: 43
Uploads: 0
Thanks for the reply! Looks like I figured out what the issue was. Under the Blizzard interface config, I had "Buff Durations" unchecked under the Buffs & Debuffs section since I've never used the built-in stuff and I've always had an addon for it. Whoops! >.> Thank you again so much for the updates!

Edit: Okay one more thing and I promise I'll leave you alone! :P I have a bazillion different alts, and I've noticed that when I set my buff layout up on my main, I logged on to one of my alts and the positions were reset. Is there any way to "copy" profiles or settings or whatnot so I don't have to do this manually for each character? Specifically, the look I'm trying to achieve is: my minimap is on the lefthand side instead of the right. I'd like three rows, each aligned next to the minimap. Thanks again!
Last edited by Pekti : 02-28-11 at 08:39 PM.
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 05:04 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Uploaded the growth fix, thanks Arogtar
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 04:44 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Hmmm, my first though is your install of the new version didn't work. I would try disabling all your other addons and trying it. I have tried multiple scenarios with my addons off and just bbuffs running and i've been able to get the durations with no issue. Arogtar's is working as well

As explained below there is a small issue with certain combinations of growth directions and rows though, working on the fix now.
Last edited by Blooblahguy : 02-28-11 at 05:04 PM.
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 03:16 PM  
Arogtar
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
upload config please =)
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 02:03 PM  
Pekti
A Kobold Labourer

Forum posts: 0
File comments: 43
Uploads: 0
I've downloaded the new version and even tried using the fix above, but I'm still not getting any text/timers on my buffs, nor can I sort them to flow left to right instead of right to left. I feel like I'm missing something! :P Thanks for your continued hard work.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: