Forum Replies Created
-
AuthorPosts
-
It means that Miqo got stuck in the topography earlier while trying to gather from that specific node. Heres a quote from help:
A common example of mistake would be placing a waypoint behind the rock, thus blocking the clear view of the gathering node. Miqobot will try to focus it, then rotate camera left and right randomly, then run back and forth a couple of times, and if nothing helps – she will blacklist a badly positioned node to prevent being stuck in a loop.
Take a look at the waypoints around that area and see if anything is placed oddly. Moving them further away from obstacles a few inches usually helps.
Also keep in mind that once a node is blacklisted it will kept in there until restart. You have to restart Miqo app to clear the gathering blacklist.
Well if you dont want Miqo to use Masters Mend make sure you give her some other means to restore durability. Both Manipulation and Waste Not are considered CPU expensive tools so you have to specifically enable them in solver settings.
Rapid Synth is just RNG. If you dont want RNG to fail your craft just remove it.
is there anything keeping it from working?
Terrain is.
What you describe works perfectly in an empty world with no obstacles. But when you add rocks, trees, caves, and flying islands, you have to tell the bot how to navigate around them. Hence you create a navigation grid.
Make sure you have 60+ fps for aiming minigames: https://miqobot.com/forum/forums/topic/mgp-minigames/#fps-requirements
Also try to disable any game plugins if you have them.Instead of typing in the text box do this:
sendKey(num9, 1)
Assuming you have default keybinds NUM7/NUM9 work like +1/-1 on quantity fields. Sending -1 will wrap around 0 to max.
Though if you need a specific number and not just max it will take a lot of sendKeys. You can try using holdKey() and see if you can figure out the necessary number of ms to hold.Do you use any automation plugins? They clash with Miqo so you have to disable them. https://miqobot.com/forum/forums/topic/miqo-just-cycles-cursor-chocobo-racing/
Put a Duty Action 2 on hotbar and use
return()
.
You can find duty actions in Actions&Traits > General. Duty Action 2 will turn into Isle Return. Since it has the same icon Miqo will recognize and use it. Just dont forget to remove the usual Return from hotbar or Miqo might get confused and use the one you dont need. -
AuthorPosts