Enhancement: Safe Mode
GameOnEnd opened this issue ยท 2 comments
This is a great and very polished looking addon!
I just have 2 requests at this time. Could we possibly get a safe mode / confirm toggle for "Sell Junk" and Bulk Purchase?
For Sell Junk, maybe a toggle just below "Auto Sell Junk" that enables / disables safe mode (12 items at a time). I currently use Aardvark for selling junk and it never stops until junk is 100% cleared from bags. Other addons like Scrap and Dejunk have this Safe Mode toggle, but still frequently stop selling or miss items.
For Bulk Purchase I currently use BuyEmAll which has the option to disable confirmation (Are you sure you wish to purchase 1000 of x?) This would also be a nice feature.
Thanks again!
I'm not currently playing or actively developing the addons. If you feel daring you can modify the code file like this:
Change core.lua
line 1734 to this:
Addon:ConfirmSellJunk(false, true);
This will limit automatic selling to only up to 12 items at a time.