• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Auction Stats

 
Project Updated:
Files Updated: Mon, Jul 6 2009
Supports Game Version: 1.3
Category: Auction & Economy
Tags:

, , , , , , and [Edit Tags]

Project Manager: filcon
Additional Authors: laconic1
Current Version: Auction Stats v2.2.1
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 16
Downloads Total: 27,730
Favorites: 119
Comments: 130
  • About Auction Stats
  •  

Automatically creates auction statistics from Auction House and display them in item tooltip. Mod can scan whole auction (see /au:update command), but you should not use it to much. Auction Stats updates its database on background too (while you are browsing in auction, search in Auction House). For stacked items are all prices recalculated per one item.

Please vote in the polls. Updated 07/17/2009

Please report any bugs. Feature requests are welcome!

You will need LibSlash. Thanks Aiiane.

Dont forget to install another cool addon called MultiAuction and auction multiple items at once using a few different pricing schemes.

----------------

  • NEW for version 2.2.1
  • Changes
  • Started on localization, currently only English is available until someone translates. And not all phrases are added to translation tables yet.
  • Few more updates relating to new backpacks. Yes, you can now use the options item box again.
  • Added colors to Duration based on the bid price relating to median buyout. Currently set so if the if the buyout price is 25% below median buyout, it turns the seller name green. If a bid is less than half the price of what would turn the seller name green, it turns the duration green.
  • Some minor code cleanup. Lots more of this to do.

----------------

  • Features
  • count of item on auction
  • min & max Buyout Price
  • percentage of bids and buyouts
  • min & max bids
  • npc sell price
  • buyout median
  • custom UI tooltip - autosize heigh
  • autosearch for item when creating new auction
  • colored seller name (buyout) and duration (bid) in search result based on historic buyout prices (green=cheap, yellow=median, red=expensive, grey=not enough auctions seen).
  • options per item - index item and show tooltip
  • auction house window settings - set buyout, Auto Undercut

  • Commands
  • /au:update - This command starts updating Auction Stats database. You need to be close to ingame Auctioneer. You dont need to have Auction House window opened. You should not use it while updating. Whole update takes some time depending on how many items is in it. For my server it's about 10 mins. Use sparingly, Auction Stats updates for every auction you see in Auction House window when browsing.
  • /au:stop - this command stops updating process.
  • /au:delete - this command deletes all data from Auction Stats database.
  • /au:options - option window
  • /uc 5% - undercut by 5%
    /uc 5g - undercut by 5 gold
    /uc 5s - undercut by 5 silver
    /uc 5b undercut by 5 brass
  • Downloads (6)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Auction Stats v2.2.1 Release 1.3 8,779 7/6/2009
  Auction Stats v2.2.0 Release 1.3 4,231 6/16/2009
  Auction Stats r10 Beta 1.2.1 401 5/31/2009
  Auction Stats r9 Beta 1.2.1 405 5/13/2009
  Auction Stats v2.1 Release 1.2.1 4,928 5/12/2009
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Ultelot said

    I LOVE THIS add on SOO useful seeing the prices of things on AH :P Helps me not to undercharge haha :P

    Reply Report Permalink
  • ifandbut said

    I just want to give a big THANK YOU GOD to the people who made this mod possible. After playing WoW for so many years I have gotten to used to great mods like Auctioneer and I dont know how I could ever play a game that has no price history in it's auction house.

    I'd like to add a minor feature request. At the end of the update I'd like to know how many items were updated and how long it took.

    Thank you and keep up the good work.
    -Ifandbut

    Reply Report Permalink
  • Hi all,

    For those that like to use Auction Stats in combination with MultiAuction(WAR): MultiAuction and MultiAuction_AuctionStats are updated and can be used again to work with the Auction Stats database.

    Best,

    Roemer

    Reply Report Permalink
  • joesnazz said

    I like this add-on, especially it auto search the same item i put up on the auction house for sale, but i want to disable the tool-tip that pop out (the one that let us preview on how many time x item has been on the auction house)

    thanks : )

    Reply Report Permalink
  • Go to these lines of code in auctionstats.lua (can do it with notepad):

    function AuctionStats.CreateItemTooltip( itemData, mouseoverWindow, anchor, disableComparison, extraText, extraTextColor, ignoreBroken )
    --d(L"auction.CreateItemTooltip")

    OldCreateItemTooltip( itemData, mouseoverWindow, anchor, disableComparison, extraText, extraTextColor, ignoreBroken )
    AuctionStats.AddExtraWindow ("AuctionToolTip", "ItemTooltip", itemData)
    end

    All you need to do is remove the line:
    AuctionStats.AddExtraWindow ("AuctionToolTip", "ItemTooltip", itemData)

    And it's done.

    Reply Report Permalink
  • joesnazz said

    Thanks! it works:)

    Reply Report Permalink
  • soas said

    Is there a way you can set what percent you undercut by?

    Reply Report Permalink
  • laconic1 said

    As stated in the description above:

    /uc 5% - undercut by 5%
    /uc 5g - undercut by 5 gold
    /uc 5s - undercut by 5 silver
    /uc 5b undercut by 5 brass

    so typing
    /uc 2%
    would set the percentage to 2%

    Reply Report Permalink
  • Heya thanks for the great mod, but i was wondering is their anyway to disable all functionality except that of what AuctionAssist used to offer? Also it seems the ctrl+left click functionality of AuctionAssist isn't working atm, maybe that wasn't integrated into AS when they merged though?

    Reply Report Permalink
  • laconic1 said

    It was merged, but I believe mythic did something with the backpacks to make it stop working (refining items?). I'll look into a way to fix it.

    Reply Report Permalink
  • Gobsnot said

    Any chance of getting the tooltip to somehow show up on linked items?

    Reply Report Permalink
  • laconic1 said

    I'd like to, but I need to find a way to tell if there is a chat link window, I guess I could just hook the function that creates the window...

    Reply Report Permalink
  • laconic1 said

    v2.2.1 released, you can download above, or let your curse client download

    Reply Report Permalink
  • laconic1 said

    Localization added, well started at least. Feel free to add to it here:
    http://war.curseforge.com/projects/au-stats/localization/

    For those developers looking at the Locale.lua file, yes I know it looks "odd" for auto-localization.

    Reply Report Permalink
  • How the heck do you set options per item? I assume you're supposed to put the items in the box in the options window, but I can't seem to put a item in that box. Is this a 1.3 issue?

    Reply Report Permalink
  • laconic1 said

    Yes, this is a 1.3 issue. Mythic changed item boxes, I did a quick fix for the 2.2.0 release to fix this issue with the Auction House window's item box, but haven't had the time to finish all the fixes.

    There's still a few bugs 1.3 introduced that need fixed, this is why I added the extra version number. As soon as I can get a couple days in a row where I don't have to work a 16 hour shift, I'll get on updating and releasing 2.2.1. This week though I just don't have the time. I'll try to work on it around my alliance push this weekend.

    Reply Report Permalink
  • Bolerro said

    Can you please add the option to set a starting price at a % and a buyout % based on starting price? This would help tremendously.

    Example:
    Vendor sell price for random item = 1g
    I set my starting price to be 200% of the vendor sell price (if no auctions exist for that item already). So the starting price would default to start at 2g for that item.

    Next I set my Buy Now price to be 2x (or 200%) of the Starting price. So that defaults to 4g.

    Hopefully you understand the request. Not sure if you played WoW or not, but this is along the lines of that concept. If the item has not been seen, it gets populated with an automatice start price and buy now price based on preset percentages.

    Thanks for the work done on this, its a great addon!

    Reply Report Permalink
  • Bolerro said

    Ok, just realized I didn't specify which WoW addon I was referring to. It is an option within Auctioneer.

    Reply Report Permalink
  • laconic1 said

    Already in plans.

    Reply Report Permalink
  • Erazil said

    bug with 2.2.0 ?
    i upgrade with curse client and refresh , curse say is ver 2.1 , upgrade another time , refresh ... same

    Reply Report Permalink
  • Addon Packs Containing Auction Stats
  • Similar Addons
  •  

Average downloads per day

  1. 15 Tidy Roll Auction & Economy, and Bags...
  2. 13 Motion Professions, Auction & Economy...
  3. 5 MultiAuction (WAR) Auction & Economy
  4. 4 AuctionTweaker Auction & Economy, and Data...
  5. 4 MultiAuction_AuctionStats (WAR) Auction & Economy