Skip to content

Latest commit

 

History

History
112 lines (78 loc) · 3.83 KB

README.md

File metadata and controls

112 lines (78 loc) · 3.83 KB

roka

Rise of Kingdoms bot to manage titles and DKP and through Discord.

Discord Language License

AboutFeaturesLicenseDevelopmentProduction

🤖 About

Rise of Kingdoms bot to manage titles and DKP and through Discord.

Important

This project is deprecated due to the game having their own system to manage titles. DKP tracking still works but is no longer maintained.

Disclaimer: This bot is an independent project and is not affiliated, endorsed, or associated with Rise of Kingdoms, its developers, or any official entities related to the game. By using this bot, you acknowledge and agree that you do so at your own risk. The developer of this bot assumes no responsibility or liability for any consequences, penalties, or actions that may result from its usage.

Features

screenshot

License

This project is licensed under the MPL-2.0 License - see the LICENSE file for details.

Development

Start by installing the necessary dependencies.

Configure BlueStacks as below:

Performance

  • CPU allocation -> Medium (2 Cores)
  • Memory allocation -> Medium (2GB)

Display

  • Display resolution -> 1027x567
  • Pixel density -> Custom (450 DPI)

Advanced

  • Android debug bridge -> ON

You might have to restart your PC afterwards.

Then clone the repository.

git clone https://github.com/daniellwdb/roka.git

Install dependencies.

cd roka && npm install

Copy the config file and add your own values.

cp config.yml.example config.yml

Run BlueStacks and run the bot after.

npm start

Production

Install NSIS and create a folder prerequisites containing:

  • Node.js msi
  • OpenCV executable
  • Microsoft Visual C++ Redistributable executable

Create an executable and zip containing source code update:

npm run release