Gold Capped: Auction house addon list

Auctions
The first thing you'll need is something that will let you manage auctions. I use different addons for different businesses:
- Auctioneer is the most rounded and full featured auction house addon available. It keeps a local database of item prices for long term trending data, it has pricing modules that can help you intelligently and automatically price your goods, it can be used to automatically disenchant, mill, and prospect raw goods, and it has a feature that lets you find the best deals for the items you watch. There will be an exhaustive guide to these features coming soon, but for now, download it.
- QuickAuctions3 is a single-purpose addon that will be invaluable for any market like glyphs, where you have hundreds of types of items, some of which require listing several auctions at a time. It does two things better than auctioneer: it allows you to cancel undercut auctions efficiently and define more granular undercutting scheme.
- Lastly, there's a tiny addon called AHSearch that lets you save searches and access them with a dropdown list. Not efficient for watching hundreds of items, but efficient for commodities.
The next thing you will need is a good mail addon.
- Once you go postal for incoming mail, you never go back. The game's mailbox is capable of serving you 50 mails at a time, and once you pull 50 in from the server, you need to wait 60 seconds before you can get the next 50. Postal knows this, and tells you how many more messages are queued on the server, as well as lets you open all your auction mail automatically. Pro tip: if you've tweak postal to go as fast as it can go, you'll have 40 seconds (depending on lag) of downtime between batches of mail. You can /reloadui to force the next batch to appear, however if you have a lot of addons going, this process might well take more than you would have gotten just by waiting.
- For outgoing mail, it's a little more complex. There are addons that were designed to automatically mail certain configurable items to specific characters, however they're out of date. QA3 has a beta feature for this, but I haven't tried it yet. My quick and dirty solution is to use Postal's dropdown list for alts, and use a macro that will fill up my mail with items based on either name or quality.
- Here's the macro I modified for mailing by name. Simply change "Saronite O" to whatever it is you're trying to mail:
/run for bag=0,4 do for slot=1,GetContainerNumSlots(bag) do local item=GetContainerItemLink(bag,slot) if item and item:find("Saronite O") then UseContainerItem(bag,slot) end end end - And here's the macro I use to send greens for disenchanting. Be careful about this one-- it will try to send anything that's green quality, so if you have a non-soulbound green you don't want to send, you might want to use the name macro instead:
/run for bag=0,4 do for slot=1,GetContainerNumSlots(bag) do local texture,itemCount,locked,quality=GetContainerItemInfo(bag,slot) if quality==2 then UseContainerItem(bag,slot) end end end
- Here's the macro I modified for mailing by name. Simply change "Saronite O" to whatever it is you're trying to mail:
The next indispensable addon you will need is something to manage your inventory. When you have a banker with tons of similar looking products and mats, it can be a real time saver to be able to open the filter window of Bagnon and just type in "scroll" to locate all your enchantment scrolls. A nice fringe benefit here is that you can see what's in the bank or bags of any of your characters without having to go to the bank (or that character).
Another addon that can tell you about your inventory that's not at hand is Altoholic-- I don't use it, however, because it's too resource heavy. If you already use it for alts, however, it will add some functionality to your auction house business.
Crafting
Lastly, while you certainly can use the default crafting UI, it's pretty bad. There are no queues, there aren't any market prices, and it's about as dumb as a bag of rocks. If you want to trade up, I highly recommend LilSparky's Workshop (as mentioned in my last column), as well as the LilSparky fork of Skillet. The guy who writes LilSparky is keeping this duct-taped together, but barely. This Skillet fork is a little buggy sometimes, so be prepared to /reloadui, and remember, you can always bypass it by shift-clicking on your tradeskills.
- LilSparky, on its own, will add information to just about any tradeskill window showing you your cost to make something, as well as the current market price.
- Skillet's killer feature is that you can open your profession window, sort by profitability (or price), and then just craft the things you will make money on. It also supports a queue and shopping list, so you can go through adding all the profitable items that you may not have the mats for now. You then drop by the vendor to pick up your vendor components, your banks and alts to pick up any thing they have that you need with a single "purchase" button. Note: this is the buggiest feature of this addon, so be careful the check what you are about to buy. Sometimes it forgets that you have some of your required mats already.
The default method of managing addons is manual and annoying. Addon Control Panel (slightly aged WoW.com profile here) helps with the headache. It lets you define profiles and switch between them with a simple UI reload. Also, some addons can be loaded without requiring a reload!
Now what?
Once you have all this stuff installed, start doing regular auctioneer scans so your computer has a good idea of what things are worth. Also, go into every tradeskill you have, and sort LilSparky's data by profitability. Focus on the things you know will sell-- raiding or pvp consumables, permanent gear enhancements, quest items, profession leveling items, etc. If you can't tell, research the item and guess, and learn from your successes and failures. Each profession has something that's profitable, all you need to do is find it!
Filed under: Gold Capped






Reader Comments (Page 1 of 3)
Nazgûl Feb 27th 2010 4:08PM
I've been looking for a list like this for a very long time. Thank you for this incredibly useful article.
I've loved the column quite a bit so far, looking forward to future installments!
KrazyCalvin Feb 28th 2010 11:57AM
Yea... maybe you should check out google sometime... If you take 20 minutes to do your research you could have found out about these addons a year or more ago... its alright though.. more gold in my coffers.
Connor Feb 27th 2010 4:11PM
Woot im listening to call to auction podcast number 6 right now :D
nyctef Feb 27th 2010 4:19PM
I'd like to promote AuctionLite for the easiest way to buy auctions, as well as a nicer way of posting one-off items (roughly what's coming in 3.3.3)
Oreo Feb 27th 2010 4:27PM
How come no one ever mentions arkinventory when they are talking bout bag addons?
nieboh Feb 27th 2010 4:51PM
because not many people know just how awesome arkinventory is. (at least, this is my guess).
leonardocelso Feb 28th 2010 1:03AM
Well, I'll take it one step further and recommend an usually overlooked addon: Jpack
What it does is simply reorganize all of your items within your bags/bank; Regardless of what bag addon you use (I've used Bagnon and ArkInventory and now am currently using Combuctor), this is a very good, small, lightweight addon and you'll wonder how did you manage to organize your bag without it.
Simply click the "Pack" button and watch all of your items get sorted, stacked and organized.
Mind you, I'm not the author and don't really know anything about this addon other that I was in love with it from the moment I installed it (plus, it's curse client supported).
http://wow.curse.com/downloads/wow-addons/details/jpack.aspx
Just my 2 cents, hope everyone enjoys it :D
Neyssa Mar 3rd 2010 11:38AM
I used something like jpack, bag organizer. With Arkinventory, thats exactly what you DONT need. It just packs for you. I absolutely couldnt live without it. If i should pick one addon to use, it would be Ark.
uncaringbear Feb 27th 2010 4:32PM
Quick Auctions > Auctioneer
While it's a bit apples and oranges, auctioneer is way overkill for most high volume sellers with excessive features that are simply not required, or get in the way of efficient listings. Quick Auctions, on the other hand, takes a much more pragmatic and direct route to getting your auctions listed quickly, and smartly undercutting the competition. No fuss, no muss.
It has an excellent tool for creating a crafting list, along with a report on the total mats required for crafting the items on your list. Works very well across multiple toons, which is important if you're using one toon to craft and another to list. For high volume commodity-style sellers, especially those dealing in glyphs, Quick Auctions is perfect.
Basil Berntsen Feb 28th 2010 7:49PM
They're indeed apples and oranges. QA doesn't have a snatch list, an auto-mill/DE/prospect feature, any price history, or a non-batch interface.
Ophelos Feb 27th 2010 4:48PM
How come you never put in the biggest draw back of the AH addons? Which are only as good as how often u sit around an scan the AH.
Myself i don't even use AH addons. I like to manually put items into the AH an set my own prices. An yes i do make alot of money from doing it on my own.
Like take bolt of frostweave for an example. I can put that into the AH for 45g an make over 50g when someone buys the item, making alot more money in return.
Nazgûl Feb 27th 2010 5:04PM
I'd be interested to know how you get more money out of an item than the person buying it paid for it, considering the AH cut and all.
serrif Feb 27th 2010 5:52PM
You get more than 50g because you put it up for 48 hours and thus paid a gigantic listing fee (bolts of frostweave vendor for a lot). That's not you making more money, that's you getting a refund of the listing fee.
Agony Feb 27th 2010 6:49PM
I believe the conjunction you are looking for is "and" (with a "d" at the end). Just sayin'.
Deathgodryuk Feb 27th 2010 7:20PM
wow, just wow.
diablo0813 Feb 28th 2010 1:58AM
As some people have already mentioned, Auctionator (which I use) has pretty quick scans...however, for even fastererer scans check out WoWEcon mod. It's got a small program that you run before you ever even log in, but it samples from thousands of people across all the servers, NOT just what YOU saw when you ran a scan. I have been using it for....must be going on 2 years now and had no problems it ever. I run both mods to get even more pricing data, but Auctionator is how I search for purchases and how I post items to the AH.
Aceman67 Feb 27th 2010 5:07PM
Arkinventory is another good Bag addon, it allows you to customize your bags into categories based on what type of item it is, as well as custom categories (as a tank, I carry around my tank set as well as a pvp set, so those are categorized away from my Soulbound Equipment)
Sererinn Feb 27th 2010 5:14PM
Missed one mate, and at least personally it beats Auctioneer so bad...
Check out Auctionator, it is a loaf of fresh air compared to the newest versions of Auctioneer.
anonymouse Feb 27th 2010 6:37PM
I'm with Sererinn,
Auctionator gets my vote. I used auctioneer for the longest time, and find Auctionator so much better. Smoking fast scans.
Also a big quick auctions fan.
AxnJackson11 Feb 28th 2010 12:07AM
Agree 100%. I used Auctioneer for 2 years and learned its features, but in the end, I'm not a guy who is controlling the market, which is exactly what Auctioneer is designed for. Its for someone with massive amounts of gold and who plays the AH. I on the other hand sell simple excess items I acquire and Auctionator allows me to do it quickly, efficiently and also has a great search UI for finding the best price on items.