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
In reply to bliance12:
Thanks for this quick fix!
In reply to bliance12:
Thanks alot :D
In reply to bliance12:
Thanks alot :D
In reply to bliance12:
Thanks alot for the fix
In reply to bliance12:
its nice and working, but if i use this macro, i cant switch bars with shift+mouse wheel (i use it for buffs) any idea?
In reply to antisocialxx_:
In reply to orionshocked:
U r a f*ckin god, its working, big thanks bro.
In reply to bliance12:
this fix didn't work for me, anyone got any other fix?
In reply to bliance12:
this fix didn't work for me, anyone got any other fix?
In reply to arkanea:
Make sure the numbers at the end are the correct bars you want. For me it is bar 7 when in shadow form and bar 1 when not.
So mine is:
[overridebar][possessbar][shapeshift]possess;[form]7;1
Also make sure you're editing the correct bar that you want to be swapped.
EDIT: Already fixed on the AddOn
Blizzard update broke LibActionButton-1.0 (one of the libraries this AddOn uses). It wrongly assumes we are on Retail because the version is now correctly Lich King but the library is checking for Classic and Burning Crusade.
You can patch it yourself right now by going to Interface\AddOns\Bartender4\libs\LibActionButton-1.0 and opening the file LibActionButton-1.0.lua with any text editor, find Line 43 or Line 44 and change the result to true.
Original:
local WoWClassic = (WOW_PROJECT_ID == WOW_PROJECT_CLASSIC)
local WoWBCC = (WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC)
Patched:
local WoWClassic = true
local WoWBCC = true
In reply to matjtonnn:
Works, Thanks :D
In reply to matjtonnn:
Works, thank you!
In reply to matjtonnn:
This worked, thank you so much!
In reply to matjtonnn:
Thanks a lot! Works!
In reply to matjtonnn:
THIS WORKED
In reply to matjtonnn:
Thanks buddy
In reply to matjtonnn:
This does indeed work.
In reply to matjtonnn:
Thanks!
In reply to matjtonnn:
This is not working for me. Am I dumb? What am I doing wrong?