Download
(27Kb)
Download
Updated: 01-05-13 04:50 PM
Pictures
File Info
Updated:01-05-13 04:50 PM
Created:07-23-11 09:21 AM
Downloads:34,544
Favorites:43
MD5:

bBars  Popular! (More than 5000 hits)

Version: 1
by: Wildbreath [More]

bBars

Lightweight completely replacement for default action bars addon with config mode (bindings, positions, scale and etc.)

In config mode (check Minimap button):

  • Shift-MouseWheel on bar - scale bars
  • Alt-MouseWheel on bar - change padding for bar buttons
  • MouseWheel on bar - change columns

new! ButtonFacade/Masque supporting
new! Pet battles buttons implemented

also you can switch on/off your buttons keybindings and macro text using minimap button (right click)

chat commands:
  • /bb - toggle config mode
  • /bb bind - toggle buttons binding mode
  • /bb minimap - toggle bBars minimap button
  • /bb reset - reset and apply addon default settings

(/bb reset to update bars WTF database)

fixed glyph taints, some work
---
added monk stances, fixed libstub
---
added a micro menu buttons, fixed character frame currency bug
---
added a bags, hotkeys. please note - type /bbars reset and config bars again because i changed other names and etc
---
fixed range coloring, changed template for shapeshift buttons, removed debug prints (oops :))
---
added a binding feature (nchoverbind) by nightcracker
---
skins :)
---
fix blizzard setvertexcolor feature
---
return back to prev version without skin (fixing blizzard setvertexcolor feature)
---
skinning bugs fixed
---
added ingame config (check minimap button), skins
---
bugfixes
---
added a paging for bars (as default bars)
Optional Files (0)


Post A Reply Comment Options
Unread 05-14-12, 12:32 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by drohr
Seems like the positions are not saved on logout. Every time i reload the UI or log in/out the positions of the frames are moved. This happens in the latest version
maybe WTF folder is locked for write? anyway i'll check
Report comment to moderator  
Reply With Quote
Unread 05-26-12, 12:08 PM  
Chrome67
A Murloc Raider
 
Chrome67's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 52
Uploads: 8
bars failing to save position...

Originally Posted by Wildbreath
Originally Posted by drohr
Seems like the positions are not saved on logout. Every time i reload the UI or log in/out the positions of the frames are moved. This happens in the latest version
maybe WTF folder is locked for write? anyway i'll check
okay...been doing some testing...since I'm thinking of using this bar mod as a replacement for the bulky "Bartender" mod and I've found that the only positioning problem seems to be with "bMultiBar1". The others seem to save position correctly, even when attached to "bMultiBar1" at least relatively. I'm thinking it's a problem with loading in referencing some assumed base point for "bMultiBar1"...still running through the code and testing...more when I know more

edit: I take it back...it's not just "bMultiBar1" but all bars that are not attached to "parent" bars. "child" bars layout correctly, but the parent bars seem to "snap" to corners, top/bottom, or center based on proximity prior to reload.

edit2: seems that on loading variables "3" and "4" for setpoint are not being either read or applied (or both obviously)... (anyone ever notice I love QA'ing others code?)

edit3: **FIXED**
line 1093 reads:
BarsDB[self:GetName()].setPoint = { point, nil, xOfs==0 and abs(xOfs) or xOfs, yOfs==0 and abs(yOfs) or yOfs }

add an additional " nil," to look like this:
BarsDB[self:GetName()].setPoint = { point, nil, nil, xOfs==0 and abs(xOfs) or xOfs, yOfs==0 and abs(yOfs) or yOfs }
Hope that helps...and now I'm can officially state that I LOVE this bar mod...and it's replaced Bartender4 for me completely! Great work!
Last edited by Chrome67 : 05-26-12 at 01:18 PM.
Report comment to moderator  
Reply With Quote
Unread 05-27-12, 06:00 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Re: bars failing to save position...

Originally Posted by Chrome67
...
check a update
Report comment to moderator  
Reply With Quote
Unread 05-28-12, 03:01 AM  
Gautr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 101
Uploads: 5
A new favorite, small memory footprint, easy to configure, no cluttered interface/configuration.
Uses the default binds, so you can easily disable the addon and keep all your keybinds.

A new favorite.
__________________
Gautr of Corporation
Hellscream EU
Report comment to moderator  
Reply With Quote
Unread 06-07-12, 09:13 PM  
JackOnTheMap
A Murloc Raider

Forum posts: 8
File comments: 147
Uploads: 0
Could we please get ractionbutton support also?

It doesn't work on the button borders and I'd rather not have to use Masque/Buttonfacade
Report comment to moderator  
Reply With Quote
Unread 06-19-12, 03:26 PM  
Aggressor
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Love the addon! but Is there any way to hide the minimap button?
Last edited by Aggressor : 06-19-12 at 03:27 PM.
Report comment to moderator  
Reply With Quote
Unread 06-20-12, 12:20 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Aggressor
Love the addon! but Is there any way to hide the minimap button?
cough* no.
but if you someknow lua you can (because addon havent any config in blizzard config panels) but... i think i will add it later and show/hide minimap button option also
Report comment to moderator  
Reply With Quote
Unread 07-01-12, 03:08 AM  
lerb
A Frostmaul Preserver
 
lerb's Avatar
AddOn Author - Click to view AddOns

Forum posts: 264
File comments: 34
Uploads: 7
I'm having trouble with the keybinding. No matter how I keybind (if i use Blizzards keybind options, or the "/bbars bind" command), there's something wrong between bMultiBar1 and bMultiBar2.

I don't really understand what's going on, because it seems my bMultiBar2 has 12 buttons as it should, but they are called bMultiBar2button13 to bMultiBar2button24. Why aren't they 1-12 instead?

Anyway, the bug i wanted to report is this; Let's say I bind the first button on the first actionbar to "Q". That's ActionButton1 on bMultiBar1. The problem is that that keybind gets copied and applied to the first button on the second actionbar too, bMultiBar2button13. I think there's something wierd going on here.

I've tried clearing all my keybinds, even deleting my keybind-cache in the WTF folders, tried with no other addons enabled, and this still happens. Any clue on what's going on? Other than that, I must say I love your addons. They are so simple and yet strong, GREAT work!

Edit: And yes, it's vice-versa. If I bind a button on bMultiBar2, that gets copied to bMultiBar1 aswell. It happens both ways.
Last edited by lerb : 07-01-12 at 03:10 AM.
Report comment to moderator  
Reply With Quote
Unread 07-03-12, 04:49 PM  
Dahakas
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
So loaded it and set it up, ..however now when you loging it only gives LUA errors and becomes disabled.
Report comment to moderator  
Reply With Quote
Unread 07-03-12, 04:57 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Dahakas
So loaded it and set it up, ..however now when you loging it only gives LUA errors and becomes disabled.
error log please and i try to fix it
Report comment to moderator  
Reply With Quote
Unread 07-03-12, 05:09 PM  
Mavvdog
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Lua error - Bbars not working in MoP beta

Message: Interface\AddOns\bBars\bBars.lua:38: attempt to call global 'LibStub' (a nil value)
Time: 07/03/12 15:34:50
Count: 1
Stack: Interface\AddOns\bBars\bBars.lua:38: in main chunk

Locals: bBars = bBars {
0 = <userdata>
config = false
frames = <table> {
}
default_positions = <table> {
}
}
addonName = "bBars"
ns = <table> {
}
LBFGroup = nil
(*temporary) = nil
(*temporary) = "LibButtonFacade"
(*temporary) = true
(*temporary) = "attempt to call global 'LibStub' (a nil value)"
Report comment to moderator  
Reply With Quote
Unread 07-04-12, 05:49 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Re: Lua error - Bbars not working in MoP beta

Originally Posted by Mavvdog
...
i hope i fixed it. also added monk stances and vehicle buttons
Report comment to moderator  
Reply With Quote
Unread 07-04-12, 08:47 AM  
gomisensei
A Defias Bandit

Forum posts: 2
File comments: 2
Uploads: 0
page switch on bar 2?

for some reason, bars 1 and 2 are mirrors of each other.. any way to page switch one of them?

edit: in bartender4, bar2 is different than bar2 in bbars, I've tried shift-mousewheel pageswitching from to switch main action bar(out of config mode) , but can't get access to my bar2 while running bbars (in MoP beta). Also, when i'm in a vehicle, the bar doesn't change to vehicle controls...
Last edited by gomisensei : 07-04-12 at 08:54 AM.
Report comment to moderator  
Reply With Quote
Unread 07-04-12, 10:08 AM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 167
Uploads: 11
Nope, can confirm, its still trying to access barsDB ( a nil value) and will not fire ; ;
__________________
Report comment to moderator  
Reply With Quote
Unread 07-04-12, 12:30 PM  
blackhack
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
install

if i add the bbars part to the addons file i'll get an lua-crit-message .. how can i bring this addon to worK?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: