Macro for Pet Swap hunter

Hello!

I was wondering if this was possible been having a play with it but not much luck.

So currently I have 2 Macros both doing the same thing but for two pets as I am having issues with my pet being dead so this macro will res/heal/call my pet if it is missing.

/cast [mod]Revive Pet; [@pet,dead]Revive Pet; [nopet]Call Pet 2; Mend Pet
/cast [mod]Revive Pet; [@pet,dead]Revive Pet; [nopet]Call Pet 4; Mend Pet

However I was wondering if it was possible to add something to the end of this which would allow me change my pet, for example IF pet 2 exists dismiss pet and Call Pet 4?

Any help would be greatly appreciated, thank you!
Camm

You could specify the mod for Revive Pet then use a different one to choose Call Pet 4 instead of Call Pet 2.

#showtooltip
/cast [mod:alt] [@pet,dead] Revive Pet; [mod:shift,nopet] Call Pet 4; [nopet] Call Pet 2; Mend Pet

You could also use the pet name/family as a condition: [pet:Cat]. However, given that you can’t summon a new pet while you already have one active it won’t be useful for Call Pet #

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