hi have some problem with my macro sometime does not swiches to the next the spells. like it somtimes stays on Corruption on the macro bellow
i use this maco to aply all my dots to my target/focus.
—MACRO---------------------------------------------why i have them #showtooltip---------------------------------(shows what going on atm)
/cleartarget [dead][noharm]------------(just cleartarget if it dies)
/targetenemy [noexists]------------------(so swich to new trarget ) /stopcasting----------------------------------(so i can reaply the dot if i casting something ells) (deleted)
/castsequence [mod:shift,@focus][]–(then main part. Trying to compress spells
reset=1/target/combat/ Agony, -------so i can apply/reapply 1 to 3 dots on my traget and focus.)
Corruption, Siphon Life
well im not that well that good att making macros but i made it from scratch, from what i know from doing maros,
as for the [] i don’t realy know what that does. but it makes the macro works, without it it does not work and see it as a castsequence
As for over-complicated, well i like it so. meby /stopcasting is abit overkill
Maybe change that to:
/castsequence [mod:shift,@focus]reset=target/combat/ Agony, Corruption, Siphon Life
I removed the 1 from reset. It should be causing the sequence to start from beginning 1 second after you start spamming it. Now it will only reset if you change target or go in/out of combat. Of course it will even without any reset condition keep looping from last spell to first.
i wouldn’t use that macro, there is a far simpler way to express what you want in the API
macros don’t accept decimal times, they round up - so that part is ignored
typically ‘!’ is used for a toggle ability in order to block repeated toggles, it used to be available for procced spells and abilities but has since had such functionality removed,
as far as i was aware /castsequence does not accept parameters in parenthesis at least not now