Miqobot

Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 3,062 total)
  • Author
    Posts
  • in reply to: Miqo not working anymore #23704
    Miqobot
    Miqobot
    Keymaster
    0

    Our hosting provider has reported that they implemented a fix for the networking issue.
    Widespread Issues due to Major Upstream Provider Outage

    However, the outage at CenturyLink is not fully resolved.
    Downdetector – CenturyLink
    You may still experience issues depending on the location and ISP route.

    in reply to: [Scenario] 5.3 Recipe gathering mats #23689
    Miqobot
    Miqobot
    Keymaster
    1+

    Our Tech Support can analyze your keybinds and hotbar configuration in order to identify the problem.
    Please contact us directly and we will do our best to help you:
    https://miqobot.com/#support

    in reply to: Miqo not working anymore #23654
    Miqobot
    Miqobot
    Keymaster
    2+

    All active license codes have been extended with additional 24 hours in order to compensate for the downtime.
    We are monitoring the status of the problem.

    in reply to: Miqo not working anymore #23649
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, our hosting provider DigitalOcean is indeed having problems:
    https://twitter.com/DOStatus/with_replies
    You may experience problems depending on which ISP route you are using.
    This issue is occuring on a global scale and there is nothing we can do but wait.

    However, Miqobot server is currently online and functioning correctly.
    All you have to do is connect via a stable ISP route.
    If you still experience this problem, please try accessing Miqobot via VPN services.

    in reply to: Crafting autorepair QoL ideas #23635
    Miqobot
    Miqobot
    Keymaster
    0

    In any case, we appreciate your feedback and we will consider implementing your requests.
    Thank you very much.

    in reply to: Crafting autorepair QoL ideas #23634
    Miqobot
    Miqobot
    Keymaster
    0

    When crafting stops – for any reason – the craft() and repairNpc() functions (as I understand the documentation) will not abort the scenario, so once all materials are consumed the scenario will endlessly attempt to repair my zero damaged items.

    The function craft() detects the moment when no materials left and skips the synthesis.
    The function repairNpc() takes a few seconds to verify that repair is not required. So Miqobot would spend 15-20 extra seconds to repeat this process 5 times.

    Related to that, would there be any notification to me when that happens?

    Not at the moment, but this is a known bug. There should be. We are planning to address this issue soon.

    If I were to use a scenario like this, as best I can tell I would need to change the crafting recipe manually when it’s done, since there’s no way to say “once this cannot be crafted, move on to this”.

    The function recipe() allows switching to another crafting recipe when necessary.

    But that works because I have a predetermined fixed-size list of steps to follow without needing to make any decisions

    A scenario does not have to be a script set in stone.
    We designed Scenario Engine with simplicity being a priority in order to allow easy modification. For simple tasks like crafting and repairing, modifying a scenario takes only a few seconds. You can calculate the number of iterations you need today and put this value in repeatChapter().

    What I’m getting at, I suppose, is that scenarios are powerful and absolutely do solve a lot of custom situations. But they don’t, and possibly can’t, solve all of them, at least not without the devs putting in a whole lot of work to make them a lot more complicated… which would also then make them harder for a lot of people to use.

    Yes, you are correct.
    Scenarios can not solve all possible situations. But neither can UI settings.
    Implementing your suggestions would require the same amount of work as implementing new scenario functions. Scenario functions, however, do not impose additional overhead in the UI layout. Hence our interest in the reasons you wish to avoid scenarios.

    in reply to: Scenario – Waypoint Issue #23633
    Miqobot
    Miqobot
    Keymaster
    0

    We are sorry, but we can not identify your issue based on this description. We would require additional details.
    Please contact our Tech Support and we will do our best to help you:
    https://miqobot.com/#support

    in reply to: Crafting autorepair QoL ideas #23626
    Miqobot
    Miqobot
    Keymaster
    0

    Would you please clarify, why do you wish to avoid using scenarios?

    Scenario Engine was created in order to satisfy an extreme variety of custom requests, such as this one. It is physically impossible to implement an additional UI setting for every minor QoL request, therefore we created a simple scripting engine that would offer a flexible way to customize Miqobot behavior.

    A simple scenario would be able to do exactly what you ask for:

    craft(200)
    repairNpc()
    repeatChapter(5)

    Finally, would it be possible to make Miqo detect the durability of equipped gear in order to repair when items are getting low? Rather than “repair every X crafts”, a damage threshold to say “repair when any equipped item is at or below X% durability” wouldn’t even need to be adjusted as you improve your gear.

    Yes, this is something we have planned for the future.
    It will require an inventory management module, which a significant investment of development time on its own. We will try to make it possible.
    Thank you for your request.

    I absolutely love Miqobot, and I hope to keep using her (and see her grow!) for a long time! To the devs, thank you for all the time you’re putting into this, and for such a user-friendly licensing arrangement at a relatively low price. Miqobot is best bot!

    Thank you for your kind words very much.

    in reply to: Desynthesis in stacks? #23616
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, it is a known issue stated in the main status thread.

    Known Issues

    • Stack Desynthesis is not supported.

    New algorithms are in development and will be available in the next version.
    We apologize for inconvenience.

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

    Yes, there is a simple way.
    If you need to prevent a macro from repeating itself, you can use ingame /macrolock and <wait> commands.

    /micon "Raise"
    /mlock
    /merror off
    /action "Raise" <wait.2>
    in reply to: Move with the mouse cursor when the camera movement #23607
    Miqobot
    Miqobot
    Keymaster
    0

    This issue usually indicates that there is a third-party driver installed, which is common for specific mouse or keyboard hardware.
    It’s not related to Miqobot directly, but it is known to behave differently with certain overlay windows such as 3D Radar.

    In order to avoid this issue, please open Advanced Settings and set the following:
    3D Radar -> Draw Method -> Always on Top.
    This method is selected in Miqobot by default.

    in reply to: Scenario Feature: Pause/Resume #23603
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, this feature is already planned for implementation. It is classified as Quality-of-Life improvement.
    Thank you for your request.

    in reply to: UI Suggestion #23593
    Miqobot
    Miqobot
    Keymaster
    0

    All right, we will add your idea to the list of Quality-of-Life improvements.
    Thank you for the suggestion very much.

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

    Thank you for providing the requested information. We should be able to reproduce the problem now. It appears to be the result of a rare combination of expert crafting conditions which occurs once every 100,000 crafts. It will be addressed in the next version.
    Thank you for your assistance very much.

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

    This is good.
    No, they do not overwrite.
    There should be two files next to Miqobot application: miqo_crafting.log and miqo_crafting_solver.log. Please put them both in ZIP or RAR archive and attach here or send to our Tech Support email. Our developers have the necessary tools to analyze the log files, so they will be able to find the matching log entries.

Viewing 15 posts - 1,021 through 1,035 (of 3,062 total)