dillydill123 / inventory-setups

Plugin for RuneLite, an open source game client for the MMO Old School RuneScape
https://runelite.net/plugin-hub/dillydill123
BSD 2-Clause "Simplified" License
52 stars 30 forks source link

Fuzzy charged jewlery slots behaving strangely in filtered mode #94

Closed CloudyDash closed 3 years ago

CloudyDash commented 3 years ago

When you have fuzzy jewelry of different charges in filtered mode, withdrawing them behaves strangely.

As an example, in my birdhouses setup, I have multiple digsite pendants. 9 with 5 charges, 3 with 4, and 1 with 2.

image

Withdrawing all 9 5-charge digsite pendants will correctly hand me a 2 charge pendant, but withdrawing the 2 charge pendant, the 4-charge ones will never fill the slot.

image

After giving the setup one of each charge of digsite pendant, the slot never fills with any pendant at all. image

Expected behaviour: Consistently fill the fuzzy slot with an item.

geheur commented 3 years ago

This has nothing to do with the inventory setups plugin; this has to do with the bank tag layouts plugin (https://github.com/geheur/bank-tag-custom-layouts).

Bank tag layouts remembers which charge count you put where and tries to always put the same charge count of necklace in the last place it saw you manually drag it to.

There is not currently a way to make it try to fill slots in left-to-right top-to-bottom order. I could see how this could be useful though.

either way I would close this issue and if you want you can make an issue for this with bank tag layouts.