Bartender4 - Hide on dragon

I was wondering if it’s possible to hide all action bars except my dragon action bar when I’m on my dragon?

When I get on my dragon Bar 1 switched automatically to show my dragon abilities.
However, Bar 2,3,4 etc. is still showing but I would want it so Bar 1 is the only one that shows when I’m on my dragon.

I’ve tried the visibility tab on the various bars, hide on vehicle, hide when possesing etc. but nothing seems to work with the dragon.

Do I need a custom script or did I miss something?

Dragonriding is [bonusbar:11]

https://github.com/Gethe/wow-ui-source/blob/532edb9c5c2930dcc60a2f59c48f8fb414652be1/Interface/AddOns/Blizzard_Tutorials/Blizzard_Tutorials_Dragonriding.lua#L31

But Bartender may have it mapped to [bonusbar:5]

Thank you for the reply!

I read though that other thread and tried the string to test it out but it does not seem to help me with my issue.

I have no problems with my dragon bar, it shows up automatically with the abilities as soon as I jump on my dragon, perfect.

My problem is that I want all my other action bars to hide when I’m on my dragon to reduce the clutter when I’m dragonriding.

1 Like

You’ll want [bonusbar:5]hide; on all but bar 1, assuming 5 is still the answer for bartender.

I tried this but then my all of my bars stay hidden all the time.

Bar 1 is my posses bar so it switches from my normal spell bar to the dragon bar.
Bar 2 is not in use.
Bar 3, 4, 5, 6, 7 stays visible when I’m on my dragon.
If I put [bonusbar:5]hide; on all bars but bar 1 they stay hidden all the time.

I tried the script with different numbers and bars but it still doesn’t work.

I know I’m probably doing something wrong on my end, I’m not that good with addons, scripts etc. Sorry!

Did you put only that on the other bars? If so, that’s the problem. That was just what to add to their existing rules. You need a show on the very end at the least.
[bonusbar:5]hide;show

I’m giving up, I just can’t get it to work.
I have to accept that I am just this stupid xD

Thank you very much for your patience though Elvenbane, you’ve been great!

Should look exactly like this.

Check the Use Custom Condition box and slap this in it for bars 3-7
If you want it to hide on all the bartender defaults + dragon riding

[petbattle]hide;[overridebar]hide;[vehicleui]hide;[bonusbar:5]hide;show

If you only want it to hide with dragon riding:

[bonusbar:5]hide;show

Bar 3 & Conditions Disabled

Bar 3 & Conditions Enabled

1 Like

The addon DynamicCam has a feature to hide (or rather not hide) certain frames under certain conditions. It does not have a built-in “Dragon Riding” condition yet, but people have used the “Mounted” condition to achieve this: https://www.twitch.tv/videos/1673518533?t=0h41m19s

Why are you this amazing?
It works! It works! It works!

Thank you so much for all the help and your patience!
If there was a forum helping award I would nominate you right away!

I am so happy right now!

Thank you again <3

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.