Skip to content

Matthew-nop/OSRSCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSRSCalculator

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.

Latest Release

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.

Features

  • 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)

Calculator Screenshot

Build Requirements

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.

Building

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

File Layout

  • src/main/java
    • source directory
  • src/main/resources
    • resources directory
    • Flags/* and Images/* must have size <= 64x64
  • doc/
    • documentation directory
  • images/
    • contains all images used in the calculator in original size

About

Efficiency focused calculator for OldSchool RuneScape

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages