Miqobot Crafting wrong recipe

Forum Forums Discussion Miqobot Crafting wrong recipe

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31687
    Samil
    Samil
    Participant
    0

    Hey I’m still semi new at Miqobot and I was working on a scenario to craft Lemonade and every time it starts to attempt to craft lemonade it selects rarefied lemonade instead. What can I do to word it to choose Lemonade instead?

    #31688
    Samil
    Samil
    Participant
    0

    This is the chapter in the Scenario that crafts Rarefied Lemonade instead of lemonade
    // Lemonade [Crafted] – CUL – Level 80
    setCraftCollect(off)
    job(CUL)
    recipe(Lemonade)
    craft(33)
    repair()

    #31690
    Lyfox
    Lyfox
    Participant
    1+

    Try this: recipe(Lemonade, 2)
    It will select 2nd line in the search list.

    #31691
    Samil
    Samil
    Participant
    0

    Awesome! Thanks!

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

You must be logged in to reply to this topic.