Bartender4
Bartender4 is a full ActionBar replacement mod. It provides you with all the features needed to fully customization most aspects of your action and related bars.
Major Changes since Dragonflight / 10.0
- Hold-to-cast is not currently available for addons
- Action Bars have been slightly re-arranged in Bartender4 for Dragonflight and beyond
- Bar 1-8 now reflect Blizzard Bars 1-8 (these are old 1, 3-6, and the 3 new bars)
- The old bars 7-10 are now called "Class Bar 1-4" (Shapeshifting, Stances, etc)
- The old bar 2 is now called Bonus Action Bar
Features
- Support for all Action Bars and all related bars
- 10 Action Bars (13 in Dragonflight & War Within!)
- Stance Bar
- Pet Bar
- Bag Bar
- Micro Menu
- XP/Reputation Bar
- All Bars are fully customizable (Scale, Alpha, Fade-Out settings, ...)
- Very flexible and customizable Show/Hide driver based on Macro Conditions
- Additional Layout and Paging settings for Action Bars
- Page all bars based on Stance or Modifier
- Possess Bar support
- Custom State driver support with Macro Conditions
- Options to hide specific elements of the buttons (Macro Text, HotKey, more could be added on demand)
- StickyFrames support
- Masque/ButtonFacade support!
- Easy Hotkey Binding using KeyBound
- Options to control the hiding of the default blizzard artwork (you might still want that to be displayed..)
FAQ
Q: I cannot move/drag my skills on my bars?
A: Hold Shift to move skills safely. You can also unlock your bars in the Bartender4 options, but using Shift is safer and recommended.
Q: How do i access the Configuration?
A: You can open the configuration with the Slash Commands (/bt or /bartender) or through the Bartender4 LDB plugin.
Q: Where are my keybindings? And how do i bind new keys?
A: Bartender4 buttons should automatically inherit keybindings from the Blizzard bars. For new keybindings, you can use KeyBound to re-bind your keys. You can access KeyBound by its slash command (/kb) or through the button in the BT4 config. Hover a button, press key → voila!
Q: Can I skin the buttons beyond the built-in options?
A: Bartender4 allows skinning through Masque! After installing both Bartender4 and Masque, you can customize the BT4 appearance in the Masque options.
Q: How do i disable the snapping of the bars?
A: Currently, you can temporarily override the snapping by holding down the Shift Key while moving your bars, or uncheck the option in the popup when your bars are unlocked.
Feature Requests/Bug Tracker
Please submit Bugs and/or Feature Requests using the Ticket System on the WoWAce Project page or in the Bartender4 Forum Thread. Please provide as many information as possible, including your client language, the exact version you are running, how to reproduce any errors, and a stack trace, if applicable.
Links
WoWAce Project: Bartender4 on WoWAce
Custom State Header: Info page on WoWAce
-
View User Profile
-
Send Message
Posted Dec 28, 2016I'm using SpartanUI so a profile reset is probably not an option, I have a change on a local branch I added that insulates for nil.
LibWindow-1.1.lua
At Line 130 and 131 or thereabout updated declarations for left, top, right, and bottom
local left,top = lib.GetPositionByScale(frame:GetLeft(),s), lib.GetPositionByScale(frame:GetTop(),s)
local right,bottom = lib.GetPositionByScale(frame:GetRight(),s), lib.GetPositionByScale(frame:GetBottom(),s)
After the 'end' of lib.SavePosition Line 172 for me, added a new local function that applies the scaling to the position.
function lib.GetPositionByScale(position,scale)
if not position then return 0 else return position * scale end
end
Zone Ability Bar is still working, and no other regression issues have arisen.
(I forgot to say how much I love this mod and have for many years, thanks for ever and ever...)
-
View User Profile
-
Send Message
Posted Jan 1, 2017Wonderful! I am using SpartanUI too and this fix solved my problem.
-
View User Profile
-
Send Message
Posted Dec 28, 2016The problem with the Lua error comes from the added Zone ability bar, either reset your profile or update the Position in the Bt settings and the error should go away
-
View User Profile
-
Send Message
Posted Dec 28, 2016Dude, seriously thank you so much! This has been bothering me for days and I updated the position in BT4 and it was fixed! Thanks again!
-
View User Profile
-
Send Message
Posted Dec 26, 2016Getting this error when logging in or reloading UI. This occurs only in 4.7.5 and not in 4.7.4 (which I reverted to).
15x ...dOns\Bartender4\libs\LibWindow-1.1\LibWindow-1.1-8.lua:128: attempt to perform arithmetic on a nil value
...dOns\Bartender4\libs\LibWindow-1.1\LibWindow-1.1-8.lua:128: in function `SavePosition'
Bartender4\Bar.lua:297: in function `SavePosition'
Bartender4\ZoneAbilityBar.lua:56: in function `ApplyConfig'
Bartender4\ZoneAbilityBar.lua:48: in function `ApplyConfig'
Bartender4\ZoneAbilityBar.lua:44: in function <Bartender4\ZoneAbilityBar.lua:33>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
DataStore\libs\AceAddon-3.0\AceAddon-3.0-12.lua:558: in function `EnableAddon'
DataStore\libs\AceAddon-3.0\AceAddon-3.0-12.lua:571: in function `EnableAddon'
DataStore\libs\AceAddon-3.0\AceAddon-3.0-12.lua:651: in function <DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:636>
...
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
DataStore\libs\AceAddon-3.0\AceAddon-3.0-12.lua:558: in function `EnableAddon'
DataStore\libs\AceAddon-3.0\AceAddon-3.0-12.lua:651: in function <DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:636>
[C]: ?
[C]: in function `LoadAddOn'
FrameXML\UIParent.lua:407: in function `UIParentLoadAddOn'
FrameXML\UIParent.lua:430: in function `CombatLog_LoadUI'
FrameXML\UIParent.lua:1012: in function <FrameXML\UIParent.lua:907>
Locals:
nil
-
View User Profile
-
Send Message
Posted Dec 25, 2016Artifact power bar NOT show in my warlock.
all is set fine the bar just NOT SHOW and ONLY in my warlock
-
View User Profile
-
Send Message
Posted Dec 25, 2016anyone else having issues with LUA errors?
I get alotta of lua errors and its B4... I cant focus targets or random stuff like q anyone know a fix?
-
View User Profile
-
Send Message
Posted Dec 23, 2016Getting really frustrated with having all my profiles and settings randomly get erased when I login. I've had to redo the way my bars are set up at least twice a week since the beginning of this month. Everything will be fine for a few days, then sometimes when I login, it's reset to default, and all my profiles are wiped.
-
View User Profile
-
Send Message
Posted Dec 26, 2016Just logged in and had this happen to me as well! Did anyone get back to you with a response because having to replace and re set up my bars every time I log in will... well I just can't lets not go there!
-
View User Profile
-
Send Message
Posted Dec 23, 2016This is totally impossible to re-set once I made a mess of it first time round - NOT impressed at all ppl sorry, will try one that actually works
-
View User Profile
-
Send Message
Posted Dec 22, 2016Since 7.1 I have been getting this error:
Message: [string "OpacityFrameSlider:OnEvent"]:3: Usage: OpacityFrameSlider:SetValue(value)
Time: 12/22/16 10:13:17
Count: 1
Stack: [C]: in function `SetValue'
[string "*:OnEvent"]:3: in function <[string "*:OnEvent"]:1>
Locals: (*temporary) = OpacityFrameSlider {
0 = <userdata>
}
(*temporary) = nil
Also, my summon pet button only works sometimes. I have to call the pet from my spellbook or restart my computer to make call pet work from any button.
This is the one addon I couldn't live without. Thanks for your hard work!
-
View User Profile
-
Send Message
Posted Dec 19, 2016WTF! I just tried to import my setting to another char and it fucking DELETED my setting altogether on all chars!! I'm shitting a fucking brick right now, this is horseshit. Plz fix your shit bartender.
-
View User Profile
-
Send Message
Posted Dec 13, 2016Not sure when this started exactly, but it was pretty recent. I have a bar set up, with three buttons in it, near the top of my screen. I usually put abilities or macros up there that pertain to specific bosses in a raid. Now up until recently, the grid of this bar was hidden, so I wouldn't see it unless I added something to the bar. However, as I said, recently, the bar's grid refuses to hide. No matter how many times I uncheck and recheck the 'hide grid' option. Any ideas?
-
View User Profile
-
Send Message
Posted Dec 11, 2016Logged in today and my ui profiles are gone and I can't even access the addon, it's up to date too. Is this a bug?
-
View User Profile
-
Send Message
Posted Dec 8, 2016I keep losing my Artifact Power bar between level 100 and 110. It's there at 100, but disappears when I hit 101 and then reappears when I hit 110. Not sure what's causing this, but it's happening on all my toons. I've checked the Enabled (unchecked, saved, rechecked, saved) and it does not come back. Any ideas?
-
View User Profile
-
Send Message
Posted Dec 25, 2016go to /BT then hit blizzard interface on the drop down then hit apply preset
-
View User Profile
-
Send Message
Posted Dec 7, 2016This is a bug that just recently popped up... The only thing I know that's changed is a Bartender update.
-
View User Profile
-
Send Message
Posted Dec 13, 2016-
View User Profile
-
Send Message
Posted Dec 16, 2016Removed 4.7.5 and reinstalled 4.7.4 and there isn't an error anymore. I think I'll just leave this one installed.
-
View User Profile
-
Send Message
Posted Dec 7, 2016I played during launch and haven't went back on until after the first patch. Now all my gui profiles are erased. Makes me not even want to play the game. Does this happen every patch?