-
Couldn't load subscription status.
- Fork 0
How to Use
This document is a work in progress as features are rapidly updating. Current use can be demonstrated within the controller python files and ran with the GUI.
RunescapeAI uses OpenCV image recognition and color based object detection to determine on screen locations of items and highlighted entities in RuneLite.
- It is crucial that the object plugins in RuneLite are configured properly or the bot will not be able to detect positions on screen (see setup)
- Any in game items that need to interact with the bot (ie pickup, drop, eat, combine) need to be configured in items.yaml (see setup)
- When selected multiple modes to run it is crucial that colors do not overlap between modes. Example:
- If fishing and woodcutting make sure the highlighted trees and fishing spots are not the same color as the bot will not be able to distinguish between trees and fishing spots.
To run start and run RunescapeAI:
- Launch RuneLite and login to your account
- Ensure proper markers and colors are set for what you are doing (see setup)
- Make sure the camera is vertical and zoomed out as much as possible (Hold up / Mouse scroll out)
- Configure RunescapeAI options.yaml for the selected modes
- Change the settings for the specific bot modes as required, settings are self-explanatory
- Open a console inside the RunescapeAI folder and run command
python main.py- RuneLite must be running prior as the name of this window will be used in the bot to find the RuneLite window
- Select the bot modes and click run
- If multiple bot modes are selected they will be cycled randomly
- Stop the bot by:
- Exiting the bot with hotkey:
ctrl-c - Clicking stop
- Closing the RunescapeAI window
- Exiting the bot with hotkey:
Botting or using macros is against the rules of OSRS and may result in a ban. This bot does its best to remain unpredictable and random to avoid detection. To minimize your chances of being banned avoid using the bot for extended periods and cycle through different modes. This bot is to be used at your own risk under the assumption that your account may be banned.