Forum Replies Created
-
AuthorPosts
-
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.Iirc any item with the min reward of 3 scrips is non-timed. Try this one for example: https://www.garlandtools.org/db/#item/32989
-
AuthorPosts