Just a little input on some macros:

Originally Posted by
'Simulacra',index.php?page=Thread&postID=205733#po st205733
here's a heal self macro:
Code:
/stopcasting
/cast [target=player] Lesser Healing Wave
/targetlasttarget
The /cast [target=...] line won't change your target, so the /targetlasttarget line is unnecessary, and (worst case) will have you targetting the wrong mob after the heal. I suspect that, in practice, your last target is already dead, so you've not noticed, but I believe it's wrong nonetheless.

Originally Posted by
'Simulacra',index.php?page=Thread&postID=205733#po st205733
here's a heal the named macro - this one was for thrall in some quest in CoT I think - not sure
Code:
/stopcasting
/target [target=Thrall]
/cast lesser healing wave
/targetlasttarget
Why not just "/target Thrall", instead of "/target [target=Thrall]" ?
Even simpler:
Code:
/stopcasting
/cast [target=Thrall] Lesser Healing Wave

Originally Posted by
'Simulacra',index.php?page=Thread&postID=205733#po st205733
Code:
/follow target
/assist [target=target, exists]
/startattack
"/assist [exists]" should do the same, as "/assist [target=target,exists]" but with less characters.
Connect With Us