Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question tracking items in containers?

Joined
Feb 24, 2020
Messages
33
so what kind of features does the runemate api offers in relation to tracking items gained or lost in containers not inventory per se. Like looting bag, coal bag, gem bag etc...

The inventory listener is only for inventory therefore looting into container wont fire on onLootAdded event.
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,745
As far as I know, the only way to track this kind of thing is check if there's a Varp for it or if there isn't/it doesn't have enough info then just track items entering/leaving manually in your code.
 
Top