Miqobot

Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 3,033 total)
  • Author
    Posts
  • in reply to: Help with Development #5802
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, there are many QoL improvements planned for release, including presets sorting and filtering.
    As for additional fish parameters and overlay information, it is possible as well. Most likely it will be available in the next Scenario Engine upgrade.

    We are currently looking for a specialist with specific area of expertise, and it’s best to discuss the details by email.

    Thank you for your requests!

    in reply to: Multiple accounts supported? #5763
    Miqobot
    Miqobot
    Keymaster
    0

    The game allows two instances by default.
    There is software that can help you bypass this restriction, but it is not a part of Miqobot project, therefore we can not give any official recommendations.

    You may be interested in community discussion on this topic: 3 Game Instances

    in reply to: Miqobot crashing during crafting #5762
    Miqobot
    Miqobot
    Keymaster
    0

    Our Tech Support has contacted you by email.
    Please reply by email with the information requested for analysis.

    in reply to: workUntil() #5754
    Miqobot
    Miqobot
    Keymaster
    0

    It’s a nice suggestion!
    Indeed, we consider implementing additional control functions for scenario toolset, including special checkpoints and repeat scopes.

    In this case – yes, another call to workUntil() function is the only way to update timer context.
    Also, please note that selectGatherPreset() automatically selects grid and rotation stored in this preset. So you don’t really need to selectGrid() and selectGatherRotation() separately. Additionally, we would recommend using aliases as they make your scenario much easier to read.

    Your optimized chapter would look like this.

    teleport(House of the Fierce)
    job(BTN)
    gatherPreset(Wind Crystal)
    workUntil(22:05et)
    gather(999)
    
    teleport(Ala Ghiri)
    unstealth()
    job(Miner)
    gatherPreset(GA Spring)
    workUntil(00:05et)
    gather(1)
    
    repeatChapter(5)
    in reply to: Multiple accounts supported? #5749
    Miqobot
    Miqobot
    Keymaster
    0

    Running multiple Miqobot instances is known as Multibox solution.
    You can read about it in our Help section: Multibox Support

    • If you have multiple license codes, you can run multiple instances of Miqobot. For your convenience, every new instance will encrypt its code in a separate catnip.license file.
    • Any number of Miqobot instances can be run on a single computer.
    • There is a limit to number of game instances that can be run on a single computer. This limit is imposed by the game itself and is not related to Miqobot.
    in reply to: Stormblood – Upgrade Stage 2 #5747
    Miqobot
    Miqobot
    Keymaster
    1+

    Miqobot v1.2.651 – Fixed Issues

    • An issue wherein Miqobot would dismount immediately after mounting under certain network conditions.

    This hotfix does not trigger “New version available” message.
    Please download Miqobot v1.2.651 from our website if you need it: https://miqobot.com/#get-the-bot

    in reply to: Stormblood – Upgrade Stage 2 #5743
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, there is a known minor bug in rotation algorithm, wherein it would accidentally switch gathering slots when GP replenishes half way through the node. We are planning to address this issue in the next version.
    However it should not interfere with what you want Miqobot to do.

    Curly braces {} prevent an item to be gathered if there’s not enough GP, and this is the intended behaviour. If you want to gather it with and without a rotation, please specify this item twice:

    {Cristal de vent}
    Cristal de vent
    Éclat de vent
    *
    in reply to: Repair after X nodes #5738
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, we consider this feature as one of many QoL improvements in the future.
    In the meantime, please consider using repair() function of Scenario Engine, which can be combined with any Miqobot feature.

    Thank you for your request!

    in reply to: Stormblood – Upgrade Stage 2 #5725
    Miqobot
    Miqobot
    Keymaster
    1+

    This behaviour is explained in our original guide: Crafting Solver: A Few Advices

    Miqobot does not take Max Quality into consideration when solving. In fact, she performs as if the Quality bar would be infinite. We made this decision in order to reduce the algorithm complexity (this way the Solver gets about 1000 times faster).
    A side effect you may notice is that Miqobot applies a full buff (Comfort Zone – Inner Quiet – Steady Hand) only to find out that Quality is capped after a few touches. But as soon as this happens, she stops hitting the cap and proceeds with Synthesis actions only.

    We agree that sometimes Miqobot underestimates the expected quality outcome, but an alternative algorithm would be much slower and would require several days to build a solution map for a single synthesis. Since the resulting rotation would be shorter only by 3-5 steps, we do not have plans to address this issue.

    We sincerely apologize for inconvenience.

    in reply to: Abandon gathering node #5722
    Miqobot
    Miqobot
    Keymaster
    0

    We apologize, but there is currently no way to abandon a gathering node.

    Please use Gather by Name instead.
    This way you can instruct Miqobot to change slot for another item and clear the node.

    in reply to: Veteran Trade on specific fish #5717
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, Veteran Trade by Name is scheduled for release in Stormblood Upgrade Stage 3.
    You can read about it here: Upgrade Stage 2 – Spearfishing

    in reply to: workUntil() #5716
    Miqobot
    Miqobot
    Keymaster
    1+

    We do not recommend mixing different activities in the same chapter.

    Many functions are designed with chapter context in mind, and simply calling a function twice does not override context completely, which may result in unexpected behaviour later. However, when the chapter ends it is guaranteed to clear context including any calls to workUntil().

    Please split your scenario in the following way.

    Chapter 1:

    teleport(House of the Fierce)
    ChangeJob(BTN)
    selectGrid(Wind Crystal)
    selectGatherPreset(Wind Crystal)
    selectGatherRotation(Normal)
    workUntil(22:05et)
    startGathering(999)

    Chapter 2:

    teleport(Ala Ghiri)
    unstealth()
    changeJob(Miner)
    selectGrid(Chromite)
    selectGatherPreset(GA Spring)
    selectGatherRotation(70HQ)
    startGathering(1)
    in reply to: Crafting keybind issues #5715
    Miqobot
    Miqobot
    Keymaster
    0

    Thank you for providing the necessary information!

    We have identified the probable cause of your issue and have sent you further instructions by email.
    We recommend replying by email as well, as this way your message goes directly to Tech Support without delay.

    in reply to: Crafting keybind issues #5699
    Miqobot
    Miqobot
    Keymaster
    0

    We are very sorry, but we can help you only if you provide the necessary information for analysis.

    Please reply according to the instructions written above.
    If we require additional data, we shall ask for it as well.

    in reply to: Crafting keybind issues #5696
    Miqobot
    Miqobot
    Keymaster
    0

    In order to analyze issues related to keybind conflicts, we need to ask you to do the following:

    1. Please read our guide on Keybinds and Icons Recognition. Pay close attention to the section written in bold.
    2. Verify that you have all mentioned keybinds assigned.
    3. Verify that you don’t have any keybind conflicts described in the guide.
    4. Locate your KEYBIND.DAT in the game configuration folder and upload it here. (Don’t forget to archive it as direct .DAT attachments are not allowed.)
      Config File Names and Descriptions (reddit guide)
Viewing 15 posts - 2,281 through 2,295 (of 3,033 total)