Cidan / BetterBags

A total replacement AddOn for World of Warcraft bag frames, inspired by AdiBags.
MIT License
86 stars 37 forks source link

[Feature]: Vendor, Destroy, Disenchant #625

Open shidoto opened 3 weeks ago

shidoto commented 3 weeks ago

Describe the feature

The ability to mark items as either "Vendor", "Destroy", or "Disenchant" and have them grouped under a category of that name.

Describe the implementation

Key features:

  1. Adjustable hotkeys that when pressed while hovering over an item in the bag, mark/unmark said item according to the hotkey pressed. E.g. Hotkey "x" marks as"Vendor", hotkey "y" marks as "Destroy", hotkey "z" marks as "Disenchant".
  2. When an item is marked as either "Vendor", "Destroy", or "Disenchant", it is moved into a bag category of the same name until unmarked.

Optional features:

  1. Adjustable hotkey that destroys an item marked as "Destroy" when pressed.
  2. Automatically sell items marked as "Vendor" and "Destroy" when interacting with a vendor.

Closing:

  1. I recognize this is likely out of scope of the addon, but hey, worth a shot.
  2. Bringing the system in-house could possibly negate the need to support various vendoring/scrapping addons such as "Scrap" and "Vendor" etc.
Cidan commented 3 weeks ago

I've more or less had the same thought about this, and I don't think it's out of scope at all. What I really want to do is be able to define both the hotkey, and the category, something goes to when you hover press on it.

Will definitely implement this at some point.