I am having trouble with bartender4. When I add it to my character it blanks out the default WOW bars. The default WOW bars work but are not as useful as yours. How do I know if I have the correct version. It has worked great for a while now. I would appreciate any help you can provide on this issue. Mike
Encountering an issue where the latency indicator is working fine, but it's invisible. It will tell you the latency, but I'm guessing the layer that has the indication color is missing. It's just three vertical holes in the Blizzard Art Bar.
With the new update today, the bars are gone. the only bars that show are my DK;s stance bar and pet bar everything else is not showing. when you go into the settings to see if the bars are checked to be visible, theres no options listed, just a blank page under the tabs.
I had the same problem. As a temporary workaround, I edited this file: ...\World of Warcraft\_classic_\Interface\AddOns\Bartender4\libs\LibActionButton-1.0\LibActionButton-1.0.lua
and on line 44, I replaced this:
local WoWBCC = (WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC)
With this:
local WoWBCC = true
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am having trouble with bartender4. When I add it to my character it blanks out the default WOW bars. The default WOW bars work but are not as useful as yours. How do I know if I have the correct version. It has worked great for a while now. I would appreciate any help you can provide on this issue. Mike
Encountering an issue where the latency indicator is working fine, but it's invisible. It will tell you the latency, but I'm guessing the layer that has the indication color is missing. It's just three vertical holes in the Blizzard Art Bar.
Screenshot attached.
With the new update today, the bars are gone. the only bars that show are my DK;s stance bar and pet bar everything else is not showing. when you go into the settings to see if the bars are checked to be visible, theres no options listed, just a blank page under the tabs.
In reply to asianhalfling:
I had the same problem. As a temporary workaround, I edited this file:
...\World of Warcraft\_classic_\Interface\AddOns\Bartender4\libs\LibActionButton-1.0\LibActionButton-1.0.lua
and on line 44, I replaced this: