EnderWiggin / hafen-client

New Haven client
Other
26 stars 35 forks source link

[Feature] inventory sort #72

Open Fr-Dae opened 9 months ago

Fr-Dae commented 9 months ago

Hi! if the game engine allows it, would it be possible to add a button that automatically sorts the inventory, but also combines the items that can be sorted?

EnderWiggin commented 9 months ago

While theoretically possible at current stage it would be a big problem (for example, client doesn't know what's max stack size for each item is, so this would need to be maintained manually in some config) and would send many-many requests to server, which could make loftar unhappy. I've asked loftar for methods to simplify this, but no luck so far.