Toggle Pet Hotbar via Macro
Is there a way to toggle the pet hotbar via a macro? The purposes would be to toggle a hotbar to off that my other classes use and toggle on the pet hotbar in it's place. This way when I switch classes I just need to use this one macro and not have to navigate the menus. I've tried variations of /hud and /hotbar and haven't been able to find a combination.
Despite what the Name may Suggest, Pet Hotbar is a HUD Element
Through trial and error, the '/hotbar' macro type appears limited to using numerical conditions. However, the '/hud' type allows for typed elements like 'Duty List', etc.
Try:
/hud "Pet Hotbar" off
in your macro. It worked for me :)
P.S. for positional changes in the location of the pet hotbar element based on job, you may want to copy your existing HUD layout to any other available HUD profile (you should have three additional); move the desired element(s) in that alternate HUD profile; create a job change macro that switches any pet-based job to that HUD profile.