ffxiv-craft-opt-web icon indicating copy to clipboard operation
ffxiv-craft-opt-web copied to clipboard

Omit pause after last step

Open haasn opened this issue 6 years ago • 5 comments

You still have the <wait.3> or w/e after the last step of a macro / macro sequence. Could we get an option to remove (or reduce?) this delay, so we get the sound effect right away after the last action in a macro is done?

That reduces a bit the delay before the human realizes they need to press another macro to continue the crafting sequence (especially when alt tabbed).

haasn avatar Aug 04 '19 03:08 haasn

You manually push buttons to continue the next craft when doing large batches???

ShammyLevva avatar Aug 04 '19 11:08 ShammyLevva

Isn't that what the /echo is for?

haasn avatar Aug 04 '19 14:08 haasn

No I mean I don’t sit around pressing buttons if I’m doing say a batch of a hundred crafts. I set it going with one button click and return when it’s done all ones hundred items.

ShammyLevva avatar Aug 04 '19 18:08 ShammyLevva

Correct me if I'm wrong, but from what I can tell, there's no way ingame to trigger the execution of another macro from within a macro, so the only way to queue up several macros like that would be to use third party automation tools (which are against ToS)?

haasn avatar Aug 04 '19 21:08 haasn

This can be done, but it's a bit complicated based on how the code is currently written. The program doesn't know it's on the final action step before it generates that line of the macro. So it would either need to remove the text after adding it, or find a way to know that it shouldn't be included in the first place.

noshlag avatar Jan 03 '20 00:01 noshlag