Thread Tools Display Modes
08-10-15, 10:11 PM   #1
ConstanT1ne32
An Aku'mai Servant
 
ConstanT1ne32's Avatar
Join Date: Oct 2005
Posts: 34
Bartender4

Hello,

Is there way to make certain bars hidden when switching spec in bartender4?

Example: I want bars 3 and 4 to be automatically hidden when I switch to my secondary spec, but appear again when I switch back to primary spec.
  Reply With Quote
08-10-15, 11:45 PM   #2
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
iirc you can add macro conditionals for every bar. And since there is a spec-condition it should work.

not sure but I'd think the lines could look like this
Code:
[spec:1]show;hide
Edit: Now I'm sure http://www.mmo-champion.com/threads/...at-only-1-spec
__________________
The cataclysm broke the world ... and the pandas could not fix it!

Last edited by Rilgamon : 08-10-15 at 11:49 PM.
  Reply With Quote
08-11-15, 08:11 AM   #3
ConstanT1ne32
An Aku'mai Servant
 
ConstanT1ne32's Avatar
Join Date: Oct 2005
Posts: 34
Thanks that worked great!


Out of curiosity, how hard is it to "code in" an option to change position of the raid bars for different specs?

Im using CompactRaid which doesnt have that option.
  Reply With Quote
08-11-15, 08:57 AM   #4
ConstanT1ne32
An Aku'mai Servant
 
ConstanT1ne32's Avatar
Join Date: Oct 2005
Posts: 34
Originally Posted by Rilgamon View Post
iirc you can add macro conditionals for every bar. And since there is a spec-condition it should work.

not sure but I'd think the lines could look like this
Code:
[spec:1]show;hide
Edit: Now I'm sure http://www.mmo-champion.com/threads/...at-only-1-spec
What do I need to make bars hidden only in raid?
  Reply With Quote
08-11-15, 09:07 AM   #5
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Originally Posted by ConstanT1ne32 View Post
What do I need to make bars hidden only in raid?
Code:
[group:raid]hide;show
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote
08-11-15, 03:37 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Conditonals and how to use them can be found here: http://wow.gamepedia.com/Making_a_macro
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
08-11-15, 09:45 PM   #7
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by ConstanT1ne32 View Post
Out of curiosity, how hard is it to "code in" an option to change position of the raid bars for different specs? Im using CompactRaid which doesnt have that option.
If that addon supports profiles, just set up a separate profile for each spec. If it doesn't, you can try using Reflux to emulate profiles, or you could switch to some other addon that does support profiles.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
08-15-15, 10:15 AM   #8
ConstanT1ne32
An Aku'mai Servant
 
ConstanT1ne32's Avatar
Join Date: Oct 2005
Posts: 34
Another thing:

When I used to create new chars, I would go to Bartender>profiles and copy from settings from my main char.

Now, I recently changed my key bindings on main, but when I "copy from main" on alts, key bindings dont change.

Any idea why?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Bartender4

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off