This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Macro Shaman - Purge & Purify/Cleanse Spirit depending on spec
Post Reply
Return to board index
Post by
zAce
*SOLVED, edited code down below*
Hello, I'm trying to create a macro that:
Cast
Purge
on ENEMY target
if FRIENDLY target AND in spec:1 (resto) cast
Purify Spirit
(cast on myself if no target available)
else if FRIENDLY target AND in spec:2 (elem) cast
Cleanse Spirit
(cast on myself if no target available)
My macro I've been working on; I can't get Cleanse Spirit to work in :
*Fixed code:
#showtooltip
/stopcasting
/cast Purge;Purify Spirit;Cleanse Spirit;
Post by
GTMistral
If you have spec 1or 2 active and the currently targeted unit is an enemy and is not dead then:
Cast Purge on the currently targeted unit
Else, if you have spec 1 active and the currently targeted unit is a friend and is not dead then:
Cast Purify Spirit? on the currently targeted unit
Otherwise:
Cast Purify Spirit? on you
It explains it all. Try to work around it a little bit more.
Thx
http://www.macroexplain.com/
Post by
zAce
Found out that it was my that was out of line. Thanks for the help and for the link (even if the site uses wow 4.0.6).
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.