Looking for addon/macro help.
Posted: Mon Feb 14, 2011 6:56 pm
So I've been trying to key my pets' abilities to my actions bars so that I can get a visual representation on the layout of what key I need to hit and monitor the cooldown of the ability. However there is simply not enough space in a macro to allow for this and of course Blizz won't let me just drag pet abilities to my action bar. I'll put an example of one of the macros I use for some of the special abilities.
For instance:
#showtooltip [pet:chimaera] Froststorm Breath; [pet:worm] Burrow Attack; [pet:core hound]Ancient Hysteria; [pet:Spirit Beast] Spirit Mend; [pet:turtle] Shell Shield
/target [button:2]player
/click PetActionButton7 LeftButton
/targetlasttarget [button:2]
What this macro does is activate whatever the 7th ability on the pet bar is, and if I right click the button it assigns me as the target of the ability without dropping me current target, in this case it is Froststorm Breath, Burrow Attack, Ancient Hysteria, Spirit Mend and Shell shield, depending on my active pet. However it is also other abilities as well when I use different families but there is simply no room for me to expand the macro to display the icon or tooltip for those families.
Does anyone know of a better way to code this or of a macro to help?
On a side not I'm also trying to find an addon that will make my pet's active stance or movement method highlight when it is part of a macro, so that when I make a macro for defensive or aggressive on my action bar I can tell which one is active if I were to hide my pet bar for example.
For instance:
#showtooltip [pet:chimaera] Froststorm Breath; [pet:worm] Burrow Attack; [pet:core hound]Ancient Hysteria; [pet:Spirit Beast] Spirit Mend; [pet:turtle] Shell Shield
/target [button:2]player
/click PetActionButton7 LeftButton
/targetlasttarget [button:2]
What this macro does is activate whatever the 7th ability on the pet bar is, and if I right click the button it assigns me as the target of the ability without dropping me current target, in this case it is Froststorm Breath, Burrow Attack, Ancient Hysteria, Spirit Mend and Shell shield, depending on my active pet. However it is also other abilities as well when I use different families but there is simply no room for me to expand the macro to display the icon or tooltip for those families.
Does anyone know of a better way to code this or of a macro to help?
On a side not I'm also trying to find an addon that will make my pet's active stance or movement method highlight when it is part of a macro, so that when I make a macro for defensive or aggressive on my action bar I can tell which one is active if I were to hide my pet bar for example.