I'm not sure of ways to permanent tly disable the actual pet hotbar from showing. Getting one of your hotbars to show a pet hotbar look alike is easy, though it takes a bit of macro writing.
Basically each action in the pet hotbar can also be placed as an icon in any regular hotbar. For your purpose, you'd need one macro for every different pet and either many spare hotbars to spare, or a bit of patience for macro writing. I can't give exact lines now as I'm not on my game but here is the gist of it.
Easy way, if you only use one pet usually, is to pick a spare hotbar you have (maybe one of those class specific ones you are not using when you have jobs) and make it have all the actions of pet action bar. Just drag them there from the pet page from your ability list. Then in your pet summoning macro you use
/hotbar copy ACN 2 SMN 4
Assuming you used arcanist bar 2 as that pets line and you want to put it to your summoner 4 bar.
The hard way is to make macro that places each action one by one on the bar you want, with
/hotbar pet "action name" "pet name" [#1] [#2]
Set the specified pet action to slot [#2] in hotbar [#1].
My apologyes if there is slight syntax mistakes as I can't test that now. But that should at least set you on the path.
Note, since both if these methods are actually replicateng the pet hotbar, instead of using the actual pet hotbar, you are free to cherry pick which of the pet actions you need on your bars, and which you never touch anyway, potentially freeing space for few other actions.


Reply With Quote


