TheStonedTurtle / Loot-Logger

A RuneLite plugin that stores Loot Tracker data locally
BSD 2-Clause "Simplified" License
6 stars 9 forks source link

Dorgesh-Kaan Chest Loot on the Ground Causes Duplicate Log Entries #54

Closed trey-d closed 1 year ago

trey-d commented 1 year ago

When looting Dorgesh-Kaan Chests with a full inventory, loot is placed on the ground. I believe the loot behaves like random event drops in that it follows you with world hops. When hopping a world with loot on the ground, the Loot Logger sees this as a repeat loot and adds it to the log every world hop.

TheStonedTurtle commented 1 year ago

This plugin does do not do any loot processing, all it does is subscribe to the RuneLite loot events and log them into local files. The side-panel UI is just a way to view this stored data.

I'd recommend creating this issue on the RuneLite github.