Lyfox

Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 2,280 total)
  • Author
    Posts
  • in reply to: Syntax Question's #6661
    Lyfox
    Lyfox
    Participant
    1+

    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.

    in reply to: Crafting items bug that Arm and Bsm share #6647
    Lyfox
    Lyfox
    Participant
    3+

    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.

    in reply to: No grid lines? #6640
    Lyfox
    Lyfox
    Participant
    0

    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.

    in reply to: No grid lines? #6637
    Lyfox
    Lyfox
    Participant
    0

    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?

    in reply to: No grid lines? #6632
    Lyfox
    Lyfox
    Participant
    0

    Navigation tab > show on radar. Theres also a guide: https://miqobot.com/forum/forums/topic/help-navigation/

    in reply to: Issues while gathering #6626
    Lyfox
    Lyfox
    Participant
    1+

    There is no faceforward in tilting. This is the action im talking about.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Issues while gathering #6624
    Lyfox
    Lyfox
    Participant
    1+

    Not moving, tilting. Its a different action, look in keybinds. Miqo doesnt use it afaik.

    in reply to: Crafting flaw? #6621
    Lyfox
    Lyfox
    Participant
    0

    So have you contacted tech support?

    in reply to: Issues while gathering #6620
    Lyfox
    Lyfox
    Participant
    1+

    Could be a number of reasons. Do you have any problems with non-underwater grids? If yes then its a keybind problem. Does node appear on your screen or is it too far below? Try tilting your camera down (ctrl-down by default). Could you show message log and/or screenshot?

    in reply to: Crafting flaw? #6617
    Lyfox
    Lyfox
    Participant
    0

    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

    in reply to: Crafting flaw? #6612
    Lyfox
    Lyfox
    Participant
    1+

    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.

    in reply to: Scenarios for lvling BTN and MNR 61-70 #6597
    Lyfox
    Lyfox
    Participant
    1+

    On gathering tab theres an empty box under start button. If you type node name there it will look for that name only. Select preset ‘Beech Branch’, type Unspoiled in that box, click overwrite.

    in reply to: Miqobot and catnip.license #6596
    Lyfox
    Lyfox
    Participant
    0

    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

    in reply to: Using Quick Synthesis in Scenario #6590
    Lyfox
    Lyfox
    Participant
    1+

    Yea pretty much like this.
    With those settings press ‘new’ on the right and name it ‘ignore’ or something to use it in solverPreset() function.

    in reply to: Using Quick Synthesis in Scenario #6585
    Lyfox
    Lyfox
    Participant
    1+

    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)

Viewing 15 posts - 1,771 through 1,785 (of 2,280 total)