Da sich mit dem Patch 2.0 doch viel im Makrobereich geändert hat, habe ich mal die folgenden Befehle inkl. Erläuterungen von
World Of Raids übernommen.
BASIC PET COMMANDS:
Pet Orders: Attack, Follow, Stay
/petattack
/petfollow
/petstay
Pet Stances: Passive, Defensive, Aggressive
/petpassive
/petdefensive
/petaggressive
Auto-Cast Pet Abilities
/petautocaston <spell>
/petautocastoff <spell>
BASIC PLAYER COMMANDS:
Casting Spells
/cast <spell>
/castrandom <spell>, <spell>, <spell>
/castsequence <spell>, <spell>, <spell>
/stopcasting
Using And Equipping Items
/use <item>
/equip <item>
/equipslot <slot id> <item>
ADVANCED PET MACROS:
Toggle Pet Attack
/petattack
/petpassive [target=pettarget,exists]
> If you wish to keep your pet's stance, use /petfollow instead of /petpassive.
Revive, Call, or Mend Pet
/cast [target=pet, dead] Revive Pet; [modifier:ctrl] Revive Pet; [nopet] Call Pet; Mend Pet
> The modifier key allows you to hold down Control so this macro will ALWAYS cast Revive Pet. This is to make up for situations where your pet is dead, but not visible.
Mend or Revive Pet
/cast [pet] Mend Pet; Revive Pet
Call or Dismiss Pet
/cast [pet] Dismiss Pet; Call Pet
Feed Multiple Pets
#show Roasted Quail
/cast [pet, nocombat] Feed Pet
/use [pet:Cat/Ravager/Wolf, nocombat] Roasted Quail; [pet
ear/Boar/Wind Serpent, nocombat] Conjured Cinnamon Roll
> The first line forces the macro to display the number of Roasted Quail in your backpack. The /use line will use certain food based on what type of pet you have.
ADVANCED HUNTER MACROS:
Use Bandage On Target Or Self
/use [help] Heavy Runecloth Bandage; [target=player] Heavy Runecloth Bandage
Switch Between Two Aspects
/castsequence Aspect of the Hawk, Aspect of the Monkey
> This works the same for Tracking abilities.
Cast Spells Based On Modifier Keys
/cast [nomodifier] Aspect of the Hawk
/cast [modifier:ctrl] Aspect of the Monkey
/cast [modifier:alt] Aspect of the Cheetah
Cast Spells Based On The Mouse Button Used
/cast [button:1] Aspect of the Hawk
/cast [button:2] Aspect of the Monkey
/cast [button:4] Aspect of the Cheetah
> By default, using a keybind counts as mouse button 1 (left click).
Use Monkey Then Switch ActionBars
/cast Aspect of the Monkey
/changeactionbar 2
Kill Command
/cast [exists,target=pettarget] Kill Command
> Makes sure that you cast Kill Command on your pet's target. Otherwise, the spell will go to waste.
Solo Farming
#show Auto Shot
/targetenemy [noharm]
/stopmacro [noharm]
/petattack
/cast Hunter's Mark
/startattack
> With one button press, this will target a nearby enemy if one isn't already selected, send your pet on it, cast Hunter's Mark, and then turn on auto attack / auto shot.
Smart Ammo
#show Steady Shot
/equip Sharp Arrow
/cast Steady Shot
/equip Wicked Arrow
> Use cheaper arrows for attacks that do not make use of their bonus damage.
Misdirection On Predefined Targets
/cast [target=focus, help] Misdirection; [help] Misdirection; [target=pet, exists] Misdirection
> This will attempt to cast Misdirection on the first of three targets. First, on your /focus unit if it is friendly. Second, on your current target if it is friendly. Third, on your pet if it is out.
Example Of Using Mass Cooldowns And Trinkets
/cast Beastial Wrath
/stopcasting
/cast Rapid Fire
/stopcasting
/use Devilsaur Eye
/stopcasting
/cast Intimidation
Renataki's Charm Macro
/castsequence reset=3 Arcane Shot, Multi-Shot, Renataki's Charm of Beasts
> This macro will cycle through Arcane Shot, then Multi-Shot, and then use the trinket. If the trinket is on cooldown, the macro will halt. Simply wait 3 seconds and it will go back to Auto Shot.