Sell-O-Matic
The purpose of this mod is to help us sell the kind of items that we get most frequently: Junk!
How to use it
- Open the merchant window.
- Check if the top right coin style button is greyed or not.
- If the button isn't greyed it means you have items to sell. If you hover your mouse above the button it will display the total profit you will earn.
- Hit the button and all junk items will be sold.
- Profit!
SellOMatic vs SellOMatic2
SellOMatic has been rewritten to give the old SellOMatic lovers the essence of the addon back, to sell those pesky junk items without complications: No options, no lists, no problems. Also it has been rewritten to be a light and fast addon.
SellOMatic2 is the evolution of the addon, giving the user the ability to choose which modules/functions to enable to configure the addon as the user needs. It includes list/item/class/destroy functions to suit a variety of needs. More info here
Localization
If you want to help with the localization of the addon feel free to use the new localization tool
local L = LibStub("AceLocale-3.0"):NewLocale("SellOMatic", "esES")
if not L then return end
AddOns\SellOMatic\Libs\AceEvent-3.0\AceEvent-3.0.lua:7: Cannot find a library instance of "CallbackHandler-1.0".
Adding an empty item to your sell list will cause you to dump your entire inventory. This seems like a bit of an issue...
Date: 2008-10-22 10:42:54
ID: 13
Error occured in: Global
Count: 1
Message: ..\AddOns\SellOMatic\SOM.lua line 1:
attempt to call global 'AceLibrary' (a nil value)
Debug:
[C]: AceLibrary()
SellOMatic\SOM.lua:1: in main chunk
AddOns:
Swatter, v5.1.3662 (SnaggleTooth)
SellOMatic, v0.95
(ck=38)
Date: 2008-10-22 10:43:27
ID: 14
Error occured in: Global
Count: 1
Message: [string "SellButton:OnClick"] line 1:
attempt to index global 'SOM' (a nil value)
Debug:
[C]: ?
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
AddOns:
Swatter, v5.1.3662 (SnaggleTooth)
SellOMatic, v0.95
(ck=38)
but I think I may have solved it. I downloaded Ace2 and AbacusLib separately from WoWAce and placed in addons folder. I then added the following lines to the SOM.lua:
LoadAddOn("Ace2")
LoadAddOn("AbacusLib")
Before:
SOM = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceEvent-2.0", "AceDB-2.0")
abacus = AceLibrary("Abacus-2.0");
It works. I started on this post an hour ago and have been working on this issue. It now successfully gives me the /som commands and no errors.
btw, i installed using curse-client and it seems it did not install the lib files
and we'll be waiting for the ace3 version
Date: 2008-10-20 15:18:58
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\SellOMatic\SOM.lua line 2:
Cannot find a library instance of Abacus-2.0.
Debug:
(tail call): ?
[C]: ?
[C]: error()
...e\AddOns\Cartographer\libs\AceLibrary\AceLibrary.lua:490: AceLibrary()
SellOMatic\SOM.lua:2: in main chunk
That's the error message I get when trying to use the sell button at a vendor. This is with all other mods turned off. I read the comments and I know you said it's working but something isn't right. I've even downloaded the mod a few different times and reinstalled in case I had gotten a corrupted file.
If I turn my mods on, I get the same error as Banzaibunny. Theirs was installed via curseclient, I installed mine manually.