Lyfox

Forum Replies Created

Viewing 15 posts - 376 through 390 (of 2,280 total)
  • Author
    Posts
  • in reply to: Is it possible to hunt mobs? #32275
    Lyfox
    Lyfox
    Participant
    0

    Theres a way to do it with a few simple macros. Take a look in the scenario list for examples: https://miqobot.com/forum/forums/topic/index-scenarios/#macro-combat

    in reply to: Trust Missions lv.71 to lv.75 #32253
    Lyfox
    Lyfox
    Participant
    0

    If youre looking for a solo way in a private instance then yes: https://miqobot.com/forum/forums/topic/would-love-to-see-level-57-60-dungeons-in-the-squadrons/
    Running 61+ dungeons in duty finder is faster of course but theres no squadrons there.

    in reply to: Trust Missions lv.71 to lv.75 #32211
    Lyfox
    Lyfox
    Participant
    0

    Just delete the lines with desynth().

    in reply to: Smoother Flying #32135
    Lyfox
    Lyfox
    Participant
    0

    Its just the way the author created the navigation grid for that scenario. Theres no easy way to fix it besides making your own navigation grid. I agree with you it doesnt look very natural but it seems like most people dont really care.

    in reply to: Crafting Recipes w/ Multiple DoHs #32123
    Lyfox
    Lyfox
    Participant
    1+

    Yea just open the recipe on Armorer job page and dont use search.

    in reply to: Question about Gathering (Botany & Mining) #32119
    Lyfox
    Lyfox
    Participant
    0

    Flying is a property of the navigation grid youre using. Does your grid have ‘fly’ waypoints in it? Or is it made with ‘foot’ points only?

    in reply to: Crafting using own sequence #32107
    Lyfox
    Lyfox
    Participant
    0

    Yea you can unclick solver and just type the sequence of keys in the macro box. Just disable Solver > Use and youre good to go.

    in reply to: Is teleportNpc working properly? #32073
    Lyfox
    Lyfox
    Participant
    1+

    Its something that they plan to do in scenario update.

    in reply to: accidentally deleted skills for gathering- #32069
    Lyfox
    Lyfox
    Participant
    0

    If you copy Miqo to a different folder she will regenerate all presets as in clean install. From there you can review the rotations you deleted to see what skills they use. Or you can just export them and then import to your main Miqo.

    in reply to: Is teleportNpc working properly? #32068
    Lyfox
    Lyfox
    Participant
    1+

    Miqo always selects the closest NPC regardless of their name or camera angle. Targeting NPC by name is not supported atm. You can use waypointPrecise() to step closer to the barracks. Or you can insert holdKey(w, 0.4) before teleportNpc(). Should be enough to push your character closer to entrance.

    in reply to: Fishing Not Working #32054
    Lyfox
    Lyfox
    Participant
    0

    Looks like youre using a cross hotbar. Miqo doesnt know how to work with that she needs a normal hotbar with keyboard shortcuts.

    in reply to: Fishing Not Working #32050
    Lyfox
    Lyfox
    Participant
    0

    Do you have a cast icon on hotbar and keybind assigned? Could you show a screenshot of your hotbar?

    in reply to: Trial Scenario + Desynthesis #32040
    Lyfox
    Lyfox
    Participant
    0

    Try entering the dungeon name as it appears in Miqo. Like dungeon(Garuda Extreme).

    in reply to: Gather x amount then change? #32034
    Lyfox
    Lyfox
    Participant
    0

    Miqo doesnt have a feature to count your items directly but you can calculate the number of nodes to gather and use it as count. Take the number of items you need divide by 4 then round up. If you need 10 copper ore then tell Miqo to gather 3 nodes: gather(3)

    in reply to: Need help sendKey function #31998
    Lyfox
    Lyfox
    Participant
    0

    Ah i see. Then its probably because its not being registered without holding. Some actions must be held for at least one frame to trigger and sendKey() doesnt do any holding. Try holdKey() instead: holdKey(num4, 0.2)

Viewing 15 posts - 376 through 390 (of 2,280 total)