Suggest a better castsequence?
Currently I have my healing macros set up like this.
Macro 1
/target "Main"
/castsequence Power Word: Shield, Renew, Flash Heal
Macro 2
/target "Self"
/castsequence Power Word: Shield, Renew, Flash Heal
Now all this is well and good, however it doesn't track each sequence seperatly per macro, but all at once. I didn't realy anticipate this.
I'm guessing the only way I'll be able to get around this is to do
Macro 1
/target "Main"
Macro 2
/target "Self"
Macro 3
/castsequence Power Word: Shield, Renew, Flash Heal
But that'll still run into the same problems. Or I'll have to use the sequence completely and just set up a Renew, Heal, Shield, etc.. type set up.
Any suggestions?