• 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): 219
Downloads Total: 96,020
Favorites: 269
Comments: 83
  • Contests
  • 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.1 Release 1825 650 4/6/2009
  AdvancedAuctionhouse v1.0 Release 1825 3,865 3/25/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.
  • 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
  • Grixal01 said

    Just asking if there is an issue where the price yous et for an item you want to auction does not autopopulate anymore?

    Other than that seems to be working ok for me.

    Reply Report Permalink
  • many thanks for this addon, but i have a question:

    is it possible to improve filtering? with this addon we still can't find fusion stones with only filtered attribute, like if you search for item with only Stamina I it search for items containing this word, it really would be nice to make possibility to search for certain number of stats in items :)

    Reply Report Permalink
  • Mavoc said

    if you want fusion stones with only stamina I then filter for it then sort by price. one stat sta stones will always be the most expensive on the list

    Reply Report Permalink
  • will you improve filtering with these functions in future:

    1. number of rune slots

    2. number of stats in item

    3. minimum durability?



    is there any date of adding these filters?



    P.S. it's really easy, i can't do it with myself because i don't know tooltip structure of the text

    Reply Report Permalink
  • sometimes people may sell it cheaper then 3 stat fusion stones... and of course then addon doesn't help :(


    does it so really hard to add filtering for:

    1. number of rune slots

    2. number of stats in item

    ?

    Reply Report Permalink
  • Vand said

    3. minimum durability

    ?

    Reply Report Permalink
  • gaymer77 said

    Thanks a ton Hokdan! I was scratching my head on what was broken in my addons so I just installed all of them & was re-adding them 1 by 1. Needless to say I was very happy to see this post to help me solve the problem.

    Reply Report Permalink
  • Hokdan said

    Problem is with the three different quality levels you may craft from newest patch.

    To solve this problem do the following:

    Open AA_hooks.lua

    Look for:
    ---
    function GameTooltip:SetCraftItem(obj)
    SetCraftItem_orig(GameTooltip_obj, obj);

    and change it to:
    ---
    function GameTooltip:SetCraftItem(obj, qual)
    SetCraftItem_orig(GameTooltip_obj, obj, qual);

    Voila... You will see the three different quality levels when hovering the icons...

    Reply Report Permalink
  • Mavoc said

    the same thing needs to be done to all addons that hook this tooltip

    this fix worked for me after i did the same with stat rating

    Reply Report Permalink
  • Patmagiuan said

    Amazing addon, thank you very much Graves666!!
    Could you please add one more special filter:
    - schon vorhanden/gekauft/gelernt (don't know the matching english words)
    It should help to buy monstercards or recipes that I don't have already added to my monster compendium or 'learned to use'
    Is this possible? Would be a great help.

    Reply Report Permalink
  • Limperate said

    Change
    SetCraftItem_orig(GameTooltip_obj, obj);
    to
    SetCraftItem_orig(GameTooltip_obj, obj,0);
    and it works.....
    it's just a little workaround because i don't know wath it does ^^

    Reply Report Permalink
  • Mavoc said

    SetCraftItem_orig(GameTooltip_obj, obj,1);

    this will make the tooltips be correct. if you use 0 then the rarity colors are all screwed up and it chances the items around

    Reply Report Permalink
  • Mavoc said

    well it works for the first craftable item, if it has multiple possible outcomes, ie you can make a white, green, or blue, then they will all be listed as white. so it is not a complete fix but it does enough for me for a patch

    Reply Report Permalink
  • Articluna said

    I can tell what that does. :) It gives "some" value for new crafting system's products so new crafting system can show something, instead of error message.

    Wanna know more? It also gives wrong values for the crafting system. No way hochim's set is epic with near 600pdef on lv 20 upper body armor.

    So in a nut shell, no error messages but wrong products on preview of new crafting system.

    Reply Report Permalink
  • qaz1qaz1qa said

    I just did this in AddOns\AdvancedAuctionhouse\Lua\AA_hooks.lua
    starting line 87 added: --[[
    line 97 added: ]]

    --[[local SetCraftItem_orig=GameTooltip_obj['SetCraftItem'];
    function GameTooltip:SetCraftItem(obj)
    SetCraftItem_orig(GameTooltip_obj, obj);
    if(IsAltKeyDown() or AuctionSettings["PriceHistoryAutoshow"]) then
    HistoryForGameTooltipHyperLink = false;
    HistoryForGameTooltip = true;
    local name = GameTooltipTextLeft1:GetText();
    AA_ShowPriceHistoryTooltip(self, name);
    end
    end
    ]]

    Reply Report Permalink
  • qaz1qaz1qa said

    As of November 19, 2009 with the incorporation (its too obvious) of nkCraft into the legitimate ROM code for the crafting window, Advanced Auction House will cause an error when hovering over the Icons in top right window panel.

    Error message: Call CraftFrameProductlistFrameItem1's OnEnter, line: [string "?"]:89 : bad argument #3 to "SetCraftItem_orig(number expected, got no value)


    AA_hooks.lua Line 89
    SetCraftItem_orig(GameTooltip_obj, obj);

    Reply Report Permalink
  • Pyrobooby said

    Amazin Addon but i found out that once i placed my mana stones that i crafted from puris into the AH, i cannot search them myself. I ask friend to search for my mana stones and still cant be found. Then i removed the addon and tried searchin the hard and long way and i found my mana stones.

    Reply Report Permalink
  • solicitor said

    HI
    Love this addon. Just would like some clearifyingings,

    1. The filter function only filters the "loaded 500 items", right?
    (if it's interact with the "server request" i guess it had
    solved the 500 items limit)

    2. Are there more "$Filters" to use ?

    It should be convinient with some filters based on Average price(or Price/Unit)

    Reply Report Permalink
  • dustud said

    First of all, i want to say that i really like this addon.
    But are you able to make another option to search for a durability of for example 110 and higher? Now i need to loot for an item with it and hope that it is clean etc..

    Hope you can make it :D

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 280 yGather - Gatherers Map Map & Minimap, Auction & Economy...
  2. 77 Heal Bot 2 Auction & Economy, Action...
  3. 70 RoMail2 Chat & Communication, Auction...
  4. 59 Fusion Crafting, Auction & Economy...
  5. 55 AdvancedCrafting Auction & Economy, Bags &...