This macro does what it is supposed to do in a "normal" bartender bar, however I have set bar1 to switch to another bar while I hold control, this button is in that bar, but if I click the macro button in that bar, nothing happens.
Why is this?
I also wonder why you need to use [button:S01] instead of [button:1] for bartender, why are these remapped?
This macro does what it is supposed to do in a "normal" bartender bar, however I have set bar1 to switch to another bar while I hold control, this button is in that bar, but if I click the macro button in that bar, nothing happens.
Why is this?
I also wonder why you need to use [button:S01] instead of [button:1] for bartender, why are these remapped?
Thanks for making this great addon :D
You cannot use Macros in paged bars, well you can .. but the button ID is totally obscure. For Ctrl .. it would be .. hmm .. S100061 ( replace 6 with the actual page you switch to )
The numbers have to be this way to allow dynamic page changing etc. no way around it sorry.
I am now using this macro, but it does not work for the (control) right click, if I do that it does the same as (control) left click, is there something wrong in my macro?
I tried the old macro in a non-paged bar as well, that one worked for left click while holding control, but when I rightclicked it did the same as when I leftclicked.
I'm trying to have at least two of my bars swap based on whether I'm in combat or not, this should work in theory using the PLAYER_REGEN_DISABLED and ENABLED events.
Now, while having event-based swapping in Bartender would be nice, I can understand it not being a priority. So I was trying to pull it off with Luaslinger, except... I have no real clue how.
ChangeActionBarPage() seems to only be capable of swapping the main bar. And there's the new /swapactionbar command, but I can't run slash commands from luaslinger...
What am I missing? Is there perhaps a Bartender function I could call instead?
Is it bartender3 thats making all my bags open when I click on the Default bag button or is it another mod? For the love of me I cant figure out whats doing it but it sure is pissing me off a lot :)
However, whenever the UI is reloaded (relog, basically), the bars revert to what they were last hand-dragged to. What command could I use to make them stick?
Is it bartender3 thats making all my bags open when I click on the Default bag button or is it another mod? For the love of me I cant figure out whats doing it but it sure is pissing me off a lot :)
Bartender3 feature, but as I recall that's only so for the "main" bag.
However, whenever the UI is reloaded (relog, basically), the bars revert to what they were last hand-dragged to. What command could I use to make them stick?
Is it bartender3 thats making all my bags open when I click on the Default bag button or is it another mod? For the love of me I cant figure out whats doing it but it sure is pissing me off a lot :)
Bartender3 feature, but as I recall that's only so for the "main" bag.
Yeah its only for the main bag. There really needs to be an option for this, I'm actually pretty surprised there isn't one yet.
Hmm, now why are the bindings changed again? They were fine the way they worked earlier when they were independent of Blizzard's and I was able to bind one action to two different keys if I wanted to... *sigh* time to move on to another addon I guess.
You can bind two keys to one action ( as of now again - 20923 ). It will just not show anywhere. Which key is shown on the button .. not sure. I would guess the first to be bound. But the second bound will actually show in the drop-down menu.
I am working on my own little keybinding UI. it will simplify stuff.
How specifically can you bind two keys? Reason I ask is Ive got a bunch of keys bound from who knows where (prior version imported blizzard settings, etc.) - when I go to the keybindings menu now it shows as "None" yet the keys are bound. Is there an interface to see the both sets of key bindinds (or change / clear them)? There are other instances where I would LIKE to bind 2 sets of keys to a single button (like the default blizzard interface).
The only thing I can find is a bunch of keybindings in the Blizzard keybindinds interface with names like BT3BARXBUTTONY - however these only have listings for Bars 2, 7, 8, 9 and 0. Both keybindings on these items are None (and I have bars 4&5 turned on as well, which DONT show up in the keybindings listing). So as far as I can tell these bindings are not where Bartender3 is getting its bindings from.
Where do I go to see the bindings for the buttons and change them?
you can simply add the keybindings using the keybindings menu in bartender3 one by one ... if you add a new one the old one isn't overwritten, the new one is added.
an option to clear all keybindings of a button would be nice imho :9
I know you are working on keybindings, but there is something strange I've encountered today (build 209xx).
I had some sort of mismatch in my keybindings (apparently somthing went wrong when updating from build 18xxx to 20xxx), so I've dediced to try a fresh start.
deleted Bartender3.lua in savedvariables and started the game.
to my amazement the key bindings were still there. so I thought I can change them in the blizzard key bindings window. but none there set there. all slots were empty (mainbar + multibars).
so I did a grep of my wtf folder to search where they are located and found them in two files:
C:\World of Warcraft\WTF\Account\DLSHARK\bindings-cache.wtf
C:\World of Warcraft\WTF\Account\DLSHARK\Gorgonnash\Rashkala\bindings-cache.wtf
the format is like this:
bind E CLICK BT3Button8:LeftButton
so in order to reset all bartender key bindings I had to remove them from these files. I think this causes a lot of confusion (since you have a lot of key bindings that cannot be changed within the game). I hope your new key binding system takes care of that.
Except some Keybindings problems: display "a-3" instead of "w" ("w" is the right keybind) all works fine for me. But I can't move the icon on the FurBar? Any idea?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
This macro does what it is supposed to do in a "normal" bartender bar, however I have set bar1 to switch to another bar while I hold control, this button is in that bar, but if I click the macro button in that bar, nothing happens.
Why is this?
I also wonder why you need to use [button:S01] instead of [button:1] for bartender, why are these remapped?
Thanks for making this great addon :D
You cannot use Macros in paged bars, well you can .. but the button ID is totally obscure. For Ctrl .. it would be .. hmm .. S100061 ( replace 6 with the actual page you switch to )
The numbers have to be this way to allow dynamic page changing etc. no way around it sorry.
I am now using this macro, but it does not work for the (control) right click, if I do that it does the same as (control) left click, is there something wrong in my macro?
I tried the old macro in a non-paged bar as well, that one worked for left click while holding control, but when I rightclicked it did the same as when I leftclicked.
Thnx for Great Bar Mod.
Now, while having event-based swapping in Bartender would be nice, I can understand it not being a priority. So I was trying to pull it off with Luaslinger, except... I have no real clue how.
ChangeActionBarPage() seems to only be capable of swapping the main bar. And there's the new /swapactionbar command, but I can't run slash commands from luaslinger...
What am I missing? Is there perhaps a Bartender function I could call instead?
/script BT3Bar1:ClearAllPoints()
/script BT3Bar1:SetPoint("BOTTOM", UIParent, "BOTTOM", 0, -5)
(it's made by someone else)
However, whenever the UI is reloaded (relog, basically), the bars revert to what they were last hand-dragged to. What command could I use to make them stick?
Yeah its only for the main bag. There really needs to be an option for this, I'm actually pretty surprised there isn't one yet.
terribly true.
probably with this massive late night pvp activity i got a bit lagged :D
sry for the mistake lol
w00t I "fixed" it for me... just needed to comment it out :)
Bartender3_BarClass.lua - Line 486
Help please!
How specifically can you bind two keys? Reason I ask is Ive got a bunch of keys bound from who knows where (prior version imported blizzard settings, etc.) - when I go to the keybindings menu now it shows as "None" yet the keys are bound. Is there an interface to see the both sets of key bindinds (or change / clear them)? There are other instances where I would LIKE to bind 2 sets of keys to a single button (like the default blizzard interface).
The only thing I can find is a bunch of keybindings in the Blizzard keybindinds interface with names like BT3BARXBUTTONY - however these only have listings for Bars 2, 7, 8, 9 and 0. Both keybindings on these items are None (and I have bars 4&5 turned on as well, which DONT show up in the keybindings listing). So as far as I can tell these bindings are not where Bartender3 is getting its bindings from.
Where do I go to see the bindings for the buttons and change them?
an option to clear all keybindings of a button would be nice imho :9
I had some sort of mismatch in my keybindings (apparently somthing went wrong when updating from build 18xxx to 20xxx), so I've dediced to try a fresh start.
deleted Bartender3.lua in savedvariables and started the game.
to my amazement the key bindings were still there. so I thought I can change them in the blizzard key bindings window. but none there set there. all slots were empty (mainbar + multibars).
so I did a grep of my wtf folder to search where they are located and found them in two files:
C:\World of Warcraft\WTF\Account\DLSHARK\bindings-cache.wtf
C:\World of Warcraft\WTF\Account\DLSHARK\Gorgonnash\Rashkala\bindings-cache.wtf
the format is like this:
bind E CLICK BT3Button8:LeftButton
so in order to reset all bartender key bindings I had to remove them from these files. I think this causes a lot of confusion (since you have a lot of key bindings that cannot be changed within the game). I hope your new key binding system takes care of that.
Maybe a better solution would be to add an option within BT3 to delete all BT3 keybinds.
Except some Keybindings problems: display "a-3" instead of "w" ("w" is the right keybind) all works fine for me. But I can't move the icon on the FurBar? Any idea?