Skip to content

v2.2.0.0

Compare
Choose a tag to compare
@Silv3rPRO Silv3rPRO released this 20 Sep 21:58
· 178 commits to master since this release

Changes

  • Update for Pokémon Revolution Online 0.957.
  • Add a lua script to automatically handle the antiban classroom.
    You do not need to change your existing scripts.
    If the questions are changed, you can edit the file Libs/AntibansClassroom.lua.
  • Add the Libs/ directory. The bot will automatically load every Lua file inside this directory when loading a script.
  • Add the registerHook API function, to call a function before an event is called.
  • Change the pushDialogAnswer function to also allow text, not only numeric indexes.
  • Fix the PC API.
  • Add the isAutoEvolve, enableAutoEvolve and disableAutoEvolve API functions (thanks @MeltWS).
  • Add the playSound API function (thanks @Khristian-kun).
  • Add the logout API function (thanks @Cannav).