I’m trying to set up my healer bars to be able to page ‘bar 1’ into a different one for group content. Much like how you can have it page for different druid stances.
Is there any way I can do this with a macro?
You could do that with bartender’s state configuration settings.
/bt > Bar 1 > State Configuration tab
At the bottom check “Use Custom Condition”
This would switch to bar 9 while in a group:
[group] 9; 0
For bar 1 you probably also want these extra conditions copied from the default settings for bar 1:
[overridebar][possessbar][shapeshift]possess; [group] 9; 0
2 Likes
Thanks!
Theres no way to do it with a button to switch instead of the group conditional?
Bartender has an option to enable the paging that bar 1 has in the default UI.
/bt > Bar 1 > State Configuration > ActionBar Paging
That would let you use the paging keybindings (default shift+1 through 6 for specific bars or shift+mouse wheel). I think it also enables the macro commands /swapactionbar
and /changeactionbar
1 Like