Download
(216Kb)
Download
Updated: 12-12-12 05:14 PM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:12-12-12 05:14 PM
Created:unknown
Downloads:72,190
Favorites:332
MD5:

Simple Buff Bars  Popular! (More than 5000 hits)

Version: r20121212
by: Shadowed [More]

This is meant as a simple buff bar mod, includes strictly what is needed for configuration, while you cannot configure every single aspect of this you are given enough that you shouldn't have any issues getting it to look how you want. Includes support for target, focus and pet bars (If enabled) as well.

Supports SharedMedia for different textures and fonts.

Type /sbb (or /simplebuffbars) for configuration.

Fixed for 5.1.0
Fixed tracking not working
Now hides in pet battles

---

Author: Shadowed <[email protected]>
Date: Wed Mar 24 13:04:46 2010 -0700
- Fixed error due to Elemental Oath spellID being removed, also implemented a fix to stop this from happening again

Date: Thu Feb 4 12:44:44 2010 -0800
- Fixed error when enabling extra units

Date: Tue Dec 22 00:49:45 2009 -0800
- All temporary enchant update issues should be fixed, I hope!
- TOC bump 30300
- Updated localization, and moved it all to the namespace locals
- Moved to using namespace table Blizzard provides
- Added new files
- Library update

Date: Fri Aug 7 13:40:12 2009 -0700
- Library update
- Fixed a typo for offhand temporary enchant detection
- TOC Bump

Date: Sat Aug 1 23:22:38 2009 -0700
- * Changed temporary enchant detection, hopefully will fix bugs with it not working correctly
- * Changed temporary enchants to be enabled by default
- * Changed DB to use a default profile
- * Fixed issues related to temporary enchants and changing/reloading profiles
- * Library update

Date: Sat May 23 21:19:08 2009 -0700
- * You can no longer loop anchors through the configuration

Date: Sun May 10 15:47:18 2009 -0700
- * Fixed an issue with filters not being changed when using duel specs
Author: unknown <Shadowed@.(none)>

Date: Thu May 7 14:33:37 2009 -0700
- * Stupid CRLF
Author: Shadowed <[email protected]>

Date: Sun May 3 02:19:51 2009 +0000
- * Fixed color by type not working, you might have to reset the option for it to take affect
- * Blizzard timer format is now simply seconds, no longer pads it with a 0
- * Cleaned up code a bit
- * Cleaned up the temporary enchant code, will only update it if theres an actual change now, this should also fix a bug with a concat error on 'name'

Date: Sat May 2 08:06:21 2009 +0000
- * Fixed an error in temp enchants when using a Fishing Lure

Date: Fri May 1 03:50:39 2009 +0000
- * Fixed a bug if you tried to set a custom font that wasn't loaded at the exact time the bars are created
- * Oh right now I remember why I was checking type, fixed debuff color not turning red
- * Added an option to hide the icons
- * Cleaned up the buff code slightly
- * Updated korKR (Thanks Can)

Date: Tue Apr 28 04:22:09 2009 +0000
- * Fixed OnClick being called if the buff wasn't one from the player
- * Updated/Added zhCN/zhTW localization (Thanks wowui.cn)

Date: Mon Apr 27 21:17:25 2009 +0000
- * Added korKR localization (Thanks again to Can)
- * Removed PASSIVE aura filter, as it was removed at some point
- * Updating an extra units configuration will update that anchor without to reset the unit
- * Added an option to filter buffs the player did not cast (for extra units only)

Date: Sat Apr 25 04:12:11 2009 +0000
- * Should add a tooltip clarifying that if they disable extra units, the configuration for those are reset too I guess
- * Fixed temporary enchants having multiple instances appear of the same one
- * Added all of the code in to support target/focus/pet bars (When enabled)
- * Started to add base code in to allow buff bars for focus/pet/target, since it turns I can do it with very little additional code (If the user doesn't want them enabled)
- * Fixed PEW not being unregistered after the first call
- * Fixed text width of bars, will correctly resize based on the timer duration width
- * Fixed an error at line #101 in filters.lua
- * Cleaned up the configuration, no longer uses some of the old whacky methods
- * Redid and cleaned up a lot of the display code, no longer need to hack in temporary enchants/tracking to get them to display in anchors
- * Added the ability to enable or disable groups

Date: Fri Apr 17 18:06:30 2009 +0000
- * Scale can't go below 0.01 now to prevent an error
- * Changed pattern match on temporary enchant names to work with both US and Korean localizations (Thanks Can)

Date: Thu Apr 16 22:45:30 2009 +0000
- * Added a check so we don't stack overflow in OnShow
- * Anchor spacing can go from -100 to 100 now (not 0 to 100)
Optional Files (0)


Post A Reply Comment Options
Unread 11-19-10, 03:31 PM  
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2364
File comments: 116
Uploads: 11
If by updated you mean it shows up as out-of-date in your addons list at your character screen, just check the "Load out of date AddOns" (upper right corner in the "AddOns" window) and that will go away.

This addon still works fine on live, and even works just fine in the Cataclysm beta. At least it does for me.
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 03:03 AM  
redworm
A Defias Bandit

Forum posts: 2
File comments: 68
Uploads: 0
why is this still not updated for 4.0? like elkanobuffbars... its shame really
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 01:11 PM  
Digren
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 2
Originally posted by Setzer
So, delete all this.......




If so, that doesn't work.
No, you deleted the function header and end as well. You need to comment out or delete the function body. If you delete the "function" and "end" lines then you also need to find every call to the function and comment those out, too.
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 03:15 AM  
EvoTech
A Kobold Labourer

Forum posts: 1
File comments: 24
Uploads: 0
And canceling a buff can't be done because of some new security implementation to the CancelUnitBuff wich can't be fixed yet. The are working on it, but it doesnt look good, atleast not for sbb, because fixing it would take rewriting the code all over again.

To "fix" this too (so no errors), just comment lines: 303-309

Code:
if( self.type == "aura" ) then
        CancelUnitBuff("player", self.data.buffIndex, self.data.filter)
    elseif( self.type == "tempEnchants" ) then
        CancelItemTempEnchantment(self.data.slotID - 15)
    elseif( self.type == "tracking" ) then
        ToggleDropDownMenu(1, nil, MiniMapTrackingDropDown, self, 0, -5)
    end
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 02:51 PM  
Setzer
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
So, delete all this.......


-- Update the players current tracked thing
function SimpleBB:UpdateTracking()
if( not self.db.profile.showTrack ) then
return
end

-- This prevents us from needing to search for our table every single time
TRACKING_INDEX = TRACKING_INDEX or self:FindAvailableIndex("buffs", "tracking")

-- Reset it to default in case we don't find anything
local buff = self.auras.buffs[TRACKING_INDEX]
buff.enabled = true
buff.ignore = true
buff.type = "tracking"
buff.unit = "player"
buff.name = L["None"]
buff.icon = GetTrackingTexture()
buff.trackingType = nil
buff.untilCancelled = true

-- Search for active track
for i=1, GetNumTrackingTypes() do
local name, icon, active, type = GetTrackingInfo(i)
if( active ) then
buff.name = name
buff.icon = icon
buff.trackingType = type
end
end

self:UpdateDisplay("buffs")
end
If so, that doesn't work.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 12:20 PM  
Digren
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 2
In SimpleBuffBars.lua, find the function named UpdateTracking:

function SimpleBB:UpdateTracking()

Delete or comment out every line of the function.

Doing so for me eliminated all errors and allowed SimpleBuffBars to operate as normal, except that it will no longer display what you are tracking. I can live with that.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 10:26 AM  
redworm
A Defias Bandit

Forum posts: 2
File comments: 68
Uploads: 0
Originally posted by EvoTech
After some searching ... i saw that you can track more than 1 thing ... so fixing it would be like adding each track as a buff ... which i wont do ...

So hope my "fix" is enough for you all, cuz its enough for me ^^
still dont work ._.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 04:04 AM  
redworm
A Defias Bandit

Forum posts: 2
File comments: 68
Uploads: 0
any alternatives out there, that works with new suf unitframes? http://www.wowace.com/addons/simplistic-unit-frames/
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 02:17 AM  
EvoTech
A Kobold Labourer

Forum posts: 1
File comments: 24
Uploads: 0
After some searching ... i saw that you can track more than 1 thing ... so fixing it would be like adding each track as a buff ... which i wont do ...

So hope my "fix" is enough for you all, cuz its enough for me ^^
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 02:06 AM  
EvoTech
A Kobold Labourer

Forum posts: 1
File comments: 24
Uploads: 0
Well I "kinda fix it":

remove/comment("--") the next lines: 814,1022
or search for "self:UpdateTracking()"


Ill try to find better fix when i get home from university.
Report comment to moderator  
Reply With Quote
Unread 10-12-10, 07:03 PM  
chaud
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 33
Uploads: 4
Abandoned, just like all of the other Shadowed addons I guess.
Report comment to moderator  
Reply With Quote
Unread 10-12-10, 06:16 PM  
ARJTPA
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Cata Beta 4.0.1.3 errors

[20:10:29] Interface\AddOns\SimpleBuffBars\SimpleBuffBars.lua:772: attempt to call global 'GetTrackingTexture' (a nil value)
(tail call): ?
Interface\AddOns\SimpleBuffBars\SimpleBuffBars.lua:772: in function `UpdateTracking'
Interface\AddOns\SimpleBuffBars\SimpleBuffBars.lua:814: in function `?'
...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[1]"]:4: in function <[string "safecall Dispatcher[1]"]:4>
[C]: ?
[string "safecall Dispatcher[1]"]:13: in function `?'
...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
...AddOns\Bartender4\libs\AceEvent-3.0\AceEvent-3.0.lua:120: in function <...AddOns\Bartender4\libs\AceEvent-3.0\AceEvent-3.0.lua:119>


And it gets an Action Blocked by Blizzard UI error if u right click on any buffs showing....

Just thought I would throw up my early tests in the event that the author or others are doing some maintenance work on this great mod.
Report comment to moderator  
Reply With Quote
Unread 10-10-10, 07:38 AM  
Dhaern
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
plans for update and compatibility in cataclysm or abandoned? I use this mod for months, i like this is lightweight for my cpu (elkano sux). thx for all shadowed, if it is abandoned I would like know a lightweight replacement for this mod (bar addon buffs, lightweight, not elkano). Bye!
Report comment to moderator  
Reply With Quote
Unread 09-21-10, 09:54 AM  
soyolas
A Kobold Labourer

Forum posts: 0
File comments: 141
Uploads: 0
Probably the best bar mod currently out there, TY!
Just 2 things that needs to be added:

1: more filters such as don't show buffs with less then X time.
2: ability to show buffs as our choosing as Icons instead of bars.
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 12:58 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Well, I don't raid right now so I can't actually debug it. I assume if it's not showing up in other mods, then it sounds more like a Blizzard bug. But I have no way of actually verifying.
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.