So welcome to our local guide for macros. Members can gather info from all over and consolidate it here and hopefully this will become a nice little central repository for macros we use and information about creating your own.
About Macros:Focus:
Focus allows you to keep track of any target during a fight and use that target as a target for macros without losing your current target. This works for both friendly and hostile targets.
Setting your focus target:
/focusSets your focus target to be your current target, clears your focus target if you have no current target.
Using your focus target:
/cast <crowd control spell> [target=focus,exists,hostile][target=target,exists, hostile]
/raid "crowd controlling %f" [target=focus,exists,hostile]
/stopmacro [target=focus,exists,hostile]
/raid "crowd controlling %t" [target=target,exists,hostile]Casts a spell on your focus target, or your current target if you do not have a focus target, and announces the action to your raid. Now you can sheep/shackle/banish without changing targets.
General Use MacrosThis macro is for anyone with a flying mount, a non-flying mount and a hearthstone!! What it does is, right-click is your Hearthstone. Left click will auto mount your flyer if you're in outlands or non-flyer if you're in azerothBe sure to put in the names of your own mounts in the macro. Also list the flying mount before the regular mount.
#showtooltip hearthstone
/use [button:2, nomounted] Hearthstone
/dismount [mounted]
/use [button:1, nomounted, nomodifier:alt] Reins of the Cobalt Netherwing Drake
/use [button:1, nomounted, nomodifier:alt] Reins of the Black War Tiger
This macro will play heavy metal music when you click it./script PlaySoundFile("sound\\Music\\ZoneMusic\\DMF_L70ETC01.mp3")
Instance/Battleground Specific MacrosBattlegroundsThis macro is used to call for help at a particular arena inside a battleground.(This is mainly used in Arathi Basin) /script subzone=GetSubZoneText();
/script SendChatMessage( "Help!! Enemy inc at "..subzone , "BATTLEGROUND", nil, nil) ;
Kara MacrosGreat Priest Macro for Fighting Moroes (Shackles)/target shackletargetsnamehere
/cast Shackle Undead
/targetlasttarget
Mandatory Illhoof macro for EVERYONE /clear target
/target demon chains
An option for the above macro is to add an attack after the chains are targeted. Here is an example for warriors (*Kasey):
/clear target
/target demon chains
/cast Heroic Strike(Rank 10)
Class Specific MacrosDruid Macros Shapeshifting macrosTwo examples below. You can mix and match the lines for health stones and health pots. You have to time when you hit the macro to be right after the mob swings at you. If you get hit in the middle of the macro execution, the code is interrupted and you don't shapeshift back, which sucks the most when you're tanking. *Maya
*
Pop in and out of bear to take a healing pot/cancelform
/use Super Healing Potion
/stopcasting
/cast dire Bear Form(Shapeshift)
*
Pop in and out of cat to take a health stone/cancelform
/use Master HealthStone
/stopcasting
/cast Cat Form(Shapeshift)
Hunter Macros:Common pet function
s combined (Heals a live pet, summons a dismissed pet, or revives a dead pet as appropriate.):
/cast Mend Pet [target=pet,exists,nodead]
/cast Summon Pet [target=pet,noexists]
/cast Revive Pet [target=pet,dead]
Here's another one for hunters. 1:1 rotation for BM hunters with kill command thrown in.
/cast [target=pettarget,exists] Kill Command
/cast !Auto Shot
/cast Steady Shot
Mage MacrosThis is a focus macro that will allow you to see your sheep target and keep dpsing the other one. If it breaks, just hit the macro and you dont even have to switch targets. It will also clear the focus target after the target is dead but if you are targeting something else, it will make that your new focus. IMPORTANT: You cannot spam this macro. It has a /stopcasting in it so you can get that sheep asap. (Silverblaze)
/clearfocus [modifier:shift]
/focus [target=focus,noexists]; [target=focus,dead]
/clearfocus [target=focus,help]
/stopcasting
/cast [target=focus,exists,harm] Polymorph; Polymorph
Warrior Macros The following Macro is for Warriors needing to do a stance dance if no fearward is available for the Nightbane in Kara *Kasey
# show Berserker Rage
/cast [nostance:3]Berserker Stance;Berserker Rage
/cast [nostance:2]Defensive Stance
You will need to click this macro twice sometimes I have found. But it also works and saves you alot of time. *Kasey
Easy Link
BBCode Link: [guide=MacrosMacrosMacros]Macros! Macros! Macros![/guide]
URL: http://therevenant.dkpsystem.com/guide/MacrosMacrosMacros
|