Posts Tagged ‘macro’

Hunter Macro #3: Switching aspects

// October 28th, 2007 // No Comments » // Hunters and Pets, Macros

This is a very simple macro that is useful in a situation where you need to change between aspects quickly. For example, changing between Aspect of the Monkey and Aspect of the Hawk in a battleground or other PvP situation.

#showtooltip
/castsequence Aspect of the Hawk, Aspect of the Monkey

You can replace the above aspects with other ones, or even add more if you wish.

Hunter Macro #2: All-in-One Pet

// September 4th, 2007 // No Comments » // Hunters and Pets, Macros

This macro I put together from bits and pieces all over the web, including WoWWiki and Someone.

#showtooltip [nopet] Call Pet; [target=pet,dead] Revive Pet; [modifier] Beast Training; Mend Pet
/cast [nopet] Call Pet; [target=pet,dead] Revive Pet; [modifier] Beast Training; [button:2] Dismiss Pet; [button:1] Mend Pet;

(more…)

Hunter Macro #1: Pet Attack

// August 13th, 2007 // 1 Comment » // Hunters and Pets, Macros

I’ve already done some posts on hunter mods (more of those to come) but macros can be just as handy for every-day play. My most spammed macro is incredibly simple:

/petattack

All you have to do is have your target mob selected (or your pet will automatically attack the nearest mob) and then activate the macro. This one I put in the first slot on my right action bar and then set the hot key on that slot to a button on my mouse (this is one of those fancy mice with extra buttons on it).

It can be combined with other macro commands if you wish but I like to keep it separate for flexibility.