Lyfox

Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 2,280 total)
  • Author
    Posts
  • in reply to: Crafting Macro Scenario #9812
    Lyfox
    Lyfox
    Participant
    0

    Miqo should quit the crafting stance herself by using Esc. Unless of course you reassigned Esc to something unusable from keyboard. What does she say in the message log?

    Look at Keybind > System > Close All UI. What did you assign there?

    in reply to: Cannot use 'CollectableSB' rotation #9808
    Lyfox
    Lyfox
    Participant
    0

    Yea most likely because of GP. What does Miqo say in the message log? The answer is usually there.

    in reply to: Scenarios for lvling BTN and MNR 61-70 #9807
    Lyfox
    Lyfox
    Participant
    1+

    Yep rotations in this scenario require 700 GP, not 600 like author said. Look in the message log Miqo says about this. But you can easily modify it with the rotation designer. Click the ‘…’ button next to the rotation box its pretty straightforward.

    in reply to: Scenarios for leveling Botanist and Miner 52+ #9797
    Lyfox
    Lyfox
    Participant
    0

    Cordials checkbox doesnt trigger because startGathering(1) logic ends after 1 node. Would be weird if it popped them in the end considering all other cases. So yea sendKey() or sendIcon() is the way to go here.

    in reply to: Crafting Macro Scenario #9781
    Lyfox
    Lyfox
    Participant
    0

    Id recommend making a macro in Miqo as it will be much easier and more stable as well. Youve asked a similar question a year ago: https://miqobot.com/forum/forums/topic/crafting-scenario-question/
    The intended way is craftMacro() function. Otherwise it would most likely break.

    Im not sure what keys match your food or tea but in general it would be like this.

    job(CUL)
    craftMacro(YOUR_MACRO)
    recipe(Shakshouka)
    
    key(-, 5.0) //food
    
    key(=, 5.0) //tea
    workFor(00:12:30)
    craft(max)
    key(=, 5.0) //tea
    workFor(00:12:30)
    craft(max)
    
    repair()
    repeatChapter(10)
    in reply to: Immortal Flame Squadron Scenario #9774
    Lyfox
    Lyfox
    Participant
    0

    Not that i know of. Would require some inventory management which is not yet supported. Hence we made a desynthesis preset.

    in reply to: Miqobot closing itself #9763
    Lyfox
    Lyfox
    Participant
    0

    Yea thats exactly when Miqo backups presets. So does save/overwrite work?

    in reply to: Miqobot closing itself #9760
    Lyfox
    Lyfox
    Participant
    0

    Probably antivirus is closing it when Miqo tries to backup your presets. Or the data youre importing is corrupted and makes it crash. If you click save/overwrite on any tab does it do the same? What exactly are you trying to import? Let me check it for you.

    in reply to: Scenario to buy [x] items from NPC vendors #9758
    Lyfox
    Lyfox
    Participant
    0

    sendKey(NUM9, 1)

    Assuming you have default keybinds NUM7/NUM9 work like +1/-1 on quantity fields. Sending -1 will wrap around 0 to 99.

    in reply to: hidden nodes #9757
    Lyfox
    Lyfox
    Participant
    0

    Yea just like that. The list is prioritized from top to bottom.

    in reply to: Inner quiet not being used? #9756
    Lyfox
    Lyfox
    Participant
    0

    Hmm are we really talking about Inner Quiet? The one that boosts your quality up to 11 stacks right? Cause im not sure you can get anywhere close to 100% without IQ.
    Could you show some crafting log?

    in reply to: Inner quiet not being used? #9750
    Lyfox
    Lyfox
    Participant
    1+

    Two reasons i can think of. Either you enabled ignore quality in Miqo settings or removed IQ from hotbar. Remember that cross hotbar doesnt count.

    in reply to: Scenarios for leveling Botanist and Miner 52+ #9748
    Lyfox
    Lyfox
    Participant
    0

    Id love to help but without message log theres nothing i can do. There are 6 scenarios here and im not sure which one youre using. Could you show some log?

    in reply to: Optimal cross class crafting skills #9743
    Lyfox
    Lyfox
    Participant
    1+

    The optimal skillset is pretty much fixed until Shadowbringers. Here it is: https://miqobot.com/forum/forums/topic/stormblood-upgrade-stage-2/#post-5570
    Personally i use Hasty instead of Innovation since the difference is only 2.4% but much faster solving.

    in reply to: [Beta] Combat #9742
    Lyfox
    Lyfox
    Participant
    1+

    stays there facing away from them while spamming an attack that gives the ‘Target is not in range’ error message. Despite this message coming up, my character is clearly in range to execute the attack, she’s just facing away from the mob.

    Thats exactly what happens when your Auto-face target is Off. Double check the setting.

Viewing 15 posts - 1,396 through 1,410 (of 2,280 total)