Just chiming in since it's relevant to what's going on here, a patch that went out for the client last night that put in two fixes related to macros:
o Removed the short delay between each action when executing a macro
o Fixed issues with macros sometimes executing only the first action or none at all
I should mention now that since actions are executed more rapidly within a macro, if you are performing any action that requires cursor targeting, it's a good idea to add 'WaitForTarget' between the action and the targeting.
'WaitForTarg' continues the macro at the exact moment the mouse cursor changes to a targeting cursor.
o Removed the short delay between each action when executing a macro
o Fixed issues with macros sometimes executing only the first action or none at all
I should mention now that since actions are executed more rapidly within a macro, if you are performing any action that requires cursor targeting, it's a good idea to add 'WaitForTarget' between the action and the targeting.
'WaitForTarg' continues the macro at the exact moment the mouse cursor changes to a targeting cursor.