Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: liquidbase
Forum: PTR General Discussion 08-14-20, 08:44 AM
Replies: 16
Views: 12,750
Posted By liquidbase
Yep, that is the root issue. But why? I can't...

Yep, that is the root issue. But why? I can't tell. Doesn't make sense to me to be honest.
Forum: PTR General Discussion 08-14-20, 12:33 AM
Replies: 16
Views: 12,750
Posted By liquidbase
Similar to my function to edit the buttons....

Similar to my function to edit the buttons. However, since Shadowlands every button seems to have an additional field which means .nogrid, that is what caused the problem.

bar3.lua...
Forum: PTR General Discussion 08-13-20, 12:31 PM
Replies: 16
Views: 12,750
Posted By liquidbase
Issue fixed with this function function...

Issue fixed with this function
function ab:FixMBBR()
for i = 1, 6 do
local Button = _G['MultiBarBottomRightButton'..i]

Button:SetAttribute('showgrid', 1)
Button.noGrid =...
Forum: PTR General Discussion 08-13-20, 10:01 AM
Replies: 16
Views: 12,750
Posted By liquidbase
Okay that's weird. There is nothing in the code...

Okay that's weird.
There is nothing in the code that would control that. Any idea how this can happen?
Forum: PTR General Discussion 08-12-20, 11:37 PM
Replies: 16
Views: 12,750
Posted By liquidbase
For sure. The option is set once during setup and...

For sure. The option is set once during setup and then again in the actionbar's init script to be on the safe side. alwaysShowActionBars is set to 1.

Install-Script install.lua on line 121 in...
Forum: PTR General Discussion 08-12-20, 04:23 AM
Replies: 16
Views: 12,750
Posted By liquidbase
Tested and unfortunately no effects. The buttons...

Tested and unfortunately no effects. The buttons 1-6 on the MultiBarBottomRight cannot currently be displayed if they are empty from the start.
Forum: PTR General Discussion 08-12-20, 12:07 AM
Replies: 16
Views: 12,750
Posted By liquidbase
Jep I know. On a character with filled...

Jep I know. On a character with filled actionbars, there is no issue. I behaved the same as what you can see on the screenshot.
https://i.imgur.com/3VFc1E2.jpg

With new characters, however, it looks...
Forum: PTR General Discussion 08-11-20, 12:07 PM
Replies: 16
Views: 12,750
Posted By liquidbase
That shouldn't be the problem. The CVar...

That shouldn't be the problem. The CVar alwaysShowActionBars is set to 1 during the installation script. The buttons on each bar also have the showgrid attribute active.

Example bar3.lua (the one...
Forum: PTR General Discussion 08-11-20, 05:52 AM
Replies: 16
Views: 12,750
Posted By liquidbase
Problem with actionbar grid on beta

Hi @all!

Currently I have a problem with the action bars in the beta. You can see more details on the screenshot.

https://i.imgur.com/xzdhqYA.png

If there are no skills / macros in the bar, the...
Showing results 1 to 9 of 9