Is a Scenario like this possible?

Forum Forums Grids and Presets Is a Scenario like this possible?

This topic contains 4 replies, has 3 voices, and was last updated by PinHead PinHead 3 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25260

    mikoto
    Participant
    0

    So, im wondering is it possible to completely automate crafting with a scenario like this

    1) Change class to carpenter Craft 1 of xxx, then 1 of xxx and then 1 of xxx
    2) change to BSM, craft 1 of xxx and 1 of xxx ect

    Essentially 1 scenario to craft all of the new battle gear providing i have materials already in my inv. and if so, how would i go about making such a scenario? (if somebody could give me an example that would be great)

    #25263
    Nekro
    Nekro
    Participant
    0

    At first, yes your scenario would be possible.

    I would suggest, that you read the short explanation how the Scenario Engine is meant to be used here:
    https://miqobot.com/forum/forums/topic/beta-scenario-scripting-engine/

    On the scenario tab you have 3 buttons (“start”, “next” and “?”). The “?” opens the documentation, where you will find ALL the functions which are available. If you have a specific thing in mind you want to create a scenario for, you can look up here, if miqo has the appropiate functions for it.

    For your case have a look at those functions:
    startCrafting
    changeJob
    selectCraftMacro/selectSolverPreset
    setCraftRecipe
    setCraftNQHQRatio
    setCraftIgnoreQuality

    • This reply was modified 3 years, 4 months ago by Nekro Nekro.
    #25265

    mikoto
    Participant
    0

    thats brilliant thank you

    #25407
    PinHead
    PinHead
    Participant
    0

    Since there are essentially 2 recipes, 35D & 70D, I would suggest a few things:
    1. To maximize the amount of time Miqo is crafting instead of calculating:
    a. Have each craft hotbar laid out the exact same way.
    b. All crafting gear should be configured exactly the same.
    c. All crafting jobs should be @ 80.
    2. You will have to use food manually or through a keypress in the script. Timing is critical here so your buff doesn’t end before crafting does.
    3. Craft all mats first then start gear recipes.

    • This reply was modified 3 years, 4 months ago by PinHead PinHead.
    #25413
    PinHead
    PinHead
    Participant
    1+

    I needed to make my Healing gear so I did it as a scenario.

    Read the top page of scenario and understand the script before proceeding.

    Happy Holidays!

    //5.4 Gear Crafting – Healing

    //Chapter 2-8 are 5.4 Mats
    //takes Approx 45 Minutes
    //Use food x2

    //Chapters 9-20 are 5.4 Gear
    //takes around 20 minutes
    //Use food x1 (HQ Chili Crab)

    //Scenario assumes you have
    //pre-5.4 mats already
    //If you don’t then you should!

    //Modify to suit your needs
    //Seriously check this 1st

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.