Auction multiple items at once using a few different pricing schemes.
I used to use Igor's Mass Auction in WOW all the time. I missed the functionality in WAR, so I made my own.
Pricing Schemes:
- Default
Initial bid and buyout are set to the default initial / buyout values.
- All Same price
If you leave the number of items empty, values are set for the entire stack.
Or enter a number, and the values are set for each # of items in the stack.
- Value Multiplier
Initial bids can be set a percentage of the vendor price. (Default initial bid if not checked)
Buyouts can be set as a percentage of the initial bid. (Default buyout if not checked)
Usage:
- Price Scheme: Select the pricing scheme addon you wish to use to get starting and buyout prices for. Each scheme may have several options to choose from. This scheme will be used when adding new items to MultiAuction; all items currently added to MultiAuction will not have their prices changed.
- Set All Prices: This will attempt to set all items currently added to MultiAuction with the selected pricing scheme. This is useful if you were adding items using another pricing scheme, and wish to change all item prices using another scheme.
- 8H / 24H / 48H / 72H: This will set durations for all items to 8, 24, 48, or 72 hours respectively.
Notes:
- If a pricing scheme does not supply a starting or buyout price, the item will not be added.
- Once an item is added to MultiAuction with whatever price scheme you use, you can still manually change the starting and buyout prices.
- Can only add items from your backpack (Icon view only, list view not yet implemented)
- To add part of a stack of items - Split the stack into your backpack first and then add the stack to the auction
- You can alt+click items from your backpack to add them as well
- Checks for player bound items and will not add them.
------------------------------------------------------------------------
r25 | roemerroemer | 2009-07-18 15:08:08 +0000 (Thu, 30 Jul 2009) | 2 lines
MultiAuction: PriceSchemes now have 1.3 support. Added support for MultiAuction_AuctionStats (WAR)
------------------------------------------------------------------------
r19 | roemerroemer | 2009-07-18 20:29:41 +0000 (Sat, 18 Jul 2009) | 2 lines
Changed paths:
D /trunk/MultiAuction.lua
Version r19:
* Added support for different backpack types, now able to auction from multiple backpacks at the same time. By roemerroemer
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)...