Thursday, June 12, 2008

One Click Wonders: Part 2

Time for part two of the fantastic Mage macros.

For part two I think I'll post a few usefull PvP macros.

The first being the ever loved; "Ele, Freeze, and get your Shatter combo" macro.


/cast [target=pet,dead] Summon Water Elemental; [nopet] Summon Water Elemental
/stopmacro [nopet]
/petpassive
/click [pet] PetActionButton5
/petattack


Break it down!!!

Line one will pull out your Ele, if it is dead, or doesn't exist.
Line two will stop the whole thing if you can't get a pet (cooldown might not be up)
Line three will put your pet on passive so it follows you.
Line four clicks the Ele's "Freeze" spell, and will give you the targeting reticle to use.
Line five will make your pet attack the target you want. (if none are selected, it will attack the Nova's mob/player)

You'll need to click this macro,(or smash the button) a few times to get it to go through, but it's a pretty nasty one when used right.


The next one is a Focus and CS macro.


/stopcasting
/cast [target=focus,exists,harm] Counterspell
/cast [target=mouseover,harm] Counterspell;Counterspell
/cast [exists,harm] Counterspell


First line stops your casting, so that you don't have to jump, or move, or hit esc.
Second line will set your target to focus, or target your focus, and if they are casting anything, it will Counterspell them.
Third line will Counterspell your mouseover if you have no target/focus.
Fourth line will target your focus, and Counterspell them if you see them casting.

The last is for those pesky Grounding Totems. You know the ones that can soak up an intire Pyroblast, or ruin a good Shatter combo?

Well this will take em out with hardly any mana...


#showtooltip Ice Lance
/stopcasting
/target [exists] Grounding Totem
/cast Ice Lance
/targetlasttarget


First line shows the Tooltip
Second line stops your casting.
Third line targets the nearest grounding totem if there is one.
Fourth line will cast Ice Lance (or any other instant low mana spell)
Fifth line will retarget whomever you had targeted before.

No comments: