Quick Auctions
Quick Auctions is an auction tool to help speed up auctioning large quantities of items, especially canceling. While primarily Quick Auctions is built for large quantities of items, it can work fine for a few auctions as well. A bit of tweaking is required to get optimal settings, but it is very flexible and smart enough that you can use it for more than just mindlessly undercutting auctions by 1 copper every time. Summary window and craft queues are included so you do not have to memorize every item and quantity you need. Shows total materials required to craft as well as allowing you to click from the craft queue to craft so no searching through everything.
Slash command: /qa (/quickauctions)
Groups
Groups are how you manage what items should be managed by Quick Auctions. You can set auction settings either as a default, or per group giving you flexibility over everything without having to duplicate your settings 50 times. There are no limits to how many items can be grouped, see the configuration in /qa config to set them up.
Mail
Includes a timer in the top left of the mailbox indicating how much time before new mail data becomes available, and if you are not using Postal then QA provides its own auto looting for mail. The auto looter will work with the timer on the mailbox cache so it will loot everything, wait until new mail is available and then keep looting.
Auto mailing can now be done per item or per group to any character you want. For example, you can setup your banker to send uncut gems to your jeweler and you can setup your jeweler to send cut gems to your banker. The auto mailer is intelligent in when it sends mail off, and works best when using QA mail looter. If you are trying to loot herbs from your mailbox while auto mailing them to your scribe, it will send mail off whenever it sees your inventory is full. Basically, if you have 4 open slots it will auto mail/loot with only 4 slots, no more clearing out your bags to loot mail anymore!
General options
- Smart undercutting - Instead of always using the undercut value, it will round it to the nearest gold piece if possible (10g99s -> 10g, 5g -> 5g - undercut price)
- Smart cancel - Cancels auctions a bit smarter than usual, will cancel an item if you can re list it at a higher price and won't cancel it if items are below the threshold
- Cancel with bid - Lets you choose if you want to cancel auctions with bids on them
Item options
- Auto mail - Automatically mail items directly to your banker that are managed by QA
- Post cap - How many of an item can be up at any one time (If you are undercut this number is reset)
- Post time - How long to post an auction
- Undercut - How much to undercut by
- Bid percent - How much bid should be set to as a percentage of buyout
- Threshold - Cap on how low an auction can go, if it'll be posted below the threshold price it won't be posted
- Per auction - How many items to post per an auction
- Fallback - If no other auctions are up, how much should it list an item for
- Fallback cap - How high above the fallback an item can go, helps prevent posting a single Frostweave Cloth at 100g if someone sets it at an extraordinary price
- Auto fallback - If the market price is below your thresold, QA will automatically post it at the fallback price
- Maximum price gap - How much of a price difference is allowed between the lowest and second lowest items before QA undercuts the second lowest, this will also cancel your auctions if the price gap gets too high
- Ignore stacks over - Allows you to ignore any auctions with a stack above X when determining price, useful if you want to post against the market price of 1 Abyss Crystal rather than the market price of posting 20 at once
What changed between 2 and 3?
While the configuration in QA2 was an improvement over the original QA, it still wasn't good enough. QA3 has a rewritten configuration and should be much easier for people to understand and use without having to learn to use QA through trial and error.
Scan speed has been increased quite a bit again and has been tightened up to reduce the chance of conflicts. In previous versions, QA would Query -> Wait 0.50 seconds -> Check Data -> Either parse it or wait 0.50 seconds, this made sure that whenever auctions were scanned all data was available including who posted them. The problem is, most of this data becomes available instantly after your initial 1-3 seconds. In 3 it's been changed: Query -> Check Data -> Wait 0.50 Seconds -> Parse or wait 0.50 seconds. Best case this means you will save 0.50 seconds per query (50 seconds/100 items), and worse case you won't see any speed increase.
Mail has been improved to make life easier for people, both a mail scrapper and a smarter mail sender were added. See the mail section above for more information.
Setting scope was improved, most basic options in QA including group settings have been moved to the global profile while server/faction specific settings can still be changed per profile. Letting you setup different profiles of how QA should handle different groups, without having to duplicate all of your group list over and over.
QA3 isn't done yet, and I have more planned still like summary improvements and easy buying of items
..\AddOns\QuickAuctions\modules\post.lua line 151:
bad argument #1 to 'format' (string expected, got nil)
I looked at code and it seems that it's missing localication for this quite rare messsage. So I added following line to localization.enUS.lua and it fixed it :
["Posting %s%s (%d/%d) bid %s, buyout %s (Increased buyout price due to going below thresold)"] = "Posting %s%s (%d/%d) bid %s, buyout %s (Increased buyout price due to going below thresold)",
(all in one line)
"not all your auctions were posted, ran out of space to split items even after waiting 10 seconds."
How do I fix that?
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\QuickAuctions\modules\scan.lua line 169:
bad argument #1 to 'floor' (number expected, got nil)
Debug:
(tail call): ?
[C]: floor()
QuickAuctions\modules\scan.lua:169: GetPlayerAuctionCount()
QuickAuctions\modules\manage.lua:492: PostItems()
QuickAuctions\modules\manage.lua:534: ?()
...non\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
...non\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[5]"]:4:
[string "safecall Dispatcher[5]"]:4
[C]: ?
[string "safecall Dispatcher[5]"]:13: ?()
...non\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: SendMessage()
QuickAuctions\modules\scan.lua:366: ScanAuctions()
QuickAuctions\modules\scan.lua:295:
QuickAuctions\modules\scan.lua:289
here is my error when scanning to post
Date: 2009-12-12 00:44:03
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\QuickAuctions\modules\post.lua line 151:
bad argument #1 to 'format' (string expected, got nil)
Debug:
(tail call): ?
[C]: format()
QuickAuctions\modules\post.lua:151: PostAuction()
QuickAuctions\modules\post.lua:179: QueueItem()
QuickAuctions\modules\split.lua:58: CheckQueueMatch()
QuickAuctions\modules\split.lua:86: UpdateBags()
QuickAuctions\modules\split.lua:180: Start()
QuickAuctions\modules\manage.lua:568: ?()
...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
[string "safecall Dispatcher[2]"]:4:
[string "safecall Dispatcher[2]"]:4
[C]: ?
[string "safecall Dispatcher[2]"]:13: ?()
...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: SendMessage()
QuickAuctions\modules\scan.lua:83: StopScanning()
QuickAuctions\modules\scan.lua:403: ScanAuctions()
QuickAuctions\modules\scan.lua:295:
QuickAuctions\modules\scan.lua:289
1x QuickAuctions\modules\post.lua:151: bad argument #1 to 'format' (string expected, got nil)
QuickAuctions\modules\post.lua:151: in function `PostAuction'
QuickAuctions\modules\post.lua:179: in function `QueueItem'
QuickAuctions\modules\split.lua:58: in function `CheckQueueMatch'
QuickAuctions\modules\split.lua:86: in function `UpdateBags'
QuickAuctions\modules\split.lua:180: in function `Start'
QuickAuctions\modules\manage.lua:568: in function `?'
CallbackHandler-1.0-5 (Ace3):147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0-5 (Ace3):92: in function `SendMessage'
QuickAuctions\modules\scan.lua:83: in function `StopScanning'
QuickAuctions\modules\scan.lua:403: in function `ScanAuctions'
QuickAuctions\modules\scan.lua:295: in function <QuickAuctions\modules\scan.lua:289>
---
and its not listing my auctions - when the scan is complete is just say 0 to post. This is the latest version.
ID: 1
Error occured in: Global
Count: 2
Message: ..\AddOns\QuickAuctions\modules\post.lua line 151:
bad argument #1 to 'format' (string expected, got nil)
Debug:
(tail call): ?
[C]: format()
QuickAuctions\modules\post.lua:151: PostAuction()
QuickAuctions\modules\post.lua:179: QueueItem()
QuickAuctions\modules\split.lua:58: CheckQueueMatch()
QuickAuctions\modules\split.lua:86: UpdateBags()
QuickAuctions\modules\split.lua:180: Start()
QuickAuctions\modules\manage.lua:568: ?()
...mes\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
...mes\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
[string "safecall Dispatcher[2]"]:4:
[string "safecall Dispatcher[2]"]:4
[C]: ?
[string "safecall Dispatcher[2]"]:13: ?()
...mes\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: SendMessage()
QuickAuctions\modules\scan.lua:83: StopScanning()
QuickAuctions\modules\scan.lua:403: ScanAuctions()
QuickAuctions\modules\scan.lua:295:
QuickAuctions\modules\scan.lua:289
AddOns:
Swatter, v5.7.4568 (KillerKoala)
agExtras, vr709
agUnitFrames, vr709
AucAdvanced, v5.7.4568 (KillerKoala)
AucFilterBasic, v5.7.4568 (KillerKoala)
AucFilterOutlier, v5.7.4568.2531
AucMatchUndercut, v5.7.4568.2531
AucScanData, v5.7.4568 (KillerKoala)
AucStatClassic, v5.7.4568 (KillerKoala)
AucStatHistogram, v5.7.4568 (KillerKoala)
AucStatiLevel, v5.7.4568 (KillerKoala)
AucStatPurchased, v5.7.4568 (KillerKoala)
AucStatSales, v5.7.4568.2842
AucStatSimple, v5.7.4568 (KillerKoala)
AucStatStdDev, v5.7.4568 (KillerKoala)
AucStatWOWEcon, v5.7.4568.2530
AucUtilAHWindowControl, v5.7.4568.3311
AucUtilAppraiser, v5.7.4568.2530
AucUtilAskPrice, v5.7.4568.3175
AucUtilAutoMagic, v5.7.4568.3142
AucUtilCompactUI, v5.7.4568.2530
AucUtilEasyBuyout, v5.7.4568.3583
AucUtilFixAH, v5.7.4568 (KillerKoala)
AucUtilGlypher, v5.7.4568.2545
AucUtilItemSuggest, v5.7.4568.3108
AucUtilPriceLevel, v5.7.4568.2545
AucUtilScanButton, v5.7.4568.2530
AucUtilScanFinish, v5.7.4568.2530
AucUtilScanProgress, v5.7.4568.2530
AucUtilSearchUI, v5.7.4568.3655
AucUtilSimpleAuction, v5.7.4568.4553
AucUtilVendMarkup, v5.7.4568.2530
Babylonian, v5.1.DEV.130
BeanCounter, v5.7.4568 (KillerKoala)
Configator, v5.1.DEV.130
DBMCore, v
DebugLib, v5.1.DEV.130
Enchantrix, v5.7.4568 (KillerKoala)
EnchantrixBarker, v5.7.4568 (KillerKoala)
Gatherer, v3.1.14
GearScore, v3.0.14 - Release
GryphonsRemover, v3.3
Informant, v5.7.4568 (KillerKoala)
OmniCC, v2.5.8
Postal, v3.3.0
Prat30, v3.3
Prat30Libraries, v
Quartz, v1.0
QuartzFlight, v1.0
QuartzFocus, v1.0
QuartzInterrupt, v1.0
QuartzLatency, v1.0
QuartzMirror, v1.0
QuartzPet, v1.0
QuartzPlayer, v1.0
QuartzRange, v1.0
QuartzTarget, v1.0
QuartzTimer, v1.0
QuartzTradeskill, v1.0
QuickAuctions, v
RatingBuster, v
Recount, v
SlideBar, v5.7.4568 (KillerKoala)
SnowfallKeyPress, v
Stubby, v5.7.4568 (KillerKoala)
SunnArt, v3.30
TipTac, v09.11.28
TipTacItemRef, v09.08.13
BlizRuntimeLib_enUS v3.3.0.30300 <us>
(ck=805)
Any idea where this might be coming from?
1x QuickAuctions\modules\post.lua:151: bad argument #1 to 'format' (string expected, got nil)
QuickAuctions\modules\post.lua:151: in function `PostAuction'
QuickAuctions\modules\post.lua:179: in function `QueueItem'
QuickAuctions\modules\split.lua:58: in function `CheckQueueMatch'
QuickAuctions\modules\split.lua:86: in function `UpdateBags'
QuickAuctions\modules\split.lua:180: in function `Start'
QuickAuctions\modules\manage.lua:568: in function `?'
CallbackHandler-1.0-5:146: in function <...ack\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0-5:91: in function `SendMessage'
QuickAuctions\modules\scan.lua:83: in function `StopScanning'
QuickAuctions\modules\scan.lua:403: in function `ScanAuctions'
QuickAuctions\modules\scan.lua:295: in function <QuickAuctions\modules\scan.lua:289>
Can you wave your hands around abit and work your magic, Shadowed?
==============
First of all, beautiful addon. I love it dearly!!
1) please please add a checkbox per group config "Allow Partial Stack". On On my main realm, I want to sell herbs and leather, etc, in stacks of 20 because I have a lot. On my Alt realms, I often have 11 peacebloom or 16 goldthorn or 7 netherbloom. If I have stack size set to 20, it will never post yet take up bag space while waiting for a "full stack" to come in. Basically, if I have it config'd for "20 items per auction", this feature, when checked, would allow a stack of 11, or 7 to be posted. This would save me the remaining 90% of my AH time and greatly help with bag management.
2) It would be nice if, at the bottom next to the <DELETE> button to delete a group, if there was a <RENAME> button to rename the group.