• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

MultiAuction (WAR)

  Download the Curse Client

Project Updated:
Files Updated: Thu, May 7 2009
Supports Game Version: 1.2.1
Category: Auction & Economy
Tags:

[Edit Tags]

Project Manager: Odlaw
Additional Authors: No additional authors
Current Version: r18
License: All Rights Reserved
Avg Daily DL (last 30 days): 34
Downloads Total: 5,620
Favorites: 43
Comments: 45
  • Contests
  • About MultiAuction (WAR)
  •  

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.

  • Downloads (5)
  •  
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  
  MultiAuction (WAR) r18 Beta 1.2.1 2,326 5/7/2009
  MultiAuction (WAR) r17 Beta Beta 3.0 1,970 11/11/2008
  MultiAuction (WAR) r16 Beta Beta 3.0 101 11/7/2008
  MultiAuction (WAR) r15 Beta Beta 3.0 50 11/6/2008
  MultiAuction (WAR) r14 Beta Beta 3.0 55 11/5/2008
  • 1 page(s)
Advertisement
  • Screenshots (1)
  •  
  • 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.
  • icietyin said 

    is it just me or does the rest have a problem of creating the auction? i'm stucked at processing auction when press submit.

    Reply Report Permalink
  • Did you try the fix I posted below? If no, and you choose to use it, please read the known problems list :). As they can be pretty severe ;)

    Reply Report Permalink
  • wbartek said 

    HUGE THX for fixing this!! It felt like loosing an arm without this addon!

    Reply Report Permalink
  • Roemerroemer:
    At least it works! Thanks so much, life is good. It's awsome you took the time to try and fix this.
    Thanks, montanamike

    Reply Report Permalink
  • Thanks mate :), I really did my best :). I've been wanting to learn lua, and then 1.3 came around :). The first thing on my list is to either include a failsafe or simply support for adding things from multiple backpacks to one auction session. The idea of accidentally auctioning something else than intended seems horrid :p.

    I still for the love of god can't figure out why on earth there are no money icons in the setallprices-thing, as there are money icons in the auction-rows. In the xml they have exactly the same code. Totally puzzled :)

    Reply Report Permalink
  • Alright, here's a semi-fix. Not working completely, but good enough to be used for mass-auctioning. I don't know when I'll have time again to fix the rest of the problems, hence the half-assed version ;). READ THE KNOWN PROBLEMS BELOW.

    http://rapidshare.com/files/249281851/MultiAuction.lua

    KNOWN PROBLEMS:
    * no icons for gold/silver/brass at the price-schemer, doesn't matter, still works
    * clearing single/all auctions do not work - do a reloadui
    * DO NOT put items from multiple backpacks in the auction - ONLY one backpack-type at a time
    * DO NOT SWITCH between backpacks AFTER adding items, it will try to add items from your current backpack. If you change the current backpack before submitting, DIFFERENT(!!!) items will be added than intended.


    Remember, do not switch between backpacks, otherwise other items will be auctioned than you wanted. This is a serious problem of course, but since multi-auctioning is too nice to do, I'm sharing this quasi-fix.

    Reply Report Permalink
  • MrShale said 

    Awesome. works like a charm. you're a lifesaver man.

    Reply Report Permalink
  • Llnk said 

    I hope someone can fix this addon, its crucial for a crafter to put numerous items up for sale. To my knowledge there's no similar addons out like this one is there?

    Reply Report Permalink
  • I will give it a serious try next friday, though my lua knowledge is limited as is my knowledge on the ingame scripts. In essence I don't think it will be that difficult, as only the backpack-references have been changed I think (and that is where the debugger gives errors), so I think I should be able to do it. But I haven't written any addons myself, only edited many others. So I could fail, so don't get your hope up to much :p.
    I just like having this addon to much, so I do have the motivation :p

    Reply Report Permalink
  • roumor said 

    CreateAuction() function is now wants 6 params instead of 5.
    CreateAuction(backpack_slot,backpackID, everything else as before)

    backpack item lock calls also got changed to respect multiple backpacks.
    (thats why when you try to put some items on MultiAuction it wont let you press Accept button. it cant aquire locks)

    its easier to rewrite the addon completely than digg into Odlaw's code-pasta hehe :)

    Reply Report Permalink
  • Thanks for the tips :). I already had those issues fixed, as they were relatively easy :p. The thing I'm trying to fix now is the price-scheme-thing. It's not displayed correctly, and the button also doesn't work. For now, I'm still puzzled. Any suggestions welcome :).

    Reply Report Permalink
  • Actually, the values you put in changes correctly, but somehow the icons (gold, silver, brass) don't appear for the price-schemer. Now that I think of it, did they ever?

    Reply Report Permalink
  • Llnk said 

    would be awesome

    Reply Report Permalink
  • This definitely one of those addons you miss so much when they no longer work :). If you could find the time to try and fix it to work with 1.3, we would all be very grateful :).

    Reply Report Permalink
  • Llnk said 

    This addon is broken as of 1.3, cant put multiple items up on the auction house anymore using this addon.

    Reply Report Permalink
  • Anahera said 

    Same. It really really sucks not having it work!

    Reply Report Permalink
  • same here... and if you sell a lot of stuff like I do it's horrible not having it :)

    Reply Report Permalink
  • cannelle said 

    +1

    Reply Report Permalink
  • joesnazz said 

    WoW what a great and amazing add-on! Odlaw!
    thank you so much for putting your time to created such wonderful add-on, because after week by painfully and manually put my item for sell via AH 1 by 1 was like an never ending task, non the less glad i found it yesterday and i love it! great add-on!

    Imho every add-on that make our life easier should replace or implement the game default one, and this is one of them.

    Reply Report Permalink
  • Rogoo said 

    Yes, after the 1.1 patch I can't create any auctions even though I disabled all my auction plugins. Also some items seem to be "stuck" in my inventory. Something went very wrong here.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 172 Auction Stats Auction & Economy
  2. 125 WaaaghBar Auction & Economy, and Bags...
  3. 113 Tidy Roll Auction & Economy, and Bags...
  4. 105 Waaaghbar Continue by Lingy Auction & Economy, Quests...
  5. 37 SNT Info Auction & Economy, and Artwork