I’m looking to see if it’s possible to have a button that uses a pet attack based on which demon is summoned.
#showtooltip
/startattack
/petattack
/cast [pet:wrathguard] Felstorm; [**pet:shadow succubus**] Seduction;
Something along those lines if it’s at all possible.
I like to keep my Wrathguard out in Demo and this macro on my action bar.
#showtooltip Felstorm
/startattack
/petattack
/cast Pursuit
/cast [pet:wrathguard] Felstorm;
However, I will sometimes use other demons and would like to swap out that nasty “?” button on my action bar by having the macro use one of their spells.
Edit
I was able to figure it out.
#showtooltip
/startattack
/petattack
/cast [pet:wrathguard] Felstorm; [**pet:succubus**] Seduction; [pet:voidlord] Shadow Bulwark; [pet:Felhunter] Devour Magic;
The game didn’t like “Shadow Succubus” and wanted just “succubus” instead.