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.
Vote in the poll.
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.
----------------
- Changes
- Updated VerstionSettings tag. (I will chage the file to 1.3.0 as soon as curse gives me the option. So just ignore that it says 1.2.1)
- Fixed issue created by update 1.3.0 where auto-pricing an auction would no longer work.
- Fixed the seller name coloring of auction house window browse list. You should notice what I mean when you scroll through the list.
- Fixed the issue where items with no sell price showed the sell price from the last item that did have one.
- There are still some issues with the new backpacks, these will be addressed in 2.2.1, which I will release shortly. As of now most of Auction Stats functionality still works.
- Added check during init to make sure LibSlash existed, and if not, give error message to user.
----------------
- 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 in search result based on historic 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
------------------------------------------------------------------------
r11 | laconic1 | 2009-06-16 18:57:35 +0000 (Tue, 16 Jun 2009) | 3 lines
Changed paths:
M /trunk/AuctionAssist.lua
M /trunk/AuctionStats.lua
M /trunk/AuctionStats.mod
M /trunk/RecentChanges.txt
* Updated VerstionSettings tag.
* Fixed issue created by update 1.3.0 where auto-pricing an auction would no longer work.
* There are still some issues with the new backpacks, these will be addressed in 2.2.1, which I will release shortly. As of now most of Auction Stats functionality still works.
------------------------------------------------------------------------
r10 | laconic1 | 2009-05-31 06:41:31 +0000 (Sun, 31 May 2009) | 2 lines
Changed paths:
M /trunk/AuctionStats.lua
M /trunk/RecentChanges.txt
Added fix for Auction Window search results to color names of sellers depending on their buyout price compared to the median price of the item. It needs work on the comparing still, but at least the color is right now, even when you scroll.
------------------------------------------------------------------------
r9 | laconic1 | 2009-05-13 02:16:07 +0000 (Wed, 13 May 2009) | 1 line
Changed paths:
M /trunk/AuctionStats.lua
Fix tooltip for items that have a NPC sale price of 0
------------------------------------------------------------------------
Installation Guide
- Exit "Warhammer Online" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Verify your WAR Installation Path
That is where you are running WAR from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your Warhammer Online folder. (default is C:\Program Files\Warhammer Online\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start Warhammer Online
Translations
When you download a mod, please be sure that the mod is compatible with your translation of WAR. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
Directory Structure
Warhammer Online
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.mod
|_ *AddonName*.lua
|_ (possibly others as well)...