daemitus / SomethingNeedDoing

88 stars 64 forks source link

Quality skip ignore durability #36

Closed Pazgabear closed 2 years ago

Pazgabear commented 2 years ago

I have a macro for master recipes that use veneration + 3 groundworks. If the plugin detects the quality has reached 100% before that, it simply skips over everything, including actions that would have allowed manipulation to restore some durability. This results in a failed craft

This is the macro I'm using :


/waitaddon "Synthesis" <wait.1>
/require "Well Fed" <wait.1>
/ac Reflect <wait.3>
/ac Manipulation <wait.2>
/ac Innovation <wait.2>
/ac "Basic Touch" <wait.3>
/ac "Standard Touch" <wait.3>
/ac "Advanced Touch" <wait.3>
/ac "Prudent Touch" <wait.3>
/ac Innovation <wait.2>
/ac "Prudent Touch" <wait.3>
/ac "Prudent Touch" <wait.3>
/ac Manipulation <wait.2>
/ac "Preparatory Touch" <wait.3>
/ac Innovation <wait.2>
/ac "Trained Finesse" <wait.3>
/ac "Trained Finesse" <wait.3>
/ac "Great Strides" <wait.2>
/ac "Byregot's Blessing" <wait.3>
/ac Veneration <wait.2>
/ac Groundwork <wait.3>
/ac Groundwork <wait.3>
/ac Groundwork <wait.3>
/ac "Careful Synthesis" <wait.3>
/echo Craft finished <se.2>
/waitaddon "RecipeNote" <wait.0.5>
/click synthesize <wait.2>
/loop
daemitus commented 2 years ago

mmmmmm. In the meantime, try frontloading your groundworks after the manipulation if you have enough durability for a final appraisal + basic at the end. I probably need to make this configurable in some fashion.

On Wed, Jan 19, 2022 at 5:36 PM Loïc Dubois @.***> wrote:

I have a macro for master recipes that use veneration + 3 groundworks. If the plugin detects the quality has reached 100% before that, it simply skips over everything, including actions that would have allowed manipulation to restore some durability. This results in a failed craft

This is the macro I'm using : /waitaddon "Synthesis" /require "Well Fed" /ac Reflect

/ac Manipulation /ac Innovation /ac "Basic Touch" /ac "Standard Touch" /ac "Advanced Touch" /ac "Prudent Touch" /ac Innovation /ac "Prudent Touch" /ac "Prudent Touch" /ac Manipulation /ac "Preparatory Touch" /ac Innovation /ac "Trained Finesse" /ac "Trained Finesse" /ac "Great Strides" /ac "Byregot's Blessing" /ac Veneration /ac Groundwork /ac Groundwork /ac Groundwork /ac "Careful Synthesis" /echo Craft finished /waitaddon "RecipeNote" /click synthesize /loop — Reply to this email directly, view it on GitHub , or unsubscribe . Triage notifications on the go with GitHub Mobile for iOS or Android . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
daemitus commented 2 years ago

i believe this is fixed now. let me know if you encounter more issues please.

daemitus commented 2 years ago

ill be adding a config option to turn this off shortly as well.