28
Oct
07
Filed Under: Hunters and Pets, Macros | Tags: macro, mod
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.
Comments (0) | | Trackback
04
Sep
07
Filed Under: Hunters and Pets, Macros | Tags: macro
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…)
Comments (0) | | Trackback
13
Aug
07
Filed Under: Hunters and Pets, Macros | Tags: macro
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.
Comment (1) | | Trackback