About • Features • License • Development • Production
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.
This project is licensed under the MPL-2.0 License - see the LICENSE file for details.
Start by installing the necessary dependencies.
- BlueStacks
- Node.js
- OpenCV (extract in C:/tools)
- Microsoft Visual C++ Redistributable
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
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