typicalzergling / vendor

Vendor WoW Addon
MIT License
4 stars 3 forks source link

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

Open KyoukanGG opened 3 years ago

KyoukanGG commented 3 years ago

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:

typicalzergling commented 1 year ago

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.