Categories

Categories

Archive

Archive

Pages

Pages

Petoholics Anonymous
28 Oct 07

Hunter Macro #3: Switching aspects

Filed Under: Hunters and Pets, Macros | Tags: ,

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.

04 Sep 07

Hunter Macro #2: All-in-One Pet

Filed Under: Hunters and Pets, Macros | Tags:

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;

(Continue reading…)

13 Aug 07

Hunter Macro #1: Pet Attack

Filed Under: Hunters and Pets, Macros | Tags:

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.