Forum Replies Created
-
AuthorPosts
-
Hey @Funtime you can check here https://miqobot.com/forum/forums/topic/index-gathering-grids/
I take the macros from this website https://ffxivgillionaire.com/crafting-macros, although I haven’t used the Isghard ones but I don’t think they are any different with non-Ishgard.
If your crafters are level 90 then you only need trained eye and basic synthesis/groundwork. You put those two in your hotbars, say ctrl+1 and ctrl+2, then in the “Crafting” tab you uncheck “use” to disable the solver since it’s broken and write the macro yourself, save it with the name you decide and finally in the scenario you use “craftMacro(xxx)” where “xxx” is the name you gave to the macro in “Crafting” tab.
I hope I was clear enough, let me know if you need anything else.
Greetings
Can 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.
Hey there @shadowrun, you have to press the “+” button and check the “auto-pause for chat” option
Hey @neitro, you can see that in the scenario functions. Go to “Scenario” and press the button “?”.
The documentation for sendKey says
sendKey( key, seconds ) Send key into the game. If seconds specified, it will delay scenario flow by given amount. Supported: - alphanumeric keys - punctuation keys (except comma and diacritics) - F1-F12 - Num0-Num9 - Num-, Num*, Num/, Num. - Ctrl / Alt / Shift (must be combined with '+') - cursor control keys (must be enclosed in {})
So it should be like
sendKey(Num/, 1.5)
- This reply was modified 2 years, 9 months ago by Eyefinity.
Hey @lyfox, thanks for answering. To be honest I have no idea how to configure that in the game. The current binds for those keys are Cycle through UI components tabs Forward/Back.
Besides that, I still think this is an unintented behavior since I cannot chat through those textboxes. Also if I want to specify something besides max I would need to type something there.
Thanks for your reply!
Hey @ramen, it’s all good. That’s probably because I wasn’t clear enough. The image below shows this text box I mention
http://prntscr.com/26q8ios (the img tag doesn’t work with this link)If I activate that text box using Miqot it thinks I’m chatting and it pauses itself.
Thanks!
- This reply was modified 2 years, 9 months ago by Eyefinity.
Hey @lyfox thank you for answering. The problem is related to your comment but it wasn’t exactly that, in fact, the problem was that I didn’t have any of those actions in any hotbar so the bot was using the ones in the collect window, now I moved them to each hotbar (min and btn) accordingly and now it seems to be working correctly. I’m still learning about this tool, so I make mistakes :P.
Thanks again!
I’m not sure how to edit my previous post, I just wanted to add this log from a couple of minutes ago
(8:24:25 AM) Selecting slot -> 2
(8:24:26 AM) Using action: (Start)
(8:24:26 AM) Using action: (Scrutiny)
(8:24:33 AM) Using action: (Meticulous)
(8:24:38 AM) Evaluating condition: (If Standard Procs) – Yes!
(8:24:38 AM) Using action: (Scrutiny)
(8:24:58 AM) Using action: (Scrutiny)
(8:25:17 AM) Using action: (Scrutiny)
(8:25:36 AM) Using action: (Scrutiny)
(8:25:55 AM) Using action: (Scrutiny)
(8:26:15 AM) Using action: (Scrutiny)
(8:26:33 AM) Using action: (Scrutiny) <<<— I had to execute this action manually to unstuck the bot
(8:26:39 AM) Using action: (Meticulous)
(8:26:44 AM) Using action: (Meticulous)
(8:27:03 AM) Using action: (Meticulous)
(8:27:13 AM) Using action: (Finish) -
AuthorPosts