Forum › Forums › Grids and Presets › New to miqo'bot, how do I set this up? (read post)
Tagged: achievement, crafting, macro
This topic contains 4 replies, has 4 voices, and was last updated by Nekro 2 years, 8 months ago.
-
AuthorPosts
-
February 20, 2022 at 2:08 pm #35999
I’m currently trying to get miqo’bot to help me with some crafting achivements. To be precise, I’m crafting HQ items when doing the “craft X times for level Z-Y” because HQ items also counts towards the “craft X amount of HQ items”, so I made a very simple macro that only uses Trained Finesse and Basic Synthesis (my crafters are all lvl 90) and put said macro on my hotbar with a one-key command to reach it. As the title suggest VERY new to miqo’bot and am very unused to the technical terms and how coding works etc, so my miqo’bot stops at selecting the item I want to craft and then nothing happens.
For what it’s worth, using miqo’bot for fishing, trust dungeons and gathering works like a charm so I don’t think it’s got anything to do with my keybind setups.February 21, 2022 at 9:27 pm #36015Can you share your scenario?
This is one of mine, very basic
job(CUL) icon(1, 12, 3.0) craftMacro(Pumpkin Potage) recipe(Pumpkin Potage) craft(30) repairNpc() materiaExtract() repeatAll(3)
icon(…) makes reference to a button in my 1st hotbar, position 12. Then I specify the craft macro (created in “crafting” tab), the recipe, how many times I want to craft it, and so on.
Hopefully that’ll help you.
February 22, 2022 at 4:48 pm #36035February 22, 2022 at 6:57 pm #36036February 27, 2022 at 11:39 am #36133Don’t use ingame macros for crafting.
Go to the crafting tab and uncheck the
use
Checkbox. Clicknew
in the bottom right of the white window. Name your macro, likelowlevel-maxhq
. Then put your keysequence for those 2 skills you want to use in the box next to thestart
Button separated with a comma,
. Clickoverwrite
in the bottom right and accept.This will already work if you want to craft single recipes. Just go to your crafting tab, navigate to the item you want to craft. Set the numbers of crafts in the
count
field (or writemax
to always craft til your materials run out). Make sure your keysequence is selected (by clicking on your macro in the box) and hit start.If you want to chain more than one item in a single run, you need to create a Scenario.
I’m trying to create a scenario, but every time I attempt to import it to miqo’bot it says it contains no miqo’bot presets. 8(
Miqo can only import, what has been exported by her. The lines from Eyefinity for example are, what you need to copy directly into a new Scenario (Scenario Tab ->
new
Button -> left box).
To learn more about Scenarios, you can look here: https://miqobot.com/forum/forums/topic/beta-scenario-scripting-engine/ -
AuthorPosts
You must be logged in to reply to this topic.