OSRS Herb Calculator is a command-line application written in C# that helps Old School RuneScape players calculate potion-making details, leveraging live Grand Exchange prices from the OSRS API.
- Choose your seed and potion to calculate costs and yields.
- Real-time Grand Exchange prices for accurate calculations.
- Optimize herb farming for maximum profit and experience gain.
- Clone the repository.
- Compile the program using your preferred C# compiler.
- Run the executable to launch the OSRS Herb Calculator.
- Follow the on-screen prompts to input your choices and receive potion-making details.
- .NET Core SDK
git clone https://github.com/your-username/herb-calc.git
cd herb-calc
dotnet build
dotnet run
## Contributing
Contributions are welcome! Feel free to open issues and submit pull requests.
## License
This project is licensed under the MIT License.
Please replace "your-username" in the installation section with your GitHub username. If you have any more adjustments or additions, feel free to make them!