Miqobot

Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 3,058 total)
  • Author
    Posts
  • in reply to: Trust Roster #22438
    Miqobot
    Miqobot
    Keymaster
    2+

    Miqobot does not select any specific Trust NPCs.

    If you wish to assemble your team, please do so by opening the Trust window manually and pre-selecting the desired avatars. After you enter the dungeon once, the game will remember your choice and keep it for consecutive runs.

    in reply to: Question about backing up #22437
    Miqobot
    Miqobot
    Keymaster
    1+

    Miqobot saves your settings and presets in these two files:

    • settings.miqo
    • presets.miqo

    They are generated when you first start Miqobot and are automatically updated when you close Miqobot.
    If you copy these two files and place them next to Miqobot executable, she will be able to load everything as it was before.

    Your license code, however, can not be automatically loaded on a new OS installation. You will have to reenter it manually, so please keep it in a safe place.

    in reply to: Fishing preset priority (Scenario) #22427
    Miqobot
    Miqobot
    Keymaster
    1+

    Thank you for providing this information.
    We will see if we can introduce better tools for advanced fishing configuration.

    In the meantime, we would recommend using a single preset for Kuno the Killer, regardless of the Fisher’s Intuition buff.

    • Precision Hook.
    • Powerful Hook.
    • Patience 2.

    And let the ingame RNG handle the mooch chains naturally.
    Of course, this would not be 100% optimal. But considering the fact that Fisher’s Intuition stays active for 24 minutes after catching Canavan, Miqobot should have plenty of time to utilize it.

    In addition, it should be noted that Goldfish has a 55% chance to be converted into Assassin Betta, therefore it is not necessary to remove it from the mooch chain for optimal performance.

    This preset was used by our developers during testing and it worked without issues.

    in reply to: Scenario Question #22424
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, these functions are not implemented yet, but they are planned in the next Scenario Engine upgrade.
    We will be working on Scenario Engine updates after Crafting and Gathering updates:

    Upcoming Features

    Hopefully we’ll get if-conditional skip

    Conditional statements are not planned in the next upgrade.
    Scenario Engine is designed with simplicity being a priority, so it does not offer as much flexibility as a programming language. First we would like to release functions that unlock new features, and complex syntax updates will be implemented later.

    in reply to: Fishing preset priority (Scenario) #22423
    Miqobot
    Miqobot
    Keymaster
    0

    Mooch presets always take priority over intuition and non-intuition presets.

    Is there a way to make it use a different preset if intuition is active AND a specific mooch fish is caught, but not unless those two conditions are met at the same time?

    No, there is no such option at the moment.
    Would you please give us an example of fish that requires this configuration? We are planning a redesign of scenario fishing functions, so additional data will be useful for research.

    in reply to: Identical Cast Function. #22408
    Miqobot
    Miqobot
    Keymaster
    0

    Identical Cast support will be implemented along with the rest of Gathering improvements.
    We will be working on Gathering updates after Crafting updates:

    Upcoming Features

    Thank you for your request.

    in reply to: Shadowbringers 5.58 – Issues & Feedback #22373
    Miqobot
    Miqobot
    Keymaster
    2+

    Hi, I also noticed that SAM seems to have a similar problem, in that sometimes the assist just seems to stop for maybe 4 or 5 seconds. I haven’t been able to catch the exact reason why, but I did notice that it sometimes seems to do so when I have 2 Sen, and have previously engaged multiple enemies.

    Yes, we are aware of this issue.
    It happens when Miqobot pops Kaiten in order to execute Tenka Goken, but the number of engaged enemies changes before iaijutsu is triggered. The next version will contain a special rule to handle this case.
    Thank you for your feedback very much.

    Can we have the option to resize the Miqo applciation please? It’s not urgent or anything, but the window can be rather small and annoying when trying to build scenarios and type it all out.

    Yes, additional UI options are also planned.
    We will try to implement them along with the rest of QoL improvements. Thank you for your request.

    in reply to: Screenshot #22368
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, there is an issue with Steam screenshot function which you may encounter if you have F12 key assigned to screenshots. But it’s very easy to fix.
    You can read about it here: Bot keeps taking screenshots in Steam

    in reply to: Shadowbringers 5.58 – Issues & Feedback #22350
    Miqobot
    Miqobot
    Keymaster
    1+

    Does Miqobot need a macro to use GNB’s Aurora properly in Combat Assist? It’s not using it at all.

    Aurora does not require a macro.
    Miqobot treats Aurora as a defensive ability. It is triggered under the following conditions:

    • Rampart, Camouflage, and Nebula are not active and on cooldown.
    • Health is below 70%.
    • At least 1 enemy is attacking you directly.
    • Heals and Buffs are enabled in Assist Mode settings.

    Could anyone help me with a list of the abilities that need to be macroed so Miqobot can use it (I know about the ground AoEs already)

    Only ground targeting abilities require placement macros.

    in reply to: Universal "Kill switch" or "pause" #22349
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, automatic pause for chat is already requested and planned for all features.
    It’s not as trivial as it seems, because certain Miqobot modules will break if interrupted by chat. They have to be carefully redesigned before interruptions become possible.

    We will be working on Quality-of-Life updates after Crafting and Gathering updates:

    Upcoming Features

    Thank you for your request!

    in reply to: Shadowbringers 5.58 – Issues & Feedback #22335
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, this feature is also requested and planned for implementation.
    It is classified as QoL improvement. We will be working on Quality-of-Life updates after Crafting and Gathering updates:

    Upcoming Features

    Thank you for your suggestion very much.

    in reply to: Shadowbringers 5.58 – Issues & Feedback #22316
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, these keybinds may indeed cause issues with the algorithm losing track of ninjutsu.

    The technical explanation behind the problem is rather complex, but here is the short version.
    In order to make sure that mudras are executed properly, Miqobot verifies each keybind by looking at the mudra icon and identifying the cooldown animation. Composite keybinds, such as Ctrl/Alt/Shift, can not be sent in one go, because modifier keys must be registered by the game first. It means that composite keybinds require a special algorithm which takes 0.25-0.5 seconds to send them. But the mudra cooldown is 0.5 seconds only. And by the time Miqobot begins analyzing the mudra icon, the cooldown animation may have already completed which results in a broken ninjutsu tracker.

    There is not much we can do about this issue on our side, so the only solution would be to avoid composite keybinds for mudras.
    Please try to assign simple shortcuts without Shift modifier for Ten/Chi/Jin icons and let us know if it helps.

    Another issue I’ve noticed would be if I manually pause the assist while it’s in the middle of casting something like Huton. It pulls off the first one or two Mudra, I manually pause it, and even though the Mudra duration might have run out before I unpaused it, the assist still tries to complete the cast, which leads to a different Ninjutsu.

    This issue also has a solution in place.
    The ninjutsu tracking algorithm analyzes timestamps of each mudra cast and automatically discards the ones that are beyond a certain threshold. At the moment the timeout value is set to 10 seconds. So if you pause Assist Mode for 10+ seconds, the Huton cast will be reset. But perhaps we can reduce this value without affecting the rest of the rotation.
    We will see what we can do.

    Thank you for your feedback very much.

    in reply to: Shadowbringers 5.58 – Issues & Feedback #22314
    Miqobot
    Miqobot
    Keymaster
    0

    Thank you for reporting.
    Yes, we are aware of these issues. However, the root of the problem lies not in the logic, but in keybind timings. The logic algorithm has a special entry that forces a prepared ninjutsu to be executed even if the conditions change.
    Would you please clarify, what keybinds have you assigned to mudra icons?

    in reply to: Shadowbringers 5.58 – Issues & Feedback #22302
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, we have plans to implement special compact filters for B/A/S hunt targets.
    It will be one of the upcoming Quality-of-Life improvements:

    Upcoming Features

    Thank you for your request!

    in reply to: Combat assist thank you and a odd question. #22301
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, this is the intended behavior.
    If the enemy dies during an offensive spell cast, Miqobot will interrupt the cast by holding the movement key for a fraction of a second.

Viewing 15 posts - 1,141 through 1,155 (of 3,058 total)