Forum Replies Created
-
AuthorPosts
-
Hmm yea looks like a keybind problem. Can you archive and attach your KEYBIND.DAT as described here: https://miqobot.com/forum/forums/topic/error-using-any-grid-for-gathering/#post-4434
Ill take a look.I believe these are the issues in question: https://miqobot.com/forum/forums/topic/scenario-engine/#post-3104
Thanks for the update Miqobot! Greatly appreciate all the hard work.
I think the difference is startGathering(1) vs startGathering(999). Internal gathering script ends after one node and cordial logic doesnt activate. Theres “Smart cordials usage” and “Time-based chapter repeats” in planned functions on page 1 so i assume it will be adressed. Waiting for this too.
Most likely McAfee implemented some “new” detection method with bugs and now it gives you false positive. Imo it should be asked at McAfee forums since its their problem. Google says this: https://community.mcafee.com/thread/51613?start=0&tstart=0
Heres a tip from devs on how to use ingame macros: https://miqobot.com/forum/forums/topic/crafting-rotation-help-enhancement-request/#post-882
Dont forget to disable solver > use to switch to macros. Scenario function for that is craftMacro(), instead of solverPreset().Not really sure about steady hand II a screen of your settings would probably help.
In some nodes, gathered resources only show up some of the time. Is there a way to gather for multiple materials or from multiple slots?
Thanks!
Yes use gather by name for multiple materials: https://miqobot.com/forum/forums/topic/help-gathering/#gather-by-name
First of all try to keep each fishing session in a different chapter. Most functions work better this way. Secondly you have to keep rotating fishing spots to avoid “fish sense something amiss” message. Even if weather doesnt match you still have to cast rod at least once in this spot to reset another. Miqo functions are actually aware of this and thats why they are designed to fish for 1 min on bad weather. Also keep in mind that navigation takes time. So if you wait until 9am before navigating you will lose precious time while moving.
What I would do is set up one waypoint for Sawfish and one somewhere else for reset. Something like this.
//Chapter 1 – Titanic Sawfish
grid(sawfish)
waypoint(0)
afkUntil(9:00et)
workUntil(14:59et)
goodWeather(Clear Skies)
goodWeather(Fair Skies)
skipBadWeather()
findFish(1.35)
fish(30)//Chapter 2 – Reset
grid(sawfish)
waypoint(23)
workFor(00:00:05)
findFish(1.35)
fish()
repeatAll(10)You can split chapter 1 into 9:00-12:00 and 12:00-15:00 to fish in different spots but you could lose mooch opportunity so id recommend against it.
Well if youre too shy to share info here you can contact their tech support: https://miqobot.com/#support
They will probably ask you the same.Take a look at sticky thread right here: https://miqobot.com/forum/forums/topic/crafting-scenario-generator/
Its easy to replace my presets with whatever you want. You can make a script that will generate scenarios with your macros.Try import its a few clicks: https://miqobot.com/forum/forums/topic/help-import-export/
Ive tried farming monster mats by hand. Their HP is so high and drop rate is so low that its practically the same as being a retainer. If venture brings you 10 per hour monster grind will give you maybe 15-20. And your character will be out there all the time drawing attention. Having this feature would be nice of course but not a life changer.
Potd farming on the other hand will be a real blast.
-
AuthorPosts