Hey guys,
I’m trying to figure it out an easy way to make a macro when choose a talent of “Absolute Corruption” and the thing is i made this
#showtooltip
/cast [talent:2/3] Siphon Life
/cast Corruption
and the other one…
#showtooltip
/cancelaura Burning Rush
/castsequence reset=target Agony, corruption
the agony macro i made is for my siphon life talent, what I really want is to ignore corruption and just cast agony. Anyone know reply me back
I’m not the best when it comes to macros. But if I recall correctly, Castsequence macros no longer work
they work; you just can’t stack /cast lines when there’s no cd. Deathfa needs to put a time in order for it to work:
/castsequence reset=3 Agony, corruption
3 being 3 seconds before it resets if the button isn’t pushed.
Deathfa:
#showtooltip
/cast [talent:2/3] Siphon Life
/cast Corruption
and the other one…
#showtooltip
/cancelaura Burning Rush
/castsequence reset=target Agony, corruption
i actually use the first as well when i take SL:
#showtooltip
/castsequence reset=2 siphon life, corruption
your other sequence should be:
/castsequence reset=2 agony, corruption
i don’t recommend sequencing agony with another; i keep it alone to DoT everything as needed.