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.
Facts
- Date created
- 14 Feb 2009
- Category
- Last update
- 16 Sep 2009
- Development stage
- Release
- Language
- deDE
- enUS
- frFR
- License
- BSD License
- Curse link
- AdvancedAuctionhouse
- Recent files
- R: AdvancedAuctionhouse v1.6 for 2.0.11.1872 on 16 Sep 2009
- R: AdvancedAuctionhouse v1.5 for 2.0.10.1853 on 13 Aug 2009
- R: AdvancedAuctionhouse v1.4 for 1825 on 27 May 2009
- R: AdvancedAuctionhouse v1.3 for 1825 on 22 May 2009
- R: AdvancedAuctionhouse v1.2 for 1825 on 07 Apr 2009