Quote Originally Posted by Sturmy View Post
Not sure which macro you're using (first page filtered at work), but sounds like you're using a reset=3 in your macro. It'll reset the macro after 3 seconds "BUT" only 3 seconds of not touching it. Putting a reset="time" in a spam macro is useless, as it'll never reset. (remember it's 3 seconds from "last click of macro".

If you could confirm which you're using could explain a bit better

Thanks
I disagree. In the case of the poster you quote, not having a reset=x seconds means the macro won't reset at all until it gets to the end. The way castsequences and reset commands work is after this condition is met OR after the macro sequence has been completed, that macro starts at the beginning. So, reset should have NOTHING to do with it.

The macro {whatever one it is since Cookcpu didn't actually post it} is getting stuck somewhere, preventing the macro from processing something so it can complete the sequence and start over. This points to a typo in the macro, a spell listed in the sequence that they don't actually have, improper punctuation or spacing {a period instead of a comma perhaps}, a spell listed that is not having prerequisites met {Judgement when there is no Seal active, A spell that requires Holy Power when there is no HP built up} or something with a long cooldown that is getting recalled too early.