daemitus / SomethingNeedDoing

91 stars 64 forks source link

[Feature Request] Stop and clean up Macro on Completed Craft #22

Closed imynwulf closed 2 years ago

imynwulf commented 2 years ago

Is it possible to detect when a craft has been completed and auto-clear the rest of the macro?

I've got a macro that works for like 90% of my items, but occasionally if the progress is a little lower then expected, I'm left with one careful synth at the end that sits in the macro queue.

daemitus commented 2 years ago

The unsafe modifier doesn't wait for a server response on actions, that might work for now.

On Mon, Dec 27, 2021, 9:39 PM imynwulf @.***> wrote:

Is it possible to detect when a craft has been completed and auto-clear the rest of the macro?

I've got a macro that works for like 90% of my items, but occasionally if the progress is a little lower then expected, I'm left with one careful synth at the end that sits in the macro queue.

— Reply to this email directly, view it on GitHub https://github.com/daemitus/SomethingNeedDoing/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMTBAZR3E65RJJ6KOA4QLUTEPMZANCNFSM5K3KDQLQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

daemitus commented 2 years ago

There will soon be an option to skip craft actions when not crafting or crafting is complete.

This will not skip anything not defined as a crafting action, but should cover your use case.