Forum › Forums › Discussion › Crafting Works (For the most part)
This topic contains 13 replies, has 12 voices, and was last updated by Edib 2 years, 10 months ago.
-
AuthorPosts
-
January 1, 2022 at 7:10 pm #34749
MiqoBot can craft for the most part, just gotta monitor and use “Master’s Mend” for it every now and then.
The only issue I found when Crafting with Miqo atm is it has trouble seeing “Progress” and Item Durability.
If You Don’t Mind a 90% crafting rate (Sometimes you can’t stop Miqobot in time before it shatters an item) or can’t get the hang of crafting then this isn’t bad in an emergency.I watch Miqo Craft until Durability is at 15, 10 or 5 and then I stop Miqobot and use Master Mend, then allow Miqobot to continue the craft.
I’ve been pretty lucky and am not using the 81-90 skills. Have not crafted a 90 item yet.
January 2, 2022 at 11:45 am #34796https://miqobot.com/forum/forums/topic/endwalker-6-0-miqobot-status/
Not sure why are you using the current crafting solver though, when it is completely broken. At the moment, you can still use it but make sure to input your own macro (uncheck use in crafting).
Crafting Solver
Completely broken.
Please do not attempt to use Crafting Solver.
It will fail and break your craft.
Miqobot will give you a warning if you attempt to use it, albeit only once. You are free to experiment with the current algorithms, but it is unlikely you will find anything useful in them.January 2, 2022 at 2:52 pm #34804Miqobot supports in-game macros too, so I don’t know why you’d ever want to use the crafting solver until it’s foxed.
It’s not hard to find a community rotation on Teamcraft and copy the macro in the game. Move the macro to your hotbar and assign a hotkey to that button. In Miqobot, you’ll want to type in
[hotkey],
(no brackets)
So if you used Alt 2 for your macro hotkey, it’ll look likeAlt+2,
For multistage macros,[hotkey],,,,,[hotkey],
and replace the commas inbetween with the number of steps the first macro usesNote that it’s not *officially* supported, but it’s a whole hell of a lot better than typing out each damn hotkey in Miqobot. Makes crafting those rarefied armlets SO much better.
- This reply was modified 2 years, 10 months ago by Deionarra.
January 2, 2022 at 6:32 pm #34816Note that it’s not *officially* supported, but it’s a whole hell of a lot better than typing out each damn hotkey in Miqobot. Makes crafting those rarefied armlets SO much better.
Please take a look at this
January 2, 2022 at 6:40 pm #34817That requires Autohotkey, adding an unnecessary step to the process when you can just copy and paste into an ingame macro and have that permanently unlocked in your macro list. Miqobot only has one built-in macro, which makes it really annoying to have to go to teamcraft every single time you want to swap.
January 2, 2022 at 10:28 pm #34823January 3, 2022 at 1:22 am #34828January 3, 2022 at 10:21 am #34838If your ping is an issue, you can just extend the waits for in-game macros by an extra second.
In-game macros are 100% reliable, with the downside of being inefficient since it can’t respond to procs like the crating solver can (thus you need higher stats for 100% HQ).
Until it’s working, however, using in-game or miqo macros are strongly recommended.
- This reply was modified 2 years, 10 months ago by zeroshadow.
January 4, 2022 at 4:54 am #34878You can save macros in Miqo just like gathering rotations or anything else and call them in scenarios… it’s actually alot better than ingame macros because theres no 15 line limitation.
I have like 10 different crafting macros and just call them based on what I’m crafting, you really only need a few for each raid/crafting tier anyways.
For example, I have a scenario that gathers relevant items in part 1, then does this in part 2:
craftMacro(80D Purple Scrip)
job(CUL)
recipe(Rarefied Sykon Bavarois)
craft(50)
repair()January 4, 2022 at 4:20 pm #34909Could you explain how the recipe(rarefied sykon Bavrois) command works? Or show what it is/does? Trying to figure this out.
You can save macros in Miqo just like gathering rotations or anything else and call them in scenarios… it’s actually alot better than ingame macros because theres no 15 line limitation.
I have like 10 different crafting macros and just call them based on what I’m crafting, you really only need a few for each raid/crafting tier anyways.
For example, I have a scenario that gathers relevant items in part 1, then does this in part 2:
craftMacro(80D Purple Scrip)
job(CUL)
recipe(Rarefied Sykon Bavarois)
craft(50)
repair()January 4, 2022 at 11:44 pm #34924Sorry for being a bit dumb but how exactly can you do this?
If anyone could help me out with a step by step on how it works? I’ve got a 2 step macro atm for the latest recipes so this would be a massive help.Also does anyone know if there’s an ETA on crafting being operational again any time soon?
Thanks!
January 5, 2022 at 3:45 am #34933January 5, 2022 at 7:54 am #34938Could you explain how the recipe(rarefied sykon Bavrois) command works? Or show what it is/does? Trying to figure this out.
I could use a guide for setting up a scenario too, specifically one that will repeat my crafting macro for my experts after it completes the previous one
scenario Tab ->
?
-Button will give you the documentation for every function you can use in a scenario with a detailed explanation.For the basics: https://miqobot.com/forum/forums/topic/beta-scenario-scripting-engine/
For crafting you want to look at:
startCrafting
selectCraftMacro
setCraftRecipe
/recipe
repeatChapter
If you need to use buff food you might want to look at those aswell:
sendIcon
workFor
If you need to craft intermediate mats you might also be interested in those:
setCraftNQHQRatio
setCraftIgnoreQuality
From here one you might just try it with cheap materials and see what each line does, read more of the documentation for the other functions etc. It’s easy, once you tried it a few times.
Sorry for being a bit dumb but how exactly can you do this?
If anyone could help me out with a step by step on how it works? I’ve got a 2 step macro atm for the latest recipes so this would be a massive help.crafting -> crafting ->
use
checkbox -> untickThen you can create a new entry with the
new
button, enter the keysequences for each step separated with a,
and then save it (overwrite
) and maybe change the name of this macro.Macros in Miqobot are far superior over the ingame macros. Not only can you “pause” them at any given point, they are not limited to 15 steps, are way faster executed and are fail/lag safe (except final appraisal macros).
January 5, 2022 at 10:52 pm #34965 -
AuthorPosts
You must be logged in to reply to this topic.