I’ve got a little action bar that has my mounts that I have set to disappear when in combat. Is there a way to have it hidden in places where mounts are not allowed? Or hide an action bar where flying mounts are not allowed vs ground ones?
I don’t use Bartender, but I believe it uses the same macro-like conditionals as other bar addons to control things like when it shows up. (I’m not sure exactly where you do it in Bartender, but there should be an option for custom visibility/paging states to plug in your own conditionals.)
So, you can use the [outdoors] and [flyable] conditions to adjust when the bar is shown.
So you’d want to use something like this to only show out of comabat and outdoors:
[nocombat,outdoors]show;hide
Or something like this to show a bar only when out of combat, outdoors, and in a flyable area.
[nocombat,outdoors,flyable]show;hide
Thanks! I’ll give that a try!
Edit:
Nice I did a pair of action bars that are actually in the exact same spot, one with
[nocombat,outdoors,flyable]show;hide and the other with
[nocombat,outdoors,noflyable]show;hide
Easy enough when I’m in combat or indoors none show. When I’m outdoors in a flyable area a flyable mount (and my mount with the repair dude) show and in a no fly zone the repair mount and a ground only ride show.
(Truth be told I really don’t use the mount with the repair guy often. I could have just kept it simple and only put the headless horseman’s mount there he looks just as good on the ground as he does in the air.)