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 3 years, 11 months ago.
-
AuthorPosts
-
December 10, 2020 at 9:30 pm #25260
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 ectEssentially 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)
December 10, 2020 at 10:05 pm #25263At 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, 11 months ago by Nekro.
December 10, 2020 at 10:49 pm #25265December 15, 2020 at 10:55 am #25407Since 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, 11 months ago by PinHead.
December 15, 2020 at 1:48 pm #25413I 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 1stAttachments:
You must be logged in to view attached files. -
AuthorPosts
You must be logged in to reply to this topic.