Lyfox

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 2,266 total)
  • Author
    Posts
  • in reply to: skin farming #32908
    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: Grid and scenario creation #32894
    Lyfox
    Lyfox
    Participant
    0

    Yep theres a guide in the help subforum: https://miqobot.com/forum/forums/topic/help-navigation/

    Lyfox
    Lyfox
    Participant
    2+

    You cant skip nodes in Diadem. The next node spawns only after you deplete the previous one. If you skip it there will be nothing left to gather. Its the way Diadem is designed. The only option to farm it is to gather everything.

    in reply to: 600 GP instead of 400 GP? #32807
    Lyfox
    Lyfox
    Participant
    0

    Yea thats weird. Theres no Scrutiny before third Meticulous. Does it happen every time? What does Miqo say in the log?

    in reply to: Recommended Gear #32804
    Lyfox
    Lyfox
    Participant
    0

    Theres no command for it yet but you can do it with keysends. Take a look: https://miqobot.com/forum/forums/topic/scenario-request-change-to-recommended-gear-update-gear-set/

    in reply to: Quick Synth in to Desynth Scenario request #32803
    Lyfox
    Lyfox
    Participant
    0

    Try this:

    solverPreset(fastest)
    ignoreQuality(on)
    craft(50)
    
    desynthList(YOUR_PRESET)
    desynth()
    
    repeatChapter(10)

    You have to create a desynthesis preset for this first then put its name in desynthList() command.

    in reply to: 600 GP instead of 400 GP? #32802
    Lyfox
    Lyfox
    Participant
    0

    Could you show a screenshot of the rotation youre using in Miqo as well?

    in reply to: Nightly Routine Help #32775
    Lyfox
    Lyfox
    Participant
    1+

    1. Anyway for it to look for the sylkis and select it?

    Nope. Its something that would require inventory management but theres no such thing in Miqo. It was planned iirc but im not sure how far the development on that point is.

    2. How do I send Key input for ā€œescapeā€? I replaced ā€œnum0ā€ with ā€œescapeā€ to no avail. Its to skip the cutscene.
    I also figured out how to send barracks runs through scenario kinda.

    Try {esc} instead.

    I also figured out how to send barracks runs through scenario kinda.
    1. So it only works 50%. When I hit f12, it either targets the door to get me in, or targets the dude standing there. Help please???

    Try this:

    waypointPrecise(17)
    teleportNpc()
    changeJob(PLD)

    Replace the everything from waypoint(17) to changeJob() with this. teleportNpc() should handle the barracks entering for you so you dont have to hit keys manually.

    Lyfox
    Lyfox
    Participant
    0

    It has to be an icon on your hotbar and not just a key. From documentation:

    Duty Action must be present on hotbar. You can find it under:

    Actions & Traits -> General -> Duty Action I

    in reply to: Bot News? #32714
    Lyfox
    Lyfox
    Participant
    1+

    Im reading the voting thread right now and it has both of the points you mentioned: https://miqobot.com/forum/forums/topic/voting-next-feature/
    There are estimates and redundancy notes for dungeons support.

    in reply to: Consuming food and crafting? #32705
    Lyfox
    Lyfox
    Participant
    1+

    Put food on hotbar. Lets say its on hotbar 7 slot 3 and you need to wait 5 seconds after that for animation. Then make a scenario like this.

    icon(7, 3, 5.0)
    workFor(00:28)
    craft(max)
    repeatChapter(10)

    You can use syrup the same way. Just make Miqo refresh it more often with workFor(00:14) or so.

    in reply to: Raise text macro #32687
    Lyfox
    Lyfox
    Participant
    0

    That means the macro lagged and ascend didnt go off the first time. So Miqo had to click it twice. Macros in this game are laggy in general and fail a lot especially in combat.

    in reply to: Ninja Rotation #32658
    Lyfox
    Lyfox
    Participant
    0

    Weird she uses it at 35 for me. Do you have Aeolian Edge on hotbar and fully keybound? If she stops performing actions it means she cant find any GCD to click and she clicks Aeolian Edge always by default when theres nothing else.

    in reply to: Grid Question, Can 1 grid be used over Multiple Areas? #32620
    Lyfox
    Lyfox
    Participant
    0

    You can fit several areas into one grid but its probably not the best idea. All locations share the same coordinate space so you will end up with overlapping sections and navigation bugs. Also large grids make Miqo very laggy as it takes more time to process each step.

    A convenient approach is to put each area into separate grids and switch between them with scenarios. Since you are going to set waypoints in scenario then why not select grids the same way.

    in reply to: Most efficient way to farm HQ items gathering? #32596
    Lyfox
    Lyfox
    Participant
    0

    Leaf Turn III is the most efficient. Just make sure to hit low level items because you get 100% HQ on them. Use cordials if you can.

Viewing 15 posts - 331 through 345 (of 2,266 total)