Question about Scenarios

Forum Forums Discussion Question about Scenarios

This topic contains 2 replies, has 2 voices, and was last updated by  ajheartsyou 2 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32077

    ajheartsyou
    Participant
    0

    Is it possible to have a scenario craft?

    I’d like to be able to set up miqobot to craft 50-60 times and then repair, then repeat. I have to check on her fairly often to make sure the condition of my gear isn’t ruining the HQ chance of my crafts and I would like to be able to set her and forget her, so to speak.

    #32083

    derm
    Participant
    1+

    Sure, you can do it like this for example:

    // ► Duskcourt Cloth ◄
    job(WVR)
    repair()
    startMateriaExtraction()
    recipe(Duskcourt Cloth) // ingame Recipe
    craftMacro(Duskcourt Cloth) // miqo Recipe
    icon(3,12,3) // Food
    icon(3,12,3) // Food
    // nqhq(balanced) – use this if you need hq mats to guarantee hq items
    craft(76)
    repeatAll(20)

    For more info on the nqhq() command check out the Help in Miqo, you can actually tell the bot a ratio of hq/nq mats for each mat in the recipe if you want.

    #32087

    ajheartsyou
    Participant
    0

    Thank you so much, this is exactly what I was looking for!

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

You must be logged in to reply to this topic.