Open zmanowar opened 2 weeks ago
Here's the list of supported potions (by ItemID) according to the wiki:
Technically ItemID.VIAL
are supported as well, but they're tracked differently.
The native Runelite Bank plugin has a method to parse potions for pricing purposes that's a decent starting point.
The varbit ID for "Always deposit to potion store" is 11437
, which is important when using InventoryWatcher
with either the bank or deposit box open.
Heya',
I'm slowly working my way through implementing (World) potion storage, but wasn't sure if someone else had already started.
Either way starting this issue to track the implementation.