nafertlunet

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Crafting Solver! #24546

    nafertlunet
    Participant
    0

    If I was going to be using Squadron Rationing Manuals instead of a regular FC buff (aka food goes up to 45 min instead of 40), could your scenario be condensed to just the first chapter, AKA something like this?

    solverPreset(???) // insert your preset here
    recipe(???) // insert your recipe here
    
    // Use Food on hotbar 4, slot 4, wait 4 seconds
    icon(4, 4, 4)
    // Use syrup on hotbar 4, slot 5, wait 3 seconds
    icon(4, 5, 3)
    // Work for buff duration
    workFor(00:14:57)
    craft(max)
    
    icon(4, 5, 3) // re-buff another 15 minutes of syrup
    workFor(00:14:57)
    craft(max)
    
    icon(4, 5, 3) // re-buff ANOTHER 15 minutes of syrup
    workFor(00:14:57)
    craft(max)
    
    repeatChapter(3)
    • This reply was modified 3 years, 6 months ago by  nafertlunet.
    • This reply was modified 3 years, 6 months ago by  nafertlunet.
Viewing 1 post (of 1 total)