Forum Replies Created
-
AuthorPosts
-
Yea it means you assigned a mouse button for that hotbar slot while Miqo can use keyboard only. Similar issue and fix from devs:
Theres a special function in scenarios for going through blue line:
goToZoneGate()
I think that grid was designed for ‘Gate of Nald’ and ‘Steps’ is just a typo. If you attune to all crystals in Uldah you get Gate of Nald in aethernet. Which by the way is also possible in scenarios:
teleportAether(1-11) //from big aetheryte teleportAether(11) //from small aetheryte
June 21, 2018 at 3:48 pm in reply to: [Scenario] RED SCRIPT & 60-70 EXP FARMING (Completely hands free!!) #7336Youre on the right track.
Make two presets on gathering tab, one for iron ore, one for water shard. Then create a simple scenario:gatherPreset(iron ore) gather(50) gatherPreset(water shard) gather(50)
This would also work:
gatherPreset(iron ore) gather(1) gatherPreset(water shard) gather(1) repeatChapter(50)
Yep take a look here: https://miqobot.com/forum/forums/topic/index-scenarios/
Working perfectly here. Sounds like you have a keybind conflict. Take a look at the guide: https://miqobot.com/forum/forums/topic/help-keybinds/
Id gladly help, show some message log or at least a screen of your settings.It was not designed that way but its possible. Heres a post from devs how to do it: https://miqobot.com/forum/forums/topic/crafting-rotation-help-enhancement-request/#post-882
But Johnb is right it will work better with native Miqobot macros.Its already done look in main index: https://miqobot.com/forum/forums/topic/index-gathering-grids/
Ctrl-f, cobalt.
Ctrl-f, molybdenum.
Ctrl-f, zelkova.What do you mean? This is by design: https://miqobot.com/forum/forums/topic/help-crafting/#crafting-solver
Crafting Solver works in two stages:
- Solving. At this stage Miqobot freezes completely to give more processing power to solving algorithm. The amount of time needed depends on your stats, on recipe’s difficulty, and durability. For example, an 80-durability item usually takes twice longer to solve than a 40-durability item. The time shown in the Solver box is a rough estimate, and it may vary depending on your CPU.
There is no way to stop Miqobot when she goes into frozen state, so please be patient. - Crafting. As soon as the recipe is solved, Miqobot will be crafting non-stop just the way she does with macro rotations. At the moment, only one recipe solution can be stored in memory. If you press Stop, Miqobot will have to re-solve everything from the beginning.
The main point here is that your rotation becomes 100% optimal. It takes all factors into consideration: your stats, skill rates, condition rates, recipe difficulty. There is no predetermined logic, the solution is based on pure math.
- Solving. At this stage Miqobot freezes completely to give more processing power to solving algorithm. The amount of time needed depends on your stats, on recipe’s difficulty, and durability. For example, an 80-durability item usually takes twice longer to solve than a 40-durability item. The time shown in the Solver box is a rough estimate, and it may vary depending on your CPU.
-
AuthorPosts