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
you can do this the interfaace for now until they update it it does work jut tried it
from CalmingStorm
19 hours ago
For those still experiencing issues with Bartender:
interface/addons/bartender4/lib/libactionbutton-1.0/libactionbutton-1.0.lua, line 1956
Modify
self.cooldown:SetHideCountdownNumbers(false)
To:
self.cooldown:SetHideCountdownNumbers(true)
apparently there is also an exisitng option in Bartender Action bars to trun off Timers but i can find it anywhere , anyone know /.
I think i go back to dominos...
today appear a cooldown number on bars, I can't disable this WTF? I'm using omniCC is much better.
In reply to Reyard1: Im having this same issue. Came to post a comment. I searched everywhere in settings and there is no way to turn this off. Quite annoying.
In reply to Reyard1: Im having the same issue, unfortunately
In reply to Reyard1: Indeed, can confirm this is also happening for me. Disabled all other addons just to be sure and is 100% BT doing this. It looks bad under OmniCC :(
In reply to Reyard1: Came here to say the same thing. Turning off only Bartender and no other addon i usually play with, gets rid of the "forced" cooldown timer.
In reply to Reyard1: Bartender4 does not see or ignores the settings in the game
In reply to Reyard1: Same here, it's really annoying when the cooldown number is shown on things that has stack numbers like potions.
In reply to Reyard1: same here. seems like bartender auto enables the new cooldown numbers option from blizzard even when you disabled it in their options by yourself? at least that's what i am thinking cause i cant find a new option in bartender itself
I just want to thank you for your time updating and maintaining this great addon.
until it gets fixed, solution to making bags work is turn off "Display Money" option in Frame settings. Gold wont show on bags but least they open. Have to turn off Display money for bank tab and guild bank tab to
Todays update has cause my bags not to open. pressing my keybind Shift-b does not open my bags. this update has caused many errors with multiple other add-ons.
In reply to RandyM: Same.
In reply to RandyM: same, no bags opening, even when reverting to old update for Bartender and Bagnon, nothin :(
to fix issues with today's patch on anniversary realms,
1.) Navigate to World of Warcraft\_classic_era_\Interface\AddOns\Bartender4\libs\LibActionButton-1.0 and open up the .lua file
2.) Scroll down until you see the functions, pick a spot between the end of a function and the next one starting(dont paste it into an existing function), paste in this new function once:
function Generic:OnButtonStateChanged(...)
end
3.) Save and reload
edit: to clarify, you only need this one time in the lua file. i put mine after line 275, right between the 'end' and 'function SetupSecureSnippets(button)'.
In reply to spacious: This doesnt make sense, 80% of that file is functions. Theres over 100 functions called out, and atleast another 90 under the button mapping sections. And about 4-5x's as many 'end's called out
Do you have line #'s or any other starting point? Because to me it looks like i gotta add that line in 200+ times.
In reply to AbsoluTalenT:
sorry, i meant just add it 1 single time after ANY function. you dont need to add it after every 'end'. you just dont want to add it into another function. ill edit my post to clarify this
In reply to spacious: Thank you. And solution works great. I know enough with some things, not so much of others. Maybe I overthunk your original message and confused myself.
I am also having the same issues.