The inventory value overlay plugin calculates a RuneLite users inventory value and displays it on the game screen as an overlay. The overlay can optionally display profit for the inventory and bank.
Available as part of the plugin-hub. Search "Inventory Value Overlay" on plugin-hub to install.
If checked, the plugin will track profit for the inventory and bank.
If checked then the inventory values calculation will use the coin value received from casting high alchemy on the item.
If checked then the inventory value calculation will ignore coins in the user's inventory.
Provide a comma (or semicolon) separated string of item names to ignore the item (or High Alchemy) value in the inventory value calculation.
The plugin supports the following commands.
Type and execute the command, "!Reset_iv" to reset the inventory and bank profit calculations.
The Inventory value plugin uses Gradle for building. Download and install Gradle, clone this repository, and then run
gradle build
Alternatively, you can use any modern IDE that supports Gradle projects. Clone the repository and then import the Gradle project into the IDE. You can then build the project using the IDE.
You can test the plugin by running the main
method in 'InventoryValueTest'. The test class will run the RuneLite client with the InventoryValue plugin loaded.