Log in

View Full Version : Need help cleaning this macro up.



Anjuna
06-08-2008, 05:12 PM
Hello,

As my spriest levels up and gains abilities, my /cs macro seems to be taking up more space and would like to clean this up. I tired adding a trinket into the mix and realized that I am over the character limit.

What I want the macro to do:

When my priest is /following, I want her to use the /cs on her focus target's target (Hunter, main). When she has no focus (or if my main dies and has no target), I would like for her to use it on her (spriest's) target.

Here is what I have so far. I am not a macro expert and it took me a while to figure this one out to begin with.


#showtooltip
/castsequence reset=6/target/combat Shadow Word: Pain, Vampiric Embrace, Mind Blast, Vampiric Touch
/assist [target=focus]
/castsequence reset=6/target/combat Shadow Word: Pain, Vampiric Embrace, Mind Blast, Vampiric Touch

Is there any way to clean this up? I need to fit a /use 13 / 14 in there somewhere.

ElectronDF
06-08-2008, 05:43 PM
I can still target on my main even after I die. So my alts still do what I want them to do. So you should be able to put in /castsequence [target=focus-target] Spells and have it work. But one part you mentioned is it is the same spells, just the targeting changes. So put in the targeting in first, spells last.


#showtooltip
/target [target=focus-target] [ ] (first option should be the focus's mob, second one is blank which means that chars current target)
/castsequence reset=6/target/combat Spells

Anjuna
06-08-2008, 06:54 PM
Thank you! Works like a charm.