NOTE: I've stopped working on this, I will probably not fix much of the issues. People are welcome to fork or use the code.
This runelite plugin tracks the profit you are generating, according to GE, while money-making.
For example, if you are filling vials, the plugin will accumlate profit each time you fill vial, accounting for empty vials price in GE. Depositing or withdrawing items will not affect profit value.
Every change in your inventory is monitored and a corresponding profit animation will be shown.
For example, if you buy in a general shop, an item for 20 coins, which is worth in GE 220 coins, ProfitTracker will generate a gold drop animation of 200 coins.
The plugin will simply begin tracking when it is loaded. So be sure to reload the plugin when you are starting your money routine!
Clone the repo, and run ProfitTrackerTest java class from Intellij.
I've developed this while being F2P. There is no tracking of member stuff like tridents, dwarf cannon.
Credit to wikiworm (Brandon Ripley) for his runelite plugin https://github.com/wikiworm/InventoryValue which helped for the creation of this plugin!