daemitus / SomethingNeedDoing

86 stars 59 forks source link

Skipping actions in macros. #57

Closed DatGoose closed 2 years ago

DatGoose commented 2 years ago

I don't know how to properly replicate this but it has happend to me twice in nearly 25 synths where 3 actions are just entirely ignored and result in a synth failing.

What I'm seeing in the chat log..

[11:59]You use Advanced Touch  Success! [11:59]  Quality increases by 4189. [11:59]  Durability decreases by 10. [11:59]You use Careful Synthesis  Success! [11:59]  Progress increases by 383. [11:59]  Durability decreases by 10. [11:59]Your synthesis fails! [11:59][SND] Did not receive a timely response: Failure while running /ac "Careful Synthesis" (step 22)

and what should be happening..

[11:58]You use Advanced Touch  Success! [11:58]  Quality increases by 1047. [11:58]  Durability decreases by 10. [11:58]You use Innovation  Success! [11:58]You use Great Strides  Success! [11:58]You use Byregot's Blessing  Success! [11:58]  Quality increases by 3675. [11:58]  Durability decreases by 10. [11:58]You use Careful Synthesis  Success! [11:58]  Progress increases by 383. [11:58]  Durability decreases by 10. [11:58]You use Careful Synthesis  Success! [11:58]  Progress increases by 383. [11:58]  Durability decreases by 10.

I don't know why it's ignoring the 3 actions Here is the script I've been running.

/require "Well Fed" /ac "Muscle Memory" /ac Manipulation /ac Veneration /ac "Waste Not" /ac Groundwork /ac "Preparatory Touch" /ac "Preparatory Touch" /ac Innovation /ac "Prudent Touch" /ac "Prudent Touch" /ac "Prudent Touch" /ac Manipulation /ac Innovation /ac "Basic Touch" /ac "Standard Touch" /ac "Advanced Touch" /ac Innovation /ac "Great Strides" /ac "Byregot's Blessing" /ac "Careful Synthesis" /ac "Careful Synthesis" /click "Synthesize" /loop

daemitus commented 2 years ago

Check the options in the help window. If you maxed your quality and quality skip is turned on, your going to need to move your synthesis actions earlier, or turn off the option. It's a known problem with manipulation.

On Wed, Apr 20, 2022, 1:05 PM DatGoose @.***> wrote:

I don't know how to properly replicate this but it has happend to me twice in nearly 25 synths where 3 actions are just entirely ignored and result in a synth failing.

What I'm seeing in the chat log..

[11:59]You use Advanced Touch  Success! [11:59]  Quality increases by 4189. [11:59]  Durability decreases by 10. [11:59]You use Careful Synthesis  Success! [11:59]  Progress increases by 383. [11:59]  Durability decreases by 10. [11:59]Your synthesis fails! [11:59][SND] Did not receive a timely response: Failure while running /ac "Careful Synthesis" (step 22)

and what should be happening..

[11:58]You use Advanced Touch  Success! [11:58]  Quality increases by 1047. [11:58]  Durability decreases by 10. [11:58]You use Innovation  Success! [11:58]You use Great Strides  Success! [11:58]You use Byregot's Blessing  Success! [11:58]  Quality increases by 3675. [11:58]  Durability decreases by 10. [11:58]You use Careful Synthesis  Success! [11:58]  Progress increases by 383. [11:58]  Durability decreases by 10. [11:58]You use Careful Synthesis  Success! [11:58]  Progress increases by 383. [11:58]  Durability decreases by 10.

I don't know why it's ignoring the 3 actions Here is the script I've been running.

/require "Well Fed" /ac "Muscle Memory" /ac Manipulation /ac Veneration /ac "Waste Not" /ac Groundwork /ac "Preparatory Touch" /ac "Preparatory Touch" /ac Innovation /ac "Prudent Touch" /ac "Prudent Touch" /ac "Prudent Touch" /ac Manipulation /ac Innovation /ac "Basic Touch" /ac "Standard Touch" /ac "Advanced Touch" /ac Innovation /ac "Great Strides" /ac "Byregot's Blessing" /ac "Careful Synthesis" /ac "Careful Synthesis" /click "Synthesize" /loop

— Reply to this email directly, view it on GitHub https://github.com/daemitus/SomethingNeedDoing/issues/57, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMTBGNFRTHFPGSB6F65IDVGA2MHANCNFSM5T4VYA5Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>