Forum Replies Created
-
AuthorPosts
-
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
Success is largely dependent on your chocobo stats, how well its fed, and what build you use. Presets are just waypoints for the bot to follow, they dont really make your bird faster or smarter. Presets also dont fit all possible chocobo builds and sometimes they are tailored for specific stats and even specific network latency.
Have you tried racing with your chocobo manually? Are you able to win consistently? If so then you can simply record your own waypoints for Miqo to follow. If not then waypoints are not the issue and you should try feeding your chocobo. If this bird is temporary and you level it only for breeding purposes later then finishing always 1st place is not necessary. As long as youre getting exp you can simply continue racing regardless of win rate.
-
AuthorPosts