ffxiv-craft-opt-web
ffxiv-craft-opt-web copied to clipboard
Omit pause after last step
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).
You manually push buttons to continue the next craft when doing large batches???
Isn't that what the /echo is for?
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.
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)?
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.