Expert crafting

Forum Forums Discussion Expert crafting

This topic contains 12 replies, has 7 voices, and was last updated by LutBot LutBot 4 years, 2 months ago.

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #22744

    Bojack
    Participant
    0

    Hi all, sorry if this is posted elsewhere I just can’t seem to find it
    Is there a way to run expert crafts on Miqobot yet that give the best possible quality?

    Many thank in advance!

    #22745
    SirVG
    SirVG
    Participant
    1+

    Set CP to 4:1, Manipulation and Innovation checked in the CPU intensive section.

    Make sure all of your actions are on your hotbars and are on screen (since the game doesn’t render anything that isn’t on screen).

    Success rate is probably around 90%. Never will be 100% due to the RNG involved in Expert crafts.

    #22747
    Lyfox
    Lyfox
    Participant
    1+

    Make sure that you have v1.3.34. Its in the main thread: https://miqobot.com/forum/forums/topic/shadowbringers-5-0-miqobot-status/page/4/#post-22499

    #22749

    Bojack
    Participant
    0

    Thank you both, last time I tried it go stuck on a proc it didn’t recognise 🙂

    • This reply was modified 4 years, 2 months ago by  Bojack.
    #22754

    Bojack
    Participant
    0

    Hope you don’t mind me asking again. So of course Expert crafts food and pots help a mile!
    I have tried to read up on scenarios and how to add them in and I can’t figure it out for the life of me!

    I need to re up my food every 45 mins and drink a syrup every 15 mins.

    My food is on hotbar 1 slot 8 and syrup hotbat 1 slot 9

    How to I make this work?

    Thanks in advance

    #22755
    LutBot
    LutBot
    Participant
    0

    Hope you don’t mind me asking again. So of course Expert crafts food and pots help a mile!
    I have tried to read up on scenarios and how to add them in and I can’t figure it out for the life of me!

    I need to re up my food every 45 mins and drink a syrup every 15 mins.

    My food is on hotbar 1 slot 8 and syrup hotbat 1 slot 9

    How to I make this work?

    Thanks in advance

    //set your recipe here
    recipe(Grade 2 Artisanal Skybuilders’ XXXXXXXX,1)

    //set your solver preset here (4:1, mani, innovation)
    solverPreset(Expert3)

    //food key here
    key(F9, 4)
    key(F9, 4)

    //craft 30 times
    craftCollect(on)
    craft(30)

    repair()

    repeatChapter(99)

    Edit the hotbars as needed. Might also edit the times it synths and how often it used food. The scrip above uses food 2x hour ( no fc/personal buffs). Oh and specialist helps even more! More CP and slightly more stats.

    • This reply was modified 4 years, 2 months ago by LutBot LutBot.
    #22759

    Bojack
    Participant
    0

    Thanks I think, I might just have to manually up food and pots because this all means absolutely nothing to me 🙂
    Thanks for trying though I guess i’m just not intelligent enough to work it out!

    #22760

    Krude
    Participant
    1+

    This is the one i use.

    Chapter 1:

    solverPreset(ishgard)
    craftCollect(on)
    
    recipe(PUT RECIPE TO CRAFT HERE)

    Change your solver preset to whatever you use, and of course change the recipe to craft.

    Chapter 2:

    // Use food: (hotbar, slot, delay)
    icon(4, 4, 4)
    // Use tea: (hotbar, slot, delay)
    icon(4, 5, 3)
    // consider time for 1st time solver?
    craft(7)
    
    //Re-use tea
    icon(4, 5, 3)
    craft(7)

    Adjust the icon() lines to wherever your food and tea are. If your food is on hotbar 1, slot 8, then do icon(1, 8, 4) and so on.

    In my experience Miqo needs about 2 minutes for an expert craft, so you can fit about 7 of them into one tea duration (15 minutes). Use food+tea, craft for 15 minutes, refresh tea, craft another 15 minutes. Since i’m already scripting this for lots of crafts, i go extravagant and do a 2:1,manip,inno solver present that takes about 2 minutes to solve and costs me one initial craft, so i reduce the first craft command to craft(6).
    If you don’t need that, just repeat chapter 2 as many times as you want, or go to

    Chapter 3:

    icon(4, 4, 4)
    icon(4, 5, 3)
    craft(7)
    
    icon(4, 5, 3)
    craft(7)
    repeatChapter(10)

    These are 30 minute chunks of crafting that use 1 food and 2 teas per repeat. Adjust the repeatChapter line to your liking.
    Take care not to run out of inventory space.

    • This reply was modified 4 years, 2 months ago by  Krude.
    #22762
    Lyfox
    Lyfox
    Participant
    0

    If you have never used a scenario before then its better to go through each function one by one and test them in action. Dont be afraid to experiment its the fastest way to learn. Click the ‘?’ button in Miqo it will bring the list of functions and guidelines on how to use them.

    #22799
    captainblunt
    captainblunt
    Participant
    0

    As a side note: Here’s a couple tips I suggest.

    1. In-Game: Go to actions and traits from your character menu [p]
    Go to actions. Make sure every ability listed in there is on your action bars even if you haven’t learned it yet.
    Takes about 3 bars.

    2. In-Game: Go to Keybinds from the system menu.
    Select System, then scroll down to the bottom. Make sure every ‘Switch to Hotbar’ has a keybind.
    Example: Switch to hotbar 1 Ctrl+Shift+1 Assign them all.

    3. Lastly, make sure you’re caught up on all your crafting quests. If you have not done so, you could be missing abilities.

    #22833

    edgedy
    Participant
    0

    I noticed on the opener that Miqobot choses to use rapid synthesis when under Sturdy, shouldn’t it be using Groundwork?

    #22836
    Lyfox
    Lyfox
    Participant
    1+

    I dont see why it should. Groundwork costs 18 CP which is a lot. If you have Muscle up its 600% vs 1000%.

    #22838
    LutBot
    LutBot
    Participant
    0

    Groundwork is a trap for expert synths(too much CP, too much dura used). RS is waaaaaaaay better, even better if under MM and Vene. Two Rapid synths under MM+Vene can usually fill the progression bar (depending on stats ofc)

    • This reply was modified 4 years, 2 months ago by LutBot LutBot.
Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.