Playing EMUs its hit or miss whether they support bags that autosell items or have a function to autosell. So I wanted to create something that would work on any server and allowed you the same easy functionality.
This Lua script creates a GUI that displays your bags in your inventory and allows you to check whatever bags you want to monitor for items to sell. When you go to a merchant it auto opens the window and displays a list of items that you will be selling as well as estimated value. There is a Sell All items button which then loops through to sell all those items in your bag.
It also includes a ignore list that you can add items to so that they are ignored by the program and not sold with the Sell All Items button.
General Commands
/sellbags
/sellbags help
/sellbags ignore/remove Item Name - Adds/Removes the item from your list.
/sellbags ignore/remove cursor - Adds/Removes the item on your cursor.
Its simple, but it works. This is the first time I've shared something like this so go easy on me.
This Lua script creates a GUI that displays your bags in your inventory and allows you to check whatever bags you want to monitor for items to sell. When you go to a merchant it auto opens the window and displays a list of items that you will be selling as well as estimated value. There is a Sell All items button which then loops through to sell all those items in your bag.
It also includes a ignore list that you can add items to so that they are ignored by the program and not sold with the Sell All Items button.
General Commands
/sellbags
/sellbags help
/sellbags ignore/remove Item Name - Adds/Removes the item from your list.
/sellbags ignore/remove cursor - Adds/Removes the item on your cursor.
Its simple, but it works. This is the first time I've shared something like this so go easy on me.
- Source Repository
- https://github.com/Zero-Hex/Sell-Bags-Utility/tree/main/sellbags
- [git] Automation options?
- Yes
- License Name
- GPL-2.0 license