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.
Status for Dragonflight / 10.0
- Hold-to-cast is not currently available for addons
- Action Bars have been slightly re-arranged in Bartender4 for Dragonflight
- 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!)
- 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
can't use on PTR :(((
i cant use it on the new PTR 7.03, keep giving LUA ERROR, already deleted all others addons, i really cant play without a bar addon, pls helppp
Running the latest alpha version on the PTR with the 7.03 patch, no issues so far, keep up the great work!
i cant get bartender to even open on the ptr D:
I am trying to set up a hotkey to set all bars to Click-Through, but I don't know how to run the SetClickThrough() function on all bars from Bindings.xml. I also don't know how to map the variable name to a string that will be displayed in the keybindings menu.
Here is what I have so far:
<Binding name="BTTOGGLEACTIONBARCLICKTHROUGH" category="Bartender4 ">
if InCombatLockdown() then
print("Cannot change the button clickthrough during combat.")
return
end
Bartender4.db.profile.clickthrough = not Bartender4.db.profile.clickthrough
Bartender4.Bar:ForAll(SetClickThrough(Bartender4.db.profile.clickthrough));
</Binding>
I've managed to achieve the main functionality for this! Just had to change:
Bartender4.Bar:ForAll(SetClickThrough(Bartender4.db.profile.clickthrough));
To:
Bartender4.Bar:ForAll("SetClickThrough", Bartender4.db.profile.clickthrough);
But I still don't know how to set up a proper name in the Key Bindings menu. Somehow "BTTOGGLEACTIONBARLOCK" translates into "Toggle ActionBar Lock"???
I have the latest version and when I click for my warlock pet to attack a target it doesn't. I know the button works because I click off of it gives me an error that I don't have a target
There were some ppl on the Beta forums saying they had a fix for this but I don't trust any of the sites they directed you to go so ill wait for a fix from here which I hope will come soon the game is unplayable for me with the old UI
See the links at the end of the description above? Those are the same links mentioned in the beta forums.
Is there any way to prevent a patch from breaking my profile? This is the third time in the last six months that it's happened. The first time I thought it was something I did wrong. But, I carefully created profiles in the add-on. I logged in today and, darnit, they're all broken again. :( I abhor having to set them up again and again and again. Thanks kindly.
Like to se Bartender 4 for legion beta.. any chance that will happen?
It did work but seems the patch from today broke it.
It worked for some.. i tried it on DH shaman hunter wlock priest it work fine on hunter shaman DH but casused to many errors on wlock/priest!
But it completly crashed after last patch.
Question: Is there any way to have the buttons/bars fade out while not in combat but come back during combat? By fade out I mean if out of combat still be able to mouse over them to get them to show but fully visible when combat starts?
I just attempted the Chess Event in Karazhan. The leave vehicle button showed up on my main bar when I took possession of the warchief but it wouldn't do anything. It was clickable both with my mouse and hotkey but it did nothing. I disabled Bartender4 and was then able to leave the warchief via the default UI.
When I use move anything it looks like the button to leave the warchief or any other minion is a "possess button". Move anything doesn't have that as a separate item to move. I'm guessing when Bartender4 integrates the possess buttons with bar1 there is an issue.
Click off your debuff homie.
My extra action button is no longer showing up. I have disabled it from the Bartender4 options and still nothing. But if I disable the addon and reload the UI, the extra button shows up.
I have been running ToT, so I cannot see the "kick" button for the turtle boss and the "feather" button after you fight the bird.
How do I download Bartender4 for the patch 4.3.4? It used to be something like other versions but I can't find it.
Binding to Middle Mouse button on a slot and trying to use this macro in it's slot:
#showtooltip Beacon of Light
/use [@mouseover,help,nodead] Beacon of Light; Beacon of Light
causes nothing to happen. It simply doesn't work. Non-macro abilities work fine. Similar macros to this fail to work with MMB when clicked.
Macro works fine if the slots key bind is a key like ctrl-2 or whatever.