OSRSCalculator is an efficiency focused calculator written in Java for OldSchool RuneScape.
Prices are fetched from the OSRS Wiki, with their
Real-time Prices API.
The latest version can be found in the releases page.
This project is still in a very early beta, with many features/skills not implemented yet and many bugs left to be ironed out.
- Real-time prices, fetched automatically from the OSRS Wiki
- Sort by required level, GP/XP, profit/action, or alphabetically by name
- Compare training options that all utilise the same method
- Flags for special effects such as the amulet of chemistry
- Cross-platform and extremely portable (thanks to Java)
- Manually enter prices for recipes, so you can check your own values (in a future release)
You will need to have Java (JDK 17 or newer) installed on your machine to run the .jar file or build the project.
You will need maven if you want to build the project.
To build a .jar file, in the project root directory run the following commands:
mvn clean package
The output file jar be located at out/OSRSCalculator-jar-with-dependencies.jar
- src/main/java
- source directory
- src/main/resources
- resources directory
Flags/*andImages/*must have size <= 64x64
- doc/
- documentation directory
- images/
- contains all images used in the calculator in original size
