Forum Replies Created
-
AuthorPosts
-
Teleporting is now available in Miqobot v1.2.6 Beta.
Custom navigation is now possible with Miqobot v1.2.6 Beta.
So what if miqo could start turning the camera into the next node as she approaches her current node destination, it would maker he move more fluidly.
Of course I donβt know how feasible is to implement this, both in coding complexity and in potential issues like getting stuck on rock or something.Yes, we will continue improving navigation algorithms in order to make them look more organic. There is a new concept which is better suited for highly dynamic environment (such as combat navigation).
After it is fully tested with Combat, it will be integrated to Gathering as well.Because CUDA is a parallel computing platform, while Crafting Solver is a strictly sequential algorithm.
Solver states are sorted in a strictly determined order, and each subsequent state depends on previous calculations. Parallel processing would only make things worse and slow the algorithm down 100-200 times.In addition, please note that there is very little value in using CPU Intensive settings. Please read the following post:
Recommended Settings for Crafting Solver
The overall gain from using all available settings is around 3-4%.Timing and precise navigation control are available in Miqobot v1.2.6 Beta.
Timer feature is implemented in Miqobot v1.2.6 Beta.
Yes, you are right.
This is the idea behind sendKey() and sendIcon() functions. The only flaw is that you can’t move mouse too much, or some keys will miss. And that’s why we are planning to implement more robust functions which will constantly receive feedback from the game and verify every step.But of course, you have the absolute right to use your imagination to create new ways and new activities. And we will be supporting your ideas by enhancing and polishing tools at your disposal π
Thank you for your feedback very much!
Looks interesting! Can we teleport to set coordinates?
No, only to attuned aetherytes. Teleporting to coordinates is a hack and we will never implement hacks π
You can however navigate to any specific coordinates.Fantastic, thank you so much! A question, though, since I donβt see it on the list (or I missed it); can we also set it up to buy from NPCs? (for desynthing grinds)
Not at the moment, this is one of the next functions in our todo list π
We apologize for inconvenience.Additional Features
Scenario Engine is the main theme of this release.
But it is worth noting there are some minor adjustments and improvements to existing features as well.To avoid distracting your attention too much, we’ll just name a few.
- General: Gathering presets are implemented. Now you can select grid and gathering rotation in a single click.
- General: Crafting Solver presets are implemented. Two presets are created by default: ‘recommended’ and ‘fastest’.
- General: Scenarios are added to Import / Export.
- General: Feast Hellhound mounts are supported.
- General: Mount roulettes are supported.
- Gathering: Error recognition is implemented. If you run out of inventory space during gathering, Miqobot will automatically stop.
- Gathering: Aetherial reduction is implemented. It’s a scenario function startAetherialReduction().
- Crafting: Automatic selection of NQ/HQ materials is implemented.
- Crafting: ‘Max’ count is implemented. When specified, Miqobot will craft as many items as possible.
- MGP Minigames: Navigation is improved. Miqobot will no longer run through center of the room, but instead use an integrated grid.
(If it’s still not enough for you, you can create custom randomized routes with Scenario Engine.)
After careful revision, we have managed to fully reproduce your issue.
The reason is that the logics behind “Progress First” mistakenly converts IQ into Observe (but with 18 CP cost) in several rare cases. Under normal circumstances Observe is still mathematically better than IQ, so the bug was naturally concealed by math laws.
But it seems that you removed Observe from your hotbar, and the erroneous behaviour was revealed.So now you can choose from two solutions:
- Put Observe on your hotbar. (This is the recommended solution.)
- Use the diagnostics build we have sent you.
The fix will be integrated in the upcoming Miqobot v1.2.6 Beta.
Thank you for your assistance very much! -
AuthorPosts