Lyfox

Forum Replies Created

Viewing 15 posts - 1,786 through 1,800 (of 2,280 total)
  • Author
    Posts
  • in reply to: Blackout Error #6582
    Lyfox
    Lyfox
    Participant
    0

    Theres a special function for zoning – goToZoneGate().
    Custom navigation does not work like that which is a good thing. You dont want the bot to do anything weird in case your duty popped and you forgot to turn it off.

    in reply to: GP Check? #6580
    Lyfox
    Lyfox
    Participant
    1+

    Sorry i dont really understand the problem you describe. What do you mean by spawn time? You respawn an ephemeral by simply touching two regular nodes from two different clusters theres no timer for that. Heres an example of my chapter its been working perfectly for a couple of months:

    repeatChapterUntil(15:55ET)

    teleportIf(Dawn Throne)
    job(MIN)
    gatherPreset(schorl)
    rotationIfGP(Ephemeral-0)
    rotationIfGP(Ephemeral-600)

    waypoint(14)
    gather(1)
    waypoint(7)
    gatherTouch()
    waypoint(1)
    gatherTouch()

    If you need to afk for GP you can do this after gather(1). Just put afkFor(01:40et) this should be enough to recharge 600 GP.

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

    Windows defender is a source of many problems just like any other antivirus. https://miqobot.com/forum/forums/topic/miqobot-flagged-as-trojan-virus/
    But yea sorry not an expert so no guarantee it will work. All i can say is i have no antivirus and havent seen any of those false positive bugs.

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

    Imo having antivirus that behaves on its own is worse than having a virus. I would uninstall if i were you.
    The last thing you can try is antivirus tech support. Its their problem so its unlikely you will find a solution here.

    in reply to: 4.2 Items – grids and scenario #6574
    Lyfox
    Lyfox
    Participant
    0

    Use sendIcon() for stuff like food. If you have food on hotbar 7 slot 3: icon(7, 3, 5.0)
    5.0 is delay in seconds after pressing an icon.

    in reply to: 4.2 Items – grids and scenario #6570
    Lyfox
    Lyfox
    Participant
    1+

    It uses 24-hour format. Do you mistake 2:00et for 14:00et?

    Also the author has adjusted some chapters to afk much longer than xx:00. Black Willow will afk until 4:20 for example. Its a good idea but it would be wise to customize timings for yourself.

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

    Well something is still blocking it. Try running as administrator. Maybe you have a hidden av installation like it was here: https://miqobot.com/forum/forums/topic/slight-problem/

    in reply to: GP Check? #6568
    Lyfox
    Lyfox
    Participant
    1+

    Make 0-GP rotation and 600-GP rotation. Name them “Collect 0GP” and “Collect 600GP”.

    rotationIfGP(Collect 0GP)
    rotationIfGP(Collect 600GP)

    Yes Miqo will continue if you have no GP but she will still collect instead of regular gather.

    Example of 600 GP: SingleMind > IA > SingleMind > IA > SingleMind > MA.
    Example of 0 GP: IA > IA > MA.

    This way when you have 600 GP you collect x4, when you have 0 GP collect x1. This is more efficient than what youre trying to do, but if you absolutely need to afk for GP then yes theres no other way besides time it manually. I remember it was requested so eventually dev team will get it done though in my opinion its a QoL feature.

    in reply to: Scenario Question #6564
    Lyfox
    Lyfox
    Participant
    1+

    Just select the necessary rotation/grid/nav from scenario chapter.

    grid(Adamantite)
    gatherRotation(Yield +2)
    waypoint(15)

    Gather preset is what you create on gathering tab. It contains settings + rotation + grid as a whole. So you can write a shorter chapter.

    gatherPreset(adamantite)
    waypoint(15)

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

    Something is blocking Miqo from reading/writing files. Either you put it in a protected system folder or your antivirus is messing things up. Try a different folder or add Miqo to whitelist.

    in reply to: Food Buff #6558
    Lyfox
    Lyfox
    Participant
    1+

    Yup you can use sendIcon() function. Lets say your food is on hotbar 7 slot 3.
    icon(7, 3, 5.0) //food
    5.0 is the delay in seconds after pressing an icon.

    in reply to: GP Check? #6557
    Lyfox
    Lyfox
    Participant
    1+

    Do you mean this?

    addGatherRotationIfGP() – Add gathering rotation to GP-based selector.

    in reply to: (REQUEST) Snow Crab Aetherial Reduction #6547
    Lyfox
    Lyfox
    Participant
    0

    Ah i see Sui no Sato spawns too close sometimes and breaks compass. The fix is easy just convert a couple waypoints into beacons. Heres the fixed grid.

    Attachments:
    You must be logged in to view attached files.
    in reply to: HELP !!! Cordial items grid #6541
    Lyfox
    Lyfox
    Participant
    0

    Miqo says you have no key bound to action ‘Switch to Hotbar 1’. Well bind something.
    Keybind > System > scroll down > Switch to Hotbar 1.

    Also take a look at keybinds guide: https://miqobot.com/forum/forums/topic/help-keybinds/

    in reply to: Is it possible to grind level crafters #6536
    Lyfox
    Lyfox
    Participant
    0

    Yes scenario generator works for any crafting level. Used it to level my alts was pretty cool. Id suggest align all your crafters to 15 at first so you can use the same gear on all jobs. Then get +5-10 levels on all jobs, upgrade gear. And so on.

Viewing 15 posts - 1,786 through 1,800 (of 2,280 total)