Lyfox

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 2,266 total)
  • Author
    Posts
  • in reply to: Sage Trust dungeon #35264
    Lyfox
    Lyfox
    Participant
    0

    Its not possible to do it at the start but you can make a macro for Lucid Dreaming and force Miqo to use Kardia whenever she wants to pop it.

    in reply to: Help with Crafting Macro #35230
    Lyfox
    Lyfox
    Participant
    1+

    It seems Zzoomers was trying to make a quote of the first post but it didnt work.

    in reply to: Levelling & Experience #35229
    Lyfox
    Lyfox
    Participant
    0

    Yep seems about right. There are no 61+ squadron dungeons in the game. You have to run either Sohm Al or The Vault. Both are approximately the same exp as you can see in the first post.

    Remember that Sohm Al takes 15-20 minutes per run and Holminster takes 30.

    in reply to: Where to input crafting macro? #35113
    Lyfox
    Lyfox
    Participant
    1+

    Take a look at the guide it explains macros very well: https://miqobot.com/forum/forums/topic/help-crafting/

    in reply to: Does Miqobot have auto food/potions for crafting #35056
    Lyfox
    Lyfox
    Participant
    0

    workFor() doesnt do any crafting by itself. It sets the timer for the next craft() command and if you reset the timer several times only the last one will have an effect. You can click the question mark [?] button if you want to learn more about scenario functions.

    This is what you have to do for food and potions together.

    icon(7, 3, 5.0) //food
    
    icon(7, 4, 5.0) //potion
    workFor(00:14)
    craft(max)
    icon(7, 4, 5.0) //potion
    workFor(00:14)
    craft(max)
    
    repeatChapter(10)

    And this is for one hour chapter with repair at the end.

    icon(7, 3, 5.0) //food
    icon(7, 3, 5.0) //food
    
    icon(7, 4, 5.0) //potion
    workFor(00:14)
    craft(max)
    icon(7, 4, 5.0) //potion
    workFor(00:14)
    craft(max)
    icon(7, 4, 5.0) //potion
    workFor(00:14)
    craft(max)
    icon(7, 4, 5.0) //potion
    workFor(00:14)
    craft(max)
    
    repair()
    repeatChapter(10)
    in reply to: Does Miqobot have auto food/potions for crafting #35040
    Lyfox
    Lyfox
    Participant
    0

    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 potion the same way. Just make Miqo refresh it more often with workFor(00:14) or so.

    in reply to: Endwalker Miqo Roadmap #35011
    Lyfox
    Lyfox
    Participant
    0

    Yea 80 is twice slower than 75.

    in reply to: deliverCollectables() #34923
    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.

    You cant prevent it from hitting the cap. But it will stop after wasting 4 collectables.

    in reply to: Gathering Rotations Issue #34876
    Lyfox
    Lyfox
    Participant
    1+

    Well your rotation is simply not selected. Its greyed out and theres no checkbox next to it.

    in reply to: Gathering Rotations Issue #34864
    Lyfox
    Lyfox
    Participant
    0

    Hey could you show a screenshot of your gathering tab?

    in reply to: Wrong slot when gathering #34801
    Lyfox
    Lyfox
    Participant
    0

    If you have any items in gather by name they take priority over slot number. So make sure your the name list is empty.

    in reply to: Endwalker Miqo Roadmap #34766
    Lyfox
    Lyfox
    Participant
    0

    Because i dont want Miqo to dot common FATE mobs at all so i will set that value to 100%. But if youre in a savage raid then 20% will probably last for 2 more minutes. And these are usually the most mechanic intensive minutes so i dont want to think about dots at that moment. There is no average value that will suit me.

    in reply to: Endwalker Miqo Roadmap #34746
    Lyfox
    Lyfox
    Participant
    0

    I agree more options is good in general. But if its something that i have to constantly click on and off every minute for a tiny fraction of performance then it becomes annoying very fast. Miqo explained that they are working on a system that will toggle this automatically. And it sounds much better.

    in reply to: Endwalker Miqo Roadmap #34729
    Lyfox
    Lyfox
    Participant
    0

    Its still a setting that has to be constantly toggled.

    in reply to: Endwalker Miqo Roadmap #34727
    Lyfox
    Lyfox
    Participant
    0

    For instance, a setting window in rotations where I could set the percentage I personally wanted to stop using dots?

    Is this really the best solution? Imagine constantly juggling this setting back and forth. Farm overworld mobs – alttab to Miqo, adjust setting. Start a boss FATE – alttab to Miqo, adjust setting. Leveling roulette pops – adjust setting. Reach boss – adjust setting. Boss dies – adjust setting. Wouldnt this be annoying?

Viewing 15 posts - 256 through 270 (of 2,266 total)