Inventory Value Overlay

Inventory Value Overlay

by WikiWorm (Brandon Ripley)

5,907 installs
inventory
value
bank
profit
tracker
GitHub ↗

Displays an overlay showing the cumulative value of all items in the player's inventory.

Documentation

Inventory Value Overlay Plugin

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.

!Overlay

Usage

Available as part of the plugin-hub. Search "Inventory Value Overlay" on plugin-hub to install.

Configuration Options

!Configuration

Calculate Profit

If checked, the plugin will track profit for the inventory and bank.

Use HighAlchemy Value

If checked then the inventory values calculation will use the coin value received from casting high alchemy on the item.

Ignore Coins

If checked then the inventory value calculation will ignore coins in the user's inventory.

Ignore Items

Provide a comma (or semicolon) separated string of item names to ignore the item (or High Alchemy) value in the inventory value calculation.

!Ignoring Items

!image

Commands

The plugin supports the following commands.

Reset_iv

Type and execute the command, "!Reset_iv" to reset the inventory and bank profit calculations.

Building the Plugin

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.

Functionally Testing the Plugin

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.

Similar Plugins