Hi,
I am trying to put together a macro that will first cast Power Word Shield then do a Mass Dispel.
This is to counter the knock back effect from damage ticks, while trying to Mass Dispell on Felmyst.
This is where I'm at, at the moment.
#showtooltip Mass Dispel
/stopcasting
/castsequence Power Word: Shield(Rank 12), Mass Dispel
As it is, it will PWS, then on second press it will give me the targeting circle for the MD.
Where it fails is, it will not reset if unless I cast the dispel.
And it will also hang until PWS debuff comes off CD, unable to cast MD. Which could leaving me without the ability to dispel my group.
To counter this, I would like to use a Shift Modifier, so if I hold Shift and press the key bind, it will override the PWS and let me do a Mass Dispel. Basicly, no matter what, hold shit and I can cast Mass Dispel.
I've messed about a few times with macro & modifiers, but am having no joy getting it to work.
Anyone have a similar macro that works, or can fill in the blanks to get this one working as intended?
Thanks.