Quote Originally Posted by dragonseth07 View Post
Hello, everyone. I'm trying to understand how and why macros skip lines in this game. I never had an issue like this in WoW, and the macro system there was WAY more complex (and robust). Is there some trick to minimizing the impact of this?

I've noticed it seems to happen the most if I spam the button.

I don't know how it relates, but all of my macros have micon and merror at the top. Does anyone have experience with top or bottom making a difference?
can only execute one macro at any moment. so if you're spamming the button all you do is keep restarting the same macro.

as for the line skipping it depends on what you're trying to macro.

if you're macroing blood for blood and internal release for example then internal release wont go off because of the blood for blood activation because macros can't queue abilities so until the previous one finishes the next one can't be triggered. so you'd need a wait command in between the skills.

if you're macroing other stuff like ability button swaps. for example swapping steel cyclone and inner beast for decimate and fell cleave when you switch to deliverance or pet commands for sch/smn then those lines should never skip or at least I've never known them to.

I always put /macroocon last. just personal habit