Miqobot

Forum Replies Created

Viewing 15 posts - 2,131 through 2,145 (of 3,034 total)
  • Author
    Posts
  • in reply to: Skip certain chapters on repeat? #7779
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, we consider implementing additional control functions for scenario toolset, including special checkpoints and repeat scopes.
    We will be working on scenario improvements after the Combat system is complete.

    Thank you for your request!

    in reply to: Autorepair from NPC #7778
    Miqobot
    Miqobot
    Keymaster
    0

    We would require more information to analyze the behavior of repair() function.
    Technically there is no difference between NPC-Repair and Self-Repair windows. Therefore it should work as long as you perform the correct key sequence while interacting with NPC.

    There is a slight difference between a housing Mender NPC and an open-world Mender NPC found in settlements and city-states. They offer a different set of options and therefore require a different key sequence to reach the Repair window. We plan a special scenario function which will handle all cases, but it will be a simple wrapper of repair() function with the extra interaction logic.

    Would you please give an example location of NPC you are trying to repair at?

    in reply to: Programming in human error, other "needs" #7777
    Miqobot
    Miqobot
    Keymaster
    0
    1. Conditionals

    Yes, we plan to release a special API at some point which will allow extended customization of certain features.

    However we do not try to create a new scripting language, this was never our purpose. In Scenario Engine, we try to keep things as simple as possible and we usually focus design around game features instead.
    For example, we will implement a special function with smart cordial usage which will do it only when a cordial doesn’t go to waste (similar to “if GP < 450” in your example, but with more thorough GP management). And another function to wait for GP regeneration until certain amount (but to skip waiting if GP is enough).

    This will result in a very simple scenario which does exactly the same but is much easier to read and modify.

    useCordial()
    waitUntilGP(650)
    1. Random chance generation

    Yes, we have plans to introduce random variation in different features of Miqobot. We want her to behave as human as possible too.
    At the moment we focus on completing the core feature pack and implementing several QoL solutions. When we catch up with the core development, we will be working on customization and behavior improvements.

    1. Game metadata logging

    This feature is already functional in Palace of the Dead and soon it will be upgraded for Heaven-on-High.
    All Miqobot clients send detected trap locations to our server, which is later compiled as database into new Miqobot versions. This feature is called “Show known trap locations” and can be found in Advanced Settings.
    You can read more about it here: PotD Traps Database

    As for overworld hunt marks, we do not plan to implement a logging system for them because there are other tools already performing this function.
    However if at some point said tools become unavailable for players, we will consider reimplementing them as part of Miqobot project.

    Thank you for your requests very much!

    in reply to: Mooching Fish Question(/possible suggestion) #7776
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, Mooch Blacklist feature is currently available via scenario function and can be used as a standalone setting.
    The most basic example would be the following scenario:

    moochBlacklist(Goldfish)
    fish()
    in reply to: ixion radar #7775
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, FATE Radar can detect all FATEs in the current zone, including Eureka NMs and hidden ones such as Ixion and Foxy Lady.

    in reply to: Stop Scenario Function? #7774
    Miqobot
    Miqobot
    Keymaster
    1+

    Yes, we have plans for additional control functions in scenario toolset, including linking several scenarios together.
    We will be working on scenario upgrades after we complete the core Combat system.

    Thank you for your request very much!

    in reply to: [Beta] Scenario Scripting Engine #7773
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, equipping recommended gear is planned as additional function in upcoming scenario upgrades.
    Thank you for your request!

    in reply to: Patch 4.36 – Miqobot Status #7767
    Miqobot
    Miqobot
    Keymaster
    2+

    Miqobot is fixed for Patch 4.36!

    Please restart your Miqobot and she will update automatically.

    in reply to: Patch 4.36 – Miqobot Status #7764
    Miqobot
    Miqobot
    Keymaster
    2+

    We are already fixing Miqobot for Patch 4.36. The changes are minor and should only take a few hours.

    Thank you for your patience very much!

    in reply to: palace of the dead #7715
    Miqobot
    Miqobot
    Keymaster
    6+

    We are preparing a new beta version with Squadron Dungeons support.
    It will be available within a few days after Patch 4.36 🙂

    After the core Combat system is stabilized, we will introduce Palace of the Dead support.

    in reply to: Stormblood – Upgrade Stage 2 #7714
    Miqobot
    Miqobot
    Keymaster
    5+

    We are preparing a new beta version with Squadron Dungeons support.
    It will be available within a few days after Patch 4.36 🙂

    in reply to: palace of the dead #7711
    Miqobot
    Miqobot
    Keymaster
    3+

    No, we are not tracking character names. Some attackers don’t play Final Fantasy and DDoS attacks do not require downloading Miqobot, therefore it would not really help.

    Unfortunately we can not provide any details on the method we use as it would defeat its purpose. All we can say is that it doesn’t involve game accounts or any other personal data.

    Thank you for your concern very much!

    in reply to: palace of the dead #7682
    Miqobot
    Miqobot
    Keymaster
    9+

    Yes, Palace of the Dead support is coming shortly after Squadron Dungeons, because PotD farming is a direct AI upgrade in terms of development.

    We have finally upgraded our fraud analyzing system, and now we have a much deeper insight into malicious activity.
    It warms our heart to see that some of previous attackers have decided to cease their actions and join Miqobot community as honest users under a different name and IP. Even though we can now trace a complete history of each attacker, we will not seek retribution as long as no more harm will be done.

    We now go back to the concept of early Beta releases and will be making small iterative steps with public access.

    We kindly thank everyone who is supporting us despite delays in development. We will never stop working and will continue to improve Miqobot project for as long as players support us.

    in reply to: Patch 4.36 – Miqobot Status #7591
    Miqobot
    Miqobot
    Keymaster
    2+

    We kindly ask to avoid posting duplicate questions as it makes information fragmented and hard to find.

    Next version of Miqobot is 100% ready for release.
    However we still experience an extremely high amount of fraud activity which does not let us make a stable upgrade.

    We are working non-stop to release new features as fast as possible, but there are many factors which are beyond our control.
    Thank you for your understanding and unceasing support!

    in reply to: Combat/Squadron Update #7530
    Miqobot
    Miqobot
    Keymaster
    0

    First iteration of the combat system is 100% ready for release.
    However we still experience an extremely high amount of fraud activity which does not let us make a stable upgrade.

    We always recommend to subscribe only for currently available features. We are working non-stop to release new versions as fast as possible, but there are many factors which are beyond our control.

    Thank you for your understanding and unceasing support!

Viewing 15 posts - 2,131 through 2,145 (of 3,034 total)