Forum Replies Created
-
AuthorPosts
-
Afk for X mins (IRL pref) =
afkFor(00:XX)
Variable gather (to look less bot like) = Startgathering(x-y)?
Afaik theres no randomization yet. There was a request for different random things in scenario so it will be available someday.
Enter door (this one im not sure is possible but since i dont have a house i craft scenarios in my private chambers in FC house) so a warp to mist use door to enter house use door to enter priv chambers.
teleport(Estate Hall, X) – X is estate number if you have many.
//navigate to door
teleportNpc()
//navigate to chambers
teleportNpc(2) – If you have a workshop line 2 will be private chambers.You can use teleportNpc(3-XX) to enter any room with number XX.
Also is there a command to put in scenario to make the last step of crafting collectable
setCraftCollect(on)
This enables option on crafting tab. I also disable it in scenario when done to make sure i dont forget about it later.setCraftCollect(on)
craft(20)
setCraftCollect(off)Also take a look at ? button on scenario tab it lists all functions with documentation.
Use a simple scenario for that: https://miqobot.com/forum/forums/topic/is-it-possible-to-grind-level-crafters/#post-6550
recipe(Name of the recipe, 2)
Where the number is the position of the recipe from top to bottom.
Miqo creates miqoradar.exe in your windows temp directory. If its not running then something deleted it. From what ive seen the problem is always an antivirus so try doing a double check. https://miqobot.com/forum/forums/topic/miqobot-flagged-as-trojan-virus/
Forum search on miqoradar shows more threads and theyre all antivirus related.Then something happened to your radar. Its hard to say without any screens so heres a few guesses. Do you see miqoradar.exe process in task manager? Is it consuming CPU? Do you have an antivirus that may block it? Try restarting Miqobot. Try advanced settings (the + button). There you can change draw method of 3d radar. Try switching between them. Oh and an obvious one – do you have a grid selected?
Navigation tab > show on radar. Theres also a guide: https://miqobot.com/forum/forums/topic/help-navigation/
There is no faceforward in tilting. This is the action im talking about.
Attachments:
You must be logged in to view attached files.Ok i see your point. You dont want to remove it from your hotbar but using it to build 5+ stacks is a flaw right? This is exactly the biased perception im talking about. But no matter its too subjective to argue about.
I think an advanced setting would solve your issue. We can make a request to devs if you want. Though they are currently busy with implementing combat support. Try tech support they are usually fast with answers: https://miqobot.com/#support
Its gamblers fallacy: https://en.wikipedia.org/wiki/Gambler%27s_fallacy
Patient touch has exactly the same success rate as Hasty touch. Youve encountered a bad rng once or twice and now you think it will always be like that. Math on Patient touch is explained in Upgrade Stage 2 thread. Even if it fails it quickly builds back because success rate is 80%.Then again if youre so confident that Solver does wrong you can use Macro feature its also there.
Could you show a full crafting log created by Solver? Your screenshot just shows a bad piece of rng which is not related to Miqo.You didnt actually say that the problem was about losing your license. In this case you can simply ask tech support and they will resend it to you: https://miqobot.com/#support
Tick option ‘ignore quality’ in crafting solver and save it to preset. Its not exactly quick synthesis but it will be almost as fast. Its also better because quick synthesis may fail even with top stats, solver never fails. As youre afking anyway a few minutes dont make a difference. And you can go above 99 limit.
solverPreset(ignore)
craft(999) -
AuthorPosts