I’m currently making my own scenario from scratch and i’m not sure about a function i’d like to use.
Usually when i use the crafting solver, i set the auto-repair every 50-75 craft. In a scenario such as this:
changeJob(Blacksmith)
startCrafting(70)
setCraftRecipe(Bluespirit Tile, 70)
selectCraftMacro(40dura 71+)
repair()
startCrafting(70)
setCraftRecipe(Bluespirit Tile, 70)
selectCraftMacro(40dura 71+)
repair()
I get to repair every 70 craft, and it work nice. However, i might not have exactly 140mats for the craft, will it move to the next scenario even though i only have 137 craft or will it loop into a “no mat” -> “synthesis won’t start?”. The solution as i see would be to use “MAX” instead of 70 but how can i tell miqobot to repair every 70 craft if i set the value to “max” will it follow the rules set by the “gathering” tab?