disc priest macro

so new project is as follows

#showtooltip Power Word: Shield

/castsequence reset=0.3 0,0.Renew

/castsequence reset=0.3 0,Prayer of Mending

/castsequence reset=0.3 Power Word: Shield

 

i’m trying to make a macro that effectivly, pws if my target isn’t weaken soul debuffed, prayer of mending if it’s not on cd, and if nether of those can work renew’s. i don’t know why but it get’s hung up on the renew. not sure if i got the spells backwards. or what’s going on

It’s not going to work because there is a special condition that you need to do.

/castsequence [@targettarget,help] reset=0.3 0,0,Renew

Also in your macro you have a period (.) before Renew which would also fail it.

[quote quote=6187]so new project is as follows

#showtooltip Power Word: Shield

/castsequence reset=0.3 0,0.Renew

/castsequence reset=0.3 0,Prayer of Mending

/castsequence reset=0.3 Power Word: Shield

i’m trying to make a macro that effectivly, pws if my target isn’t weaken soul debuffed, prayer of mending if it’s not on cd, and if nether of those can work renew’s. i don’t know why but it get’s hung up on the renew. not sure if i got the spells backwards. or what’s going on
[/quote]

wow i feel like a tard lol, working exactly how i want thank you very much

So what is the final result here so I could also use this macro?