Forum › Forums › Grids and Presets › Crafting Macro Scenario
This topic contains 7 replies, has 2 voices, and was last updated by VanGuard 5 years, 10 months ago.
-
AuthorPosts
-
December 17, 2018 at 2:56 am #9770December 17, 2018 at 3:34 am #9771December 19, 2018 at 3:05 am #9778
Heres what I’ve come up with but im obviously really new to scenarios so I’ve made a crafting scenario that uses pots repairs and uses macro’s to craft high end food such as shaksouka. The problem im having is using another tea in chapter 3. I have chapter 2 working for 12:30 to make sure my tea doesn’t run out before I pop another one but the problem is sometimes its in the middle of a craft at 12:30 and switches to chapter 3 without exiting the crafting process so the next tea doesn’t get popped. I was going to see if anyone has a solution to this or might be able to refine this.
Attachments:
You must be logged in to view attached files.December 19, 2018 at 6:29 pm #9781Id recommend making a macro in Miqo as it will be much easier and more stable as well. Youve asked a similar question a year ago: https://miqobot.com/forum/forums/topic/crafting-scenario-question/
The intended way is craftMacro() function. Otherwise it would most likely break.Im not sure what keys match your food or tea but in general it would be like this.
job(CUL) craftMacro(YOUR_MACRO) recipe(Shakshouka) key(-, 5.0) //food key(=, 5.0) //tea workFor(00:12:30) craft(max) key(=, 5.0) //tea workFor(00:12:30) craft(max) repair() repeatChapter(10)
December 20, 2018 at 2:30 am #9785December 23, 2018 at 2:24 am #9811So been trying out different stuff but the only problem I’m having from even the scenario you made is the character doesn’t want to exit out of crafting to use the tea before the second duration of the whole thing. I just cant find a way to exit the crafting stance on the keyboard or I would just make a sendkey for it I might just be missing something in the keybinds that allow you to do it on the keyboard.
December 23, 2018 at 2:59 am #9812December 24, 2018 at 5:44 am #9832 -
AuthorPosts
You must be logged in to reply to this topic.