Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 05:32
· 407 commits to master since this release

Changelog

  • Improved player detection
  • Improved mage up jump behaviors:
    • If the up jump key was previously set to be the same as the teleport key, it should be removed now
    • Refer to the troubleshooting.md for more details
  • Input Rpc method change:
    • Add a new function KeyState that is required to implement to let the bot knows your's input key state
    • Two key states are Pressed and Released
    • This is use to improve the bot key pressing behavior (e.g. pressing wrong rune key when the detection is correct)
    • Check kmbox_example.py (TODO: Update other examples)
  • Added a Discord bot to be used for monitoring the bot:
    • Create your own bot following Discord guide and give Komari bot your access token
    • Once set, invite it to your private server or add it as an application
    • Available commands can be checked through /
    • Chat feature only supports partial ASCII characters for now
    • This feature is subject to change
    • TODO: Add docs
  • Changed buffs failing threshold to reduce false re-buff positives
  • Added a new cycle run/stop mode Once that will stop the bot completely when the full duration has passed
  • Added a Suspend button that can be used to temporarily halt the bot without resetting the running duration
  • Other bot's internal structure improvements
  • Added Debug tab in the debug build with an option to auto-save correctly solved rune