Scenario Request

Forum Forums Grids and Presets Scenario Request

This topic contains 5 replies, has 4 voices, and was last updated by Lyfox Lyfox 4 years, 1 month ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19837

    MacFatts
    Participant
    0

    Is there any way someone could create a scenario just to craft a bunch of Molybdenum Ingots, with repairs when needed and such? Not sure how to build scenarios or I would do it myself. Thanks 🙂

    #19839
    PinHead
    PinHead
    Participant
    1+

    Here you go, tested once.

    craftCollect(off)
    recipe(Molybdenum Ingot, 1) //Smithing
    //recipe(Molybdenum Ingot, 2) //Armorcraft
    solverPreset(recommended)
    craft(100)
    repairNpc() //Must be near Repair NPC
    repeatChapter(100)

    I used the help within Miqo to build this in Notepad++, meanwhile Miqo was farming my white/yellow scrips in the background.

    Use this as your starter in learning how to create scenarios in Miqobot. It really is fun to build your own badass script.

    This scenario will:
    -Turn off collecting
    -Craft whether ARM or BSM, remark which one you are not.
    -Craft 100 Ingots
    -Be close to the Repair NPC and it will
    -Repeat 100 times

    100 ingots * 100 repeats = 10000 Ingots, lol

    #19847

    Kim_Lee
    Participant
    2+

    Pressing the ? symbol in scenario will give you the tools of the gods to make all of your dreams come true.

    #19850

    MacFatts
    Participant
    0

    I appreciate this, but what I meant was for a scenario that would also gather the materials needed for the Molybdenum Ingots as well, which are Molybdenum Ore and Cobalt Ore, at a 5 to 1 ratio. I was hoping for a scenario where I could just leave it to gather a bunch of both, then port somewhere to craft the ingots.

    #19855
    PinHead
    PinHead
    Participant
    0

    That is definitely something that can be built. Like Kim_lee said

    Pressing the ? symbol in scenario will give you the tools of the gods to make all of your dreams come true.

    #19856
    Lyfox
    Lyfox
    Participant
    0

    Theres a tool that generates scenarios like you requested.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.