- This repository is for scripts used in OSRS
- Java
- DreamBot api
- Intellij
- Install Java Development Kit: the minimum requirment is Java 8, Java 11 is available. Needs to be targeted to Java 8.
- IntelliJ: create new Project to Java 8
- Adding dependencies through File > Project Structure > Libraries > (+) > locating your DreamBot client.jar file
- Adding artifact through the same windows, this time in Artifacts tab Add the workspace you have created, remove Extracted in output Layout
- Edit output directory to ex) C:\Users\YOUR_USER\DreamBot\Scripts
- Build > Build Artifacts
- DreamBot website: https://dreambot.org/
- DreamBot JavaDocs: https://dreambot.org/javadocs/index.html?org/dreambot/api/input/mouse/destination/package-summary.html
- Scripting Guide: https://dreambot.org/guides/scripter-guide/how-to/overview/
- Educational Youtube Channels
- Runescape mapTile locator: https://explv.github.io/?centreX=2601¢reY=3419¢reZ=0&zoom=11
- Reference source code: