I mean, just use the solver to craft 2 items and record the time between the Confirm button being hit. For me when making most thinks its 61s. That means I can get about 14 crafts in between Syrups, so 13 just to be safe. So I just make a scenario like:
sendKey(f3, 3) //food
sendKey(f4, 3) //syrup
job(ALC)
recipe(Tincture of Intelligence)
craft(13)
sendKey(f4, 3) //syrup again
job(ALC)
recipe(Tincture of Intelligence)
craft(13)
sendKey(f3, 3) //food
sendKey(f4, 3) //syrup
job(ALC)
recipe(Tincture of Intelligence)
craft(13)
etc
-
This reply was modified 5 years, 6 months ago by
ryuuzaki08.