MosheBenZacharia / GP-Per-Hour

BSD 2-Clause "Simplified" License
2 stars 3 forks source link

All equipped and inventory items counted as loss when entering the gauntlet #8

Open Otiosum opened 11 months ago

Otiosum commented 11 months ago

If you have items collected from the gauntlet in your inventory and start a new run, the plugin instantly counts them towards loss, as all the items appear to be "deleted" when entering the challenge. Furthermore, equipped items also appear to be counted towards loss. Example:

However, when you leave the gauntlet these items are counted as profit, so in the end it doesn't affect the overall tracking. New items from looting the chest are tracked accurately. Its a minor issue, but less than ideal. Is having a specific way of handling gauntlet viable, for example ignoring items when entering/leaving?

Finally, here is a screenshot of what the sidebar starts to look like when you have a lot of items in the inventory (The trip windows get squished): Screenshot 2023-10-14 180341

MosheBenZacharia commented 11 months ago

Thanks for sharing this, that should be possible with a refactor of how the current system works, I will keep this test case in mind!