Download
(222Kb)
Download
Updated: 03-31-10 11:12 AM
Pictures
File Info
Updated:03-31-10 11:12 AM
Created:unknown
Downloads:185,878
Favorites:1,367
MD5:

Auctionator  Popular! (More than 5000 hits)

Version: 2.6.2
by: Zirco [More]

*****

Auctionator is no longer maintained here. The version here is quite out-of-date.

The most complete and up-to-date information on Auctionator can be found at:

***********************


*****

*****



Version 2.6.2

* fixed the remaining cosmetic issues with the background
* fixed a bug where the reported # of auctions created was off by 1 when cancelled part way through
* no longer resets the duration to 12 hours when switching between tabs
* when cancelling multiple auctions of the same item only a single message now appears in chat rather than one for every item


Version 2.6.0

* setting the duration works again (changes in patch 3.3.3 broke it)
* fixed the cosmetic problem with background on the sell panel (another 3.3.3 problem)
* Calls the updated API for creating multiple auctions. Hopefully will be faster and more robust.
* fixed the bug where setting an undercut value to 0 would result in a LUA error

For all other changes see:

***********************/changelog.shtml


*****
Post A Reply Comment Options
Unread 08-29-08, 01:40 AM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Request:
Add these to the TOC

## LoadOnDemand: 1
## LoadWith: Blizzard_AuctionUI

and move the contents of the Auctionator_OnAddonLoaded() function into Auctionator_OnLoad() without the arg1 check. And remove the ADDON_LOADED event registration.

This would allow Auctionator to be Load on Demand, and only load after the Blizzard_AuctionUI has loaded.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 02:26 AM  
MrMadison
A Murloc Raider

Forum posts: 5
File comments: 10
Uploads: 0
so is this mod being updated for WOTLK?

I really don't want to have to resort to using Auctioneer again. Auctionator was perfect for me.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 10:23 AM  
isonlymejosh
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by MrMadison
so is this mod being updated for WOTLK?

I really don't want to have to resort to using Auctioneer again. Auctionator was perfect for me.
I agree. Guess I'll have to go back to Auctioneer until this is updated
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 06:03 PM  
Zirco
A Deviate Faerie Dragon
 
Zirco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 97
Uploads: 1
Update for 3.0.2

I just uploaded a new version that should work with the latest patch. Not sure how long it will take to work its way through the system.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 07:09 PM  
isonlymejosh
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Update for 3.0.2

Originally posted by Zirco
I just uploaded a new version that should work with the latest patch. Not sure how long it will take to work its way through the system.
Nice! Thanks Zirco!
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 07:26 PM  
MrMadison
A Murloc Raider

Forum posts: 5
File comments: 10
Uploads: 0
Re: Update for 3.0.2

Originally posted by Zirco
I just uploaded a new version that should work with the latest patch. Not sure how long it will take to work its way through the system.
*sings the Hallelujah Chorus*
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 09:07 PM  
Zirco
A Deviate Faerie Dragon
 
Zirco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 97
Uploads: 1
I was going to make these changes but I heard the 3.0.2 patch has some problem with Load On Demand. I will eventually do it this way though and I appreciate the suggestion.

- Zirco


Originally posted by Xinhuan
Request:
Add these to the TOC

## LoadOnDemand: 1
## LoadWith: Blizzard_AuctionUI

and move the contents of the Auctionator_OnAddonLoaded() function into Auctionator_OnLoad() without the arg1 check. And remove the ADDON_LOADED event registration.

This would allow Auctionator to be Load on Demand, and only load after the Blizzard_AuctionUI has loaded.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 11:24 PM  
def9
A Cobalt Mageweaver
 
def9's Avatar
AddOn Author - Click to view AddOns

Forum posts: 219
File comments: 108
Uploads: 1
I'm getting the foillowing code error when I open the ah since I updated this mod tonight. Is it even auctionator related as the mod still seems to work after I close the error window? Thanks for this mod btw I love it.

Code:
Date: 2008-10-15 23:03:48
ID: 50
Error occured in: Global
Count: 2
Message: ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua line 1171:
   attempt to concatenate local 'highBidder' (a nil value)
Debug:
   [C]: ?
   ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1171:
      ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1106
   Auctionator\Auctionator.lua:350: AuctionFrameAuctions_Update()
   ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1089: AuctionFrameAuctions_OnEvent()
   [string "*:OnEvent"]:1:
      [string "*:OnEvent"]:1
Last edited by def9 : 10-15-08 at 11:25 PM.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 11:34 PM  
Zirco
A Deviate Faerie Dragon
 
Zirco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 97
Uploads: 1
I haven't had any other reports of any problems but it's not out of the question that it might be a bug with Auctionator. I'll take a look though and see if anything jumps out at me.

-Zirco

Originally posted by def9
I'm getting the foillowing code error when I open the ah since I updated this mod tonight. Is it even auctionator related as the mod still seems to work after I close the error window? Thanks for this mod btw I love it.

Report comment to moderator  
Reply With Quote
Unread 10-16-08, 12:52 PM  
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 318
File comments: 75
Uploads: 9
For what it's worth, I've seen that same error message today and I didn't have Auctionator enabled at the time (since I wasn't aware there was this nice shiny new version available for 3.0, many many thanks!).
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 07:42 PM  
def9
A Cobalt Mageweaver
 
def9's Avatar
AddOn Author - Click to view AddOns

Forum posts: 219
File comments: 108
Uploads: 1
Thanks guys. Sounds like an old fashioned Blizz glitch.
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 03:54 AM  
Potter
A Kobold Labourer

Forum posts: 1
File comments: 186
Uploads: 0
Def9's error opening the Auction House looks similar to mine..but in-case it isn't identical & could help you more here it is:

Date: 2008-10-17 03:49:54
ID: 1
Error occured in: Global
Count: 1
Message: ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua line 1171:
attempt to concatenate local 'highBidder' (a nil value)
Debug:
[C]: ?
...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1171:
...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1106
Auctionator\Auctionator.lua:350: AuctionFrameAuctions_Update()
...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1089: AuctionFrameAuctions_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Swatter, v5.1.3625 (SnaggleTooth)
Auctionator, v
Bagnon, v1.6.5
BagnonForever, v1.1.1
BagnonTooltips, v
Bartender4, v4.1.0
Bejeweled, v1.02
BindPad, v1.9.0
BuffTimers, v
Cellular, v3.0.001
ChatTimestamps, v1.5
cMinimapCoordinates, v
CTMailMod, v3.0 (CTMod 3.0)
Decursive, v2.3.0-ReleaseCandidate-2
EquipCompare, v2.13
GhostPulse, v2.2
InfoBar, v
InspectEquip, v0.9.1
KLHThreatMeter, v22.2
MobHealth, v
Omen, v3.0
OmniCC, v2.2.4
PartySpotter, vv5.08.30000
SimpleMouseoverTarget, v1.6
TrinketMenu, v
XPerl, v3.0.0h
XPerlArcaneBar, v
XPerlParty, v
XPerlPartyPet, v
XPerlPlayer, v
XPerlPlayerPet, v
XPerlRaidFrames, v
XPerlRaidPets, v
XPerlTarget, v
XPerlTargetTarget, v
(ck=2e1)
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 03:56 AM  
Potter
A Kobold Labourer

Forum posts: 1
File comments: 186
Uploads: 0
Also this addon is just what I've been wanting..had to go hunting around when 3.0.2 faced my addons :-x

I do have a humble request..how hard would it be to incorporate something like this now dead addon into Auctionator

http://www.wowinterface.com/download...ilterPlus.html

With that functionality added I'd need no other auction addon :-) Just wondering
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 08:33 PM  
Tweeker
A Cobalt Mageweaver
 
Tweeker's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 234
File comments: 153
Uploads: 5
This looks really good!

Since Auctioneer Classic is not going to be updated, and there is no way to auto auction with it... Let me explain that.

I am used to holding down the ALT & SHIFT keys and left clicking an item from my bag and having it automatically post the auction, therefore allowing me to get through all my bags in less than a minute.

I do not know how to do this with the Auctioneer Suite that is available and working now. Not without letting it know that it is "OK" to add that specific item to the mass auction list... I simply don't want to spend the weeks and months required to catalog every item in wow just so i can make life eventually easier.

Igor's Mass Auction is what I used to use as well....

Does your addon have the ability to do something similar? Auto Post ?

Thanks.
__________________
Last edited by Tweeker : 10-17-08 at 08:34 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 09:21 AM  
Zirco
A Deviate Faerie Dragon
 
Zirco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 97
Uploads: 1
I'm not 100% sure how Auctioneer works but I believe this is (was) possible in Auctioneer because it does a complete scan of the auction house and can build an internal database of prices. Then it can instantly determine recommended prices based on the prices stored in that internal database.

Auctionator, on the other hand, always does scans "just in time". In other words, when you select an item to auction, a scan is done to determine the recommended price.

So even if I were to offer some sort of Alt-Shift option, it might be frustrating because there would be a delay each time as it scanned for that item. Also because I don't do any sort of statistical analysis, just picking the lowest price would leave you vulnerable to undercutting a ridiculously low price.

So I don't think "blind posting" really fits in with the core design of Auctionator but I'm open to ideas if there's something I'm missing.

- Zirco



Originally posted by Tweeker
Since Auctioneer Classic is not going to be updated, and there is no way to auto auction with it... Let me explain that.

I am used to holding down the ALT & SHIFT keys and left clicking an item from my bag and having it automatically post the auction, therefore allowing me to get through all my bags in less than a minute.

I do not know how to do this with the Auctioneer Suite that is available and working now. Not without letting it know that it is "OK" to add that specific item to the mass auction list... I simply don't want to spend the weeks and months required to catalog every item in wow just so i can make life eventually easier.

Igor's Mass Auction is what I used to use as well....

Does your addon have the ability to do something similar? Auto Post ?

Thanks.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.