Vendor

Vendor

218k Downloads

[Feature Request] Delete when free space is less than x

KyoukanGG opened this issue ยท 1 comments

commented

It would be useful to be able to write rules for when your inventory reaches a certain number of free slots to move some items from the sell list to the destroy list so you can destroy until you get to a vendor.

Example rules that would execute in priority:

  • If free inventory space <= 10, then gray/white items worth less than 30s can be destroyed
  • If free inventory space <= 5, then gray/white items worth less than 60s can be destroyed
  • If free inventory space <= 2, then gray/white items worth less than 2g can be destroyed
  • If free inventory space <= 2, then gray/white/green items worth less than 5g can be destroyed
commented

We totally agree that is a feature that we want to have, but it's...complicated.

This is a feature we've talked about internally (and even had working for a time). However, it's...awkward, because Blizzard limited destroy to a hardware action (meaning 1 destroy per key press). We could make a hotkey to clean space and destroy like that, but you'd have to mash the key. It's also awkward how the rule might work, because if you mash the key 5 times you'd expect 5 things to be destroyed, which may be more than what you want. It just ended up being not a very intuitive experience becuase of that blizzard change, so we opted to not pursue that feature further. We could revisit and see if maybe there's a better way to go about it, where you set the number of slots and then mash the key and we'll delete up to that many from the destroy and then the sell evaluation.

We will consider this again.