Infinitay / essence-pouch-tracker

A RuneLite plugin that tracks both the amount of essence stored in your essence pouches and the amount of essence until decay.
https://runelite.net/plugin-hub/show/essence-pouch-tracking
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Invalid essence in inventory count when depositing essence to bank #47

Closed Infinitay closed 3 weeks ago

Infinitay commented 3 weeks ago

The root of the problem at first thought seems to be because I'm not checking min/max inventory slots when depositing as I am for withdrawing. For example, just because a user selects to deposit one billion essence, do a min(essInv, 1b)

Infinitay commented 3 weeks ago

Fixed in #48