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,341
Favorites:331
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 05-01-09, 12:13 PM  
EvoTech
A Kobold Labourer

Forum posts: 1
File comments: 24
Uploads: 0
Originally posted by Shadowed
Try this EvoTech
Seems to be working as a quick test. Ill confirm it tomorrow after doing daily
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 11:58 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Try this EvoTech:

Open SimpleBuffBars.lua

Find:

local tName, rank = string.match(name, "^(.*)(%w*)$")


Add above:

name = string.gsub(name, " %(%d+[^%)]+%)", "")

See if that fixes it.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 11:07 AM  
EvoTech
A Kobold Labourer

Forum posts: 1
File comments: 24
Uploads: 0
Originally posted by Shadowed
Can you get a screenshot of the fishing rod tooltip with the enchant applied to it?


Now i received the error after i entered the map and then exited.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 10:42 AM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
Thanks, got it figured out now. And you're probably right about the vehicle thing, nothing too important. Great addon, been using Elkbuffbars, but that just ate too much memory for my taste.
Last edited by Skylinee : 05-01-09 at 10:43 AM.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 09:19 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
You probably aren't going to be on a vehicle for the entire hour, you sure you really need to see that buff even on a vehicle?

And see the response below yours, change the anchor spacing.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 06:37 AM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
I noticed that these buffs http://www.wowhead.com/?spell=64809 do not show up on the debuff display (possibly because i'm on a vehicle and only vehicle debuffs are shown on SBB), any way to make SBB recognize when i'm on a vehicle and show my own buffs/debuffs instead of my vehicles?


Also noticed that there's too much space between buffs and debuffs when anchoring debuffs to buffs: http://bildr.no/view/400738, any way to minimize the space and make debuffs appear right under the bottom buff?
Last edited by Skylinee : 05-01-09 at 06:44 AM.
Report comment to moderator  
Reply With Quote
Unread 04-30-09, 02:22 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Just change the anchor spacing in the debuffs configuration so it overlaps.
Report comment to moderator  
Reply With Quote
Unread 04-30-09, 09:52 AM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
Any way to make debuffs automatically appear under the bottom buffbar? I either have alot of wasted space between buffbars and debuffbars, or they overlap eachother.
Report comment to moderator  
Reply With Quote
Unread 04-30-09, 09:06 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Can you get a screenshot of the fishing rod tooltip with the enchant applied to it?
Report comment to moderator  
Reply With Quote
Unread 04-30-09, 06:47 AM  
EvoTech
A Kobold Labourer

Forum posts: 1
File comments: 24
Uploads: 0
Code:
Date: 2009-04-30 12:47:56
ID: -1
Error occured in: Global
Count: 203
Message: ..\AddOns\SimpleBuffBars\SimpleBuffBars.lua line 851:
   attempt to concatenate local 'name' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   SimpleBuffBars\SimpleBuffBars.lua:851: UpdateTempEnchant()
   SimpleBuffBars\SimpleBuffBars.lua:884:
      SimpleBuffBars\SimpleBuffBars.lua:873
Fishing enchant on fishing rod .... usually works when i apply it and appears in the temp buffs (sometimes an error occurs), but mostly this appears when i remove the fishing rod and then place it back.
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 10:12 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Originally I said I wouldn't add pet/focus/target buff bars since I didn't want to add the extra code, when looking at it again I realized I could actually do it with very little extra code, which wouldn't even be used if the option was disabled (which, it is by default)

So, in this push you can do bars for those units, you will need to enable them first.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 12:41 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Do me a favor, put it up as a bug on my portal and I'll get to it when I have a change.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 09:15 AM  
Castus
A Murloc Raider

Forum posts: 4
File comments: 24
Uploads: 0
I'm using r1243 and have noticed that my poisons don't always show properly. When switching from one poison to another it happens occasionally that the buff bars list the wrong poisons (but the timer is correct). I will update to the latest version now, but I don't see anything in your changelog that would have fixed this.

Thanks for a great mod though! Best buff bars out there!
Report comment to moderator  
Reply With Quote
Unread 03-19-09, 10:34 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
NOTE I am moving to using my portal for feature and bug requests, please direct them to http://www.wowinterface.com/portal.php?id=269 from now on general comments and such can still go in the comments, but as I do not have unlimited time anymore it's easier for me to see what needs to be fixed or implemented if I can just look at a single list instead of searching through 60 addon comments.

Even if you already posted a bug or feature, re-posting it in the portal would be a big help. Thanks!
Report comment to moderator  
Reply With Quote
Unread 03-18-09, 12:36 PM  
Destrominos
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 56
File comments: 62
Uploads: 1
Originally posted by Shazzam007
I'm loving this buff bar how do i move it? I couldnt find the command for it
Thanks
Try /sbb or ALT+click the buff/debuff frame.
Last edited by Destrominos : 03-18-09 at 12:38 PM.
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.