• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

AuctionAssist

 

Project Updated:
Files Updated: Sun, Nov 2 2008
Supports Game Version: Beta 3.0
Category: Auction & Economy, and Bags & Inventory
Tags:

[Edit Tags]

Project Manager: Lefi
Additional Authors: No additional authors
Current Version: AuctionAssist v0.62 RELEASE
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge
Avg Daily DL (last 30 days): 8
Downloads Total: 6,096
Favorites: 38
Comments: 31
  • About AuctionAssist
  •  

AuctionAssist provides a number of shortcuts for auctioning while using the Auction house window

Known Issue: If you have auction stats installed, then when you put something up for auction, it auto searches twice... I don't have a workaround for this yet, but I am working on it.

Features:
- Drag Search: Drag items from your inventory into the search box in the auction house
- Alt-Click "Search": Alt-Click any item in your inventory to search the auction house for that item
- Ctrl-Click "Put Item Up For Auction": Ctrl-Click any item in your inventory to put it up for auction (if it can be auctioned)
- Auto Search Auctioned Items: When you start to put some thing up for auction, searches the auction house and displays the results.  Also sets the initial prices to the current minimum values in other auctions instead of the defaults
- Auto Undercut: Allows you to automatically undercut the lowest values in teh auction house by either a percent or an amount

/uc or /undercut
/uc 5% - undercut by 5%
/uc 5g - undercut by 5 gold
/uc 50000 undercut by 5 gold
/uc 5s - undercut by 5 silver
/uc 500 undercut by 5 silver
/uc 5b undercut by 5 brass
/uc 5 undercut by 5 brass

the default is 5%.

to turn item names in the search box on or off ...
/script AuctionAssistSettings.ShowSearchItemName = false or true

  • Downloads (3)
  •  
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  
  AuctionAssist v0.62 RELEASE Release Beta 3.0 5,772 11/2/2008
  AuctionAssist v0.61 beta Beta Beta 3.0 187 11/1/2008
  AuctionAssist v 0.51 Beta Beta Beta 3.0 137 10/31/2008
  • 1 page(s)
  • 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.
  • Please fix this addon, I hate to lose the functionality.

    Reply Report Permalink
  • The guy is long gone, but most of this addon's funcationality was merged into Auction Stats so i'm using that currently as a fallback.

    Reply Report Permalink
  • db6543 said 

    is this working again or is the darn ah ?

    Reply Report Permalink
  • Autosearch function broken with patch 1.3.

    Along with the /undercut function, please consider adding a "/match self price" function.

    (example: I list my first potion on the AH for 7g50s min bid & 10g buyout. Regardless of other players prices, with this setting enabled it would automatically fill in my price for any more of those potions I put up for sale at 7g50s min bid & 10g buyout.)

    Reply Report Permalink
  • I noticed that the logic was wrong in the AuctionAssist.OnSearchResultsReceived function in AutoAssist.lua file. It was calculating the buyout price etc without first taking into account the stack prices. THis should fix this.

    <>
    for i, v in ipairs(results) do
    if(GameData.Player.name ~= v.sellerName) then -- exclude stuff you are the seller of
    if(v.currentBid ~= nil and v.currentBid > 0) then
    currentBidOne = v.currentBid / v.itemData.stackCount
    if(not minBid or currentBidOne < minBid) then
    minBid = currentBidOne
    end
    end
    if(v.buyOutPrice ~= nil and v.buyOutPrice > 0) then
    buyOutOne = v.buyOutPrice / v.itemData.stackCount
    if(not minBuyout or buyOutOne < minBuyout) then
    minBuyout = buyOutOne
    end
    end
    end
    end
    <
    >

    Reply Report Permalink
  • Yeah auto search after dag drop doesnt work now. Have to alt click to manually search. Also auto underbid fails to work also now.

    Reply Report Permalink
  • I've been having a problem with not being able to move things around in my bags, and I found out, from searching the web, that the problem is due to AuctionAssist. I also had Auction Stats installed, and, as an experiment, uninstalled Auction Stats to see if that cleared the problem. Lo and behold, it did! Apparently, there is some bad interaction going on between AuctionAssist and Auction Stats now that prevents being able to move items around in your bags. Everything is fine if you just have AuctionAssist running, but AuctionAssist with Auction Stats both running causes the locked bags problem.

    Reply Report Permalink
  • Auctionassist looks to have been included in auctionstats so you don't need this if using auctionstats.

    Reply Report Permalink
  • Llnk said 

    Not sure why but suddenly the drag and drop auto search is no longer working as of today. it still searches when i ctrl click thought, quite weird.

    Reply Report Permalink
  • Isuldor said 

    After downloading this addon, I added some conditionals to the query builder to better suit my needs. The problem was that all too often when I went to sell an item, I didn't recieve enough autosearch results (or often any at all) to make an informed decision on how much to sell for. To resolve this issue, I changed the autosearch query to look for relatively similar items. The idea is to find a middle ground between too many results and not enough, as well is limiting the similarity searching to equipment items only (the extent of my own needs). The hardest part of this was determining the structure of the item/equipment object using the dump_table function (having never used the war ui debugger, or written lua addons before). Anyway, this is a terrifically written mod. Thanks Lefi.

    Reply Report Permalink
  • A "match my last price" function is on my wish list. It would sure be nice to not have to enter 5g for 15 entries but just do it once, as an example.

    Reply Report Permalink
  • Eries said 

    Thank you for this great addon !
    Please update for 1.20 !

    Reply Report Permalink
  • huntgod said 

    You cannot equip a talisman into an item while this mod is enabled.

    Reply Report Permalink
  • jace808 said 

    I wish someone would pick up this project and expand on it. Give it more features and work out some of the minor bugs. :(

    Reply Report Permalink
  • Hi there ! Could you please insert also undercut bottons with other percentage like 10% 15% 20% 25% ?
    Thank you for this great addon !

    Reply Report Permalink
  • Just use, "/uc 10%" etc.


    Reply Report Permalink
  • Installed v0.62 RELEASE on 12/21/08.
    Won't allow drag and drop for search function.
    Won't allow Alt+click for search function.
    Mod is listed and enabled in Customize UI pane.

    Please help!

    Reply Report Permalink
  • Aha! I was missing a dependency (LibSlash: http://war.curse.com/downloads/war-addons/details/libslash.aspx?CommentPage=2). Just installed LibSlash to my AddOns folder, reloaded UI and this (and my other addons) worked.

    Reply Report Permalink
  • sgtmedic said 

    Auto search feature makes posting items a breeze. Sweet mod!

    Reply Report Permalink
  • golom81 said 

    this addon is broken in 1.1 i can move items in my bag when its active, anyone know, pls update this addon, its realy great

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 124 TokenMachine PvP, and Bags & Inventory
  2. 75 nRarity Bags & Inventory
  3. 71 Character View Expanded Stats (CaVES) Buffs & Debuffs, Bags & Inventory...
  4. 63 ItemRack Bags & Inventory
  5. 46 AutoLoot Bags & Inventory