Tuesday, October 14, 2008
Hunter Macros - Pet Related
Pet related:
# show Prowl
/cast Freezing Trap
/use Filtered Draenic Wate/use Sunspring Carp
/cast Shadowmeld
/cast Prowl
What it does?
1. Drop Frost Trap
2. Eat/Drink (need to specify the items)
3. Shadowmeld/Prowl you and your Cat
-----------------------------------------------------
/cast [nopet] Call Pet;[target=pet,dead]Revive Pet
/clearfocus [target=focus,dead]
/focus [target=focus,exists]player;target
/clearfocus [target=focus,noharm]
/petattack [target=focus,exists]
/petfollow [target=focus,noexists]
/cast Hunter's Mark
What it does?
1. If your pet is dead: You will cast Revive Pet
2. If your pet is not summoned: You will cast Call Pet.
3. If you are not focused: You will focus on your target and your pet will be sent to attack it.
4. If you are focused: You will clear focus and your pet will be recalled to follow you.
5. Hunter's Mark will be cast on the target
-----------------------------------------------------
/cast [nocombat] Feed Pet; [combat] Mend Pet
/use [nocombat]
(feed food by name)
OR
/cast [combat] Mend Pet; [nocombat] Feed Pet
/use [nocombat] 1 13
(Feed by bag slot: bag #1 slot #13)
OR
/cast [pet, nocombat] Feed Pet
/use [pet:Cat/Ravager, nocombat]
(Feed a certain food item depending on the type of pet)
OR
#show
/cast [modifier:alt][combat] Mend Pet; [pet, nocombat] Feed Pet
/use [pet, nocombat, nomodifier:alt]
(Hold down alt to cast Mend Pet out of combat, and shows the amount of food you have in your bags)
-----------------------------------------------------
/focus [target=pettarget,modifier:shift]
/petfollow [nomodifier:shift]
/petattack
/target [modifier:shift] focus
/petattack [modifier:shift]
What it does?
This acts like a normal pet attack button, but when you hold shift and use it, your pet will attack your current target only once it is done killing all its already queued targets.
OR
/focus [target=pettarget,modifier:shift]
/petfollow [nomodifier:shift]
/petattack [target=mouseover,modifier:shift]
/petattack
/target [modifier:shift] focus
/petattack [modifier:shift]
What it does?
Activates the queue with a simple mouseover of the next target you wish your pet to attack.
This saves you from changing between targets while shooting down another mob.
-----------------------------------------------------
/cast [modifier] Revive Pet; [target=pet,dead] Revive Pet; [nopet] Call Pet; Mend Pet
What it does?
This will revive your pet if it's dead, call your pet if you don't have him out, or mend your pet.
-----------------------------------------------------
/cast [nopet] Call Pet; Revive Pet
What it does?
This macro will call your pet if you do not have one, otherwise it attempts to cast Revive Pet.
-----------------------------------------------------
#showtooltip
/cast [nopet,modifier] Revive Pet; [target=pet,dead] Revive Pet; [nopet] Call Pet; [combat][modifier]Mend Pet
/stopmacro [combat]
#showtooltip Feed Pet
/cast Feed Pet
/use
OR reversed one:
#showtooltip [nopet,mod][target=pet,dead] Revive Pet; [nopet] Call Pet; [mod]
/cast [nopet,mod][target=pet,dead] Revive Pet; [nopet] Call Pet; [modifier] Feed Pet; Mend Pet
/use [modifier]
What it does?
1. This macro calls your pet if he's not out.
2. Revives him if he's dead.
3. Heals him during combat.
4. Feeds him out of combat.
Since the macro system can't tell whether your pet is alive if his corpse isn't around, holding any modifier when you have no pet out will cast Revive Pet. Also, holding any modifier key when your pet is out will heal him instead of feeding.
-----------------------------------------------------
/castsequence reset=15 Mend Pet, null
What it does?
1. This macro will cast Mend Pet, but only if it has not been used in the last 15 seconds.
2. Effectively it will avoid waste of mana from accidentally casting one Mend Pet over the other.
3. If you bind it to a button, the button will be greyed out while the macro is in "hold mode".
OR
#showtooltip
/cast [modifier:shift] Mend Pet(Rank 1); Mend Pet
What it does?
This macro provides one button for those Hunters with the Improved Mend Pet talent.
Often, you will want to simply dispel your pet, rather than spend the mana of a full Mend Pet.
This macro will cast your highest rank Mend Pet by default, and cast rank 1 if holding down the shift key (Feel free to change the key to your liking).