• Runes of Magic Addons
  • Runes of Magic
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

AdvancedAuctionhouse

 
Project Updated:
Files Updated: Wed, Sep 16 2009
Supports Game Version: 2.0.11.1872
Category: Auction & Economy
Tags:

[Edit Tags]

Project Manager: Graves666
Additional Authors: iladrion
Current Version: AdvancedAuctionhouse v1.6
License: BSD License
Development Site: CurseForge
Avg Daily DL (last 30 days): 124
Downloads Total: 106,411
Favorites: 240
Comments: 96
  • About AdvancedAuctionhouse
  •  

English

Description

This addon is an improvement of the standard game auction frame. It adds several new features and improves or fixes basic features of the auctionhouse.

Installation

The addon now supports curse client for automatic installation and updating. If you update vom version 0.7 or prior make sure you delete the following files in your \Interface\worldxml folder:

  • auctionframe.lua
  • auctionframe.xml
  • staticpopup.lua

Known Bugs Of Current Version

  • none right now

Deutsch

Beschreibung

Dieses Addon ist eine Verbesserung des Standard Auktionshaus Fensters. Es fügt ettliche neue Funktionen hinzu und verbessert bzw. repariert bestehende Funktionen des Auktionshauses.

Installation

Das Addon ist jetzt kompatibel mit dem Curse Client und kann automatisch installiert und updated werden. Wenn man von Version 0.7 oder niedriger umsteigt bitte unbedingt folgende Dateien im Ordner \Interface\worldxml löschen:

  • auctionframe.lua
  • auctionframe.xml
  • staticpopup.lua

Bekannte Probleme Der Aktuellen Version

  • zurzeit keine

Note For Addon Developers

You can use the price history data that the auctionhouse stores in your own addons. To retrieve the data you simply need to call the provided function and as an argument it requires the name (case sensitive). To check if AdvancedAuctionhouse is present at all simply check for AA_AuctionFrame.

Call of the price history function:

scannedGold, averageGold, totalamountGold, scannedDiamond, averageDiamond, totalamountDiamond = GetItemPriceHistoryByName(<itemname>)

where scannedGold is the number of auctions selling for gold that were scanned. averageGold is the average value in gold with dynamic number of decimal places and totalamountGold is the total number of units sold. for example if an auction that sells a stack of 50 Link runes that are sold for gold is scanned then scannedGold would be incremented by 1 whereas totalamountGold would be incremented by 50. same applies for the other 3 return values but instead of gold those stand for the diamond values.

if an item is not in the database at all then the function returns nil if there is only data for one moneytype then all values that belong to the other moneytype will be zero.

  • Downloads (7)
  •  
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  
  AdvancedAuctionhouse v1.6 Release 2.0.11.1872 39,472 9/16/2009
  AdvancedAuctionhouse v1.5 Release 2.0.10.1853 17,086 8/13/2009
  AdvancedAuctionhouse v1.4 Release 1825 23,557 5/27/2009
  AdvancedAuctionhouse v1.3 Release 1825 3,944 5/22/2009
  AdvancedAuctionhouse v1.2 Release 1825 9,452 4/7/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.
  • romania said

    This is a great addon, but it NEEDS UPDATE!

    Reply Report Permalink
  • ufirst said

    Some code comments in english would be nice for the variables and functions.

    I would love the ability to save filters.

    Reply Report Permalink
  • for the ppl who have the crafting window error i did this to fix it

    find this
    function GameTooltip:SetCraftItem(obj,)
    SetCraftItem_orig(GameTooltip_obj, obj);

    and chance it to this
    function GameTooltip:SetCraftItem(obj, id)
    SetCraftItem_orig(GameTooltip_obj, obj, id);

    Reply Report Permalink
  • you will find that string in AA_hooks in the LUA folder

    Reply Report Permalink
  • rv55 said

    Is there anyway to disable the average price database? It's real memory hog. I'd like to use AdvancedAuctionHouse just for the Auction House features.

    Reply Report Permalink
  • JeromeM said

    Hey,

    When i do a search with a quote in it, i have no result.
    I've tried to correct this myself but it doesn't work..

    Reply Report Permalink
  • Thjalfi said

    This is a very nice AddOn which brings some handy functions to the auction interface. Very good job.

    The only thing that's completely useless is the calculation of an average price for a certain item based on the price history. The problem is that (a) it doesn't correct for outliers, i. e. when someone puts up ridiculously low or high prices just to screw with the statistics or because they don't know any better, and (b) it doesn't react to changes in the market quickly enough. The thing is, if your price history is very large then it will dominate the calculated price so if the price has changed recently then the calculated average will be either too high or too low. What would be good is if the price history had a lower statistical weight than current auctions, because it's only useful if the aren't currently any (not statistically sufficient) auctions up for a certain item, otherwise the history is useless.
    Also the average is not much use anyway if there is a big spread, because people only go for the lowest price, so putting items in at the average won't sell anything.

    Reply Report Permalink
  • Magic1979 said

    I found a BUG if you open your craftingpage like carpentry you cant previeuw the items you make because of an error of Advanced Auctionhouse is this possible to be fixed further its a great addon and i am very satisfied about it

    Reply Report Permalink
  • penneone said

    Bei mir kommt immer eine Fehlermeldung.
    call CraftFrameProductListFrameItem2's OnEnter, line: [string "?"]:89: bad argument #3 to 'SetCraftItem_orig' (number expected, got no value)
    es wird von diesem Addon erzeugt.
    Wenn man die Fertigkeiten aufruft und dann auf die Vorschau geht erscheint die Fehlermeldung.

    Reply Report Permalink
  • Etenia said

    Dem kann ich mich nur anschließen, so lange dieses AddOn installiert ist, funktioniert das Craftinginterface nicht. Es gibt keine Tooltipps mehr für die Items die man Craften kann und im Chat erscheint obige Fehlermeldung.

    Wäre klasse, wenn das schnellstens behoben würde, da dies das einzige vernünftige Auktionshausaddon ist, das ich kenne. Würde ungern drauf verzichten müssen.

    Reply Report Permalink
  • AuronXanor said

    siehe meinen post etwas weiter unten... so kannst du es selbst fixen, hoffentlich findet graves bald zu seinem addon zurück und packt das ganze dann auch in ein offizielles release...

    Reply Report Permalink
  • Luke27 said

    Hi, I'm a newbie at coding, but I like translating ^^
    I'm Spanish and downloaded this awesome Addon, and I translated it to my language.

    Spanish translate:
    http://www.megaupload.com/?d=S7AC06MT

    Just put it at C:\Archivos de programa\Runes of magic\Interface\Addons\AdvancedAuctionHouse\Locale

    or

    C:\Program files\Runes of magic\Interface\Addons\AdvancedAuctionHouse\Locale

    depending of the locale configuration of your pc ;)

    PS: Please Graves666, I will appreciate so much if you add this translate to the pack ;) Oh I forgot, Congratz for this awesome Addon again ;)

    Reply Report Permalink
  • rv55 said

    Is there any way to disable the price history feature of AA? Because I'm trying to save memory and AA uses a lot saving all those prices in it's database.

    I'm pretty sure there is no option for it but maybe someone knows if there is some part of the programming that could be disabled?

    ps. Knowing this feature would take up a lot of memory, the dev should have included an option to disable it. Oh well.

    Reply Report Permalink
  • unnamed01 said

    I've modified some special filter words, like $single = $1, $double = $2, $clean = $0 and added $4, $5, $6. Also $y and $g.

    Reply Report Permalink
  • Odd it won't display price history, or do I need to turn it on?

    Reply Report Permalink
  • AuronXanor said

    My proposal makes price-history working again. This was how I found out about this feature ^^

    Reply Report Permalink
  • AuronXanor said

    I hope graves will soon fix this, for the ones of you that don't want to wait:
    Open the file lua/AA_hooks.lua (in you AA-dir):
    replace the lines 88 and 89 with the following lines:
    function GameTooltip:SetCraftItem(obj, number)
    SetCraftItem_orig(GameTooltip_obj, obj, number);

    This means you only add a single argument to both functions. This fixes the bug.

    Reply Report Permalink
  • moacg said

    Thanks alot Auron!!!! Just got this addon and had to keep quitting and removing it to craft (didn't have to, but that error was VERY annoying).

    Reply Report Permalink
  • rv55 said

    Thx, I've been putting up with this error for ages because I didn't know what was causing it. Thanks for the fix. It works a treat.

    Reply Report Permalink
  • Zaylin said

    Im having issues with Adv. AH, when ever I have it IN my addons it causes my crafting ui tooltips to display a system error message, instead of detailed info on the item in question. anyone else having this issue and if so a work around..thanks

    Reply Report Permalink
  • Addon Packs Containing AdvancedAuctionhouse
  • Similar Addons
  •  

Average downloads per day

  1. 115 yGather - Gatherers Map Map & Minimap, Auction & Economy...
  2. 57 Heal Bot 2 Auction & Economy, Action...
  3. 38 Fusion Crafting, Auction & Economy...
  4. 37 RoMail2 Chat & Communication, Auction...
  5. 23 AdvancedCrafting Auction & Economy, Bags &...