-
/assist focus
/petattack
/castsequence reset=target/10 [modifier:shift] drain life; immolate, curse of agony, corruption
I want to cast castsequence immolate - coa - corruption
and when hold shift I want to drain life, but this macro doesnt work at all, it doesnt even reset when changing target
any ideas how to fix the macro?
-
Unit, did you get that working yet? If not, looks like you have your reset and [modifier] params in the wrong order. As I understand it, you have to put it like so:
/castsequence [modifier:shift] reset=target/10 drain life; immolate, curse of agony, corruption
-