Lyfox

Forum Replies Created

Viewing 15 posts - 376 through 390 (of 2,279 total)
  • Author
    Posts
  • 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)

    in reply to: deliverCollectables() Question #31955
    Lyfox
    Lyfox
    Participant
    0

    From Miqo documentation:

    Function does not explicitly detect scrip limits. However after 4 ingame errors are displayed, function will stop and break scenario flow. If you want to continue delivery regardless of scrip limits, specify “ERR_IGNORE” as parameter.

    So in your case it should be deliverCollectables(ERR_IGNORE)

    Also for buying step of a scenario, just using key sends right now, but it feels so buggy, sometimes it works fine. Sometime it goes to wrong item, it is just all over the place. I think it has something to do with cursor awakening or not from what I read, but even when I do not touch anything at all it will do different things with the same step and key input. So idea is there a good way to bypass this issue.

    This is one of the things that Miqo team is planning to fix in scenario update. Basically any sendKey() sequence is guaranteed to be unstable because there is no feedback loop to correct mistakes on the fly. Thats why new scenario functions made by devs are so much better. They have a feedback loop and so they are very stable. Until then the best solution is to buy items by hand. You have to do it only once in 2-3 hours so its not so bad. And besides its not a good idea to keep Miqo running all day without supervision. So if you check up on her anyway why not handle the buying step along the way.

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