• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Baud Auction

  Download the Curse Client

Project Updated:
Files Updated: Thu, Jun 25 2009
Supports Game Version: 3.1.0
Category: Auction & Economy
Tags:

, , and [Edit Tags]

Project Manager: Baudzila
Additional Authors: No additional authors
Current Version: 1.111
License: All Rights Reserved
Avg Daily DL (last 30 days): 29
Downloads Total: 20,368
Favorites: 113
Comments: 52
  • About Baud Auction
  •  

Baud Auction modifies Blizzard's auction interface so it can display and sort multiple pages of items at once.

Feature List

  • Multiple pages can be displayed and sorted at once.
  • Auction items also display the price per unit.
  • Auction frame is made movable.
  • Box for entering in the per unit price when creating an auction, aswell as a check box for keeping the buyout price the same as the starting price.
  • Default auction posting time set to 48 hours.

Additional Info

  • A blue asterisk beside a bid means the item had a bid already placed on it, and a purple one means you have the highest bid.
  • When the highlight on an item appears blue, that means the item is not on the current page, and Baud Auction will switch to the appropriate page when possible.
  • Downloads (7)
  •  
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  
  Baud Auction 1.111 Release 3.1.0 615 6/25/2009
  Baud Auction 1.11 Release 3.0.8 4,854 1/21/2009
  Baud Auction 1.1 Release 3.0.2 3,814 10/21/2008
  Baud Auction 1.012 Release 2.4.0 310 4/9/2008
  Baud Auction 1.011 Release 2.4.0 24 4/2/2008
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.
  • Really love this addon. Glad it's been updated again.

    Only thing that I'd like would be to change the g,s,c to the Gold, Silver, Copper icons. But I'm just being picky :P

    Reply Report Permalink
  • picachu said 

    Thanks for fixing the erors which showed up at previous version.
    Good to see this still gets updated. :)

    Reply Report Permalink
  • as I understand we need a fresh mind in this project =)
    otherwise no features request and WoW-interface version update ((

    Reply Report Permalink
  • Feature Request: Shift click or something to buyout without confirmation.

    Reply Report Permalink
  • Walkerbo said 

    I love this addon and would love to see a mass buyout function too

    I dont know how to edit the lua as suggested below

    I am getting the following error message

    Date: 2009-06-06 09:00:23
    ID: 3
    Error occured in: Global
    Count: 1
    Message: ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua line 1309:
    attempt to index local 'self' (a number value)
    Debug:
    (tail call): ?
    [C]: ?
    ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1309: AuctionsRadioButton_OnClick()
    BaudAuction\BaudAuction.lua:109: ?()
    BaudAuction\BaudAuction.lua:144:
    BaudAuction\BaudAuction.lua:143
    [C]: LoadAddOn()
    ..\FrameXML\UIParent.lua:229: UIParentLoadAddOn()
    ..\FrameXML\UIParent.lua:240: AuctionFrame_LoadUI()
    ..\FrameXML\UIParent.lua:938:
    ..\FrameXML\UIParent.lua:469
    AddOns:
    Swatter, v3.1.13 (<%codename%>)
    Atlas, v1.14.1
    AtlasBattlegrounds, v1.14.1
    AtlasDungeonLocs, v1.14.1
    AtlasOutdoorRaids, v1.14.1
    AtlasTransportation, v1.14.1
    AtlasLoot, vv5.05.00
    AtlasLootFu, vv5.05.00
    Babylonian, v5.1.DEV.130
    BaudAFKReporter, v1.101
    BaudAuction, v1.11
    BaudBag, v1.4.5
    BaudManager, v1.1
    BaudMenu, v1.032
    beql, v1.0.5
    Cartographer, v2.0
    CartographerBattlegrounds, v2.0
    CartographerCoordinates, v2.0
    CartographerFoglight, v2.0
    CartographerGroupColors, v2.0
    CartographerGuildPositions, v2.0
    CartographerInstanceLoot, v2.0
    CartographerInstanceMaps, v2.0
    CartographerInstanceNotes, v2.0
    CartographerLookNFeel, v2.0
    CartographerNotes, v2.0
    CartographerPOI, v2.0
    CartographerWaypoints, v2.0
    CartographerZoneInfo, v2.0
    ChatBar, v
    ChatEdit, v2.0
    Configator, v5.1.DEV.190
    DBMBurningCrusade, v
    DBMCore, v
    Decursive, v2.4.0.3
    DurabilityStatus, v
    EasyMail, v
    EquipCompare, v2.13
    FailBoat, v1.0b2
    FriendsFacts, v
    FriendShare, v
    Gatherer, v3.1.13
    GearScore, v2.1.02
    GearScoreRecount, v2.0.02
    MobInfo2, v3.71
    NotesUNeed, v6.57.30100
    Omen, v3.0.7
    OneCompanion, v3.0.3.$Revision: 38 $
    QuestHelper, v1.0.19
    RecipeRadar, v1.31
    Recount, v
    RecountFailBot, v
    SlideBar, v3.1.13 (<%codename%>)
    (ck=50d)

    Reply Report Permalink
  • So here's a little hack for you to get rid of the search text and to be able to get tooltips back working:

    In BaudAuction.lua add this after line 258 (but before the "else"):

    AuctionFrameBrowse.isSearching = nil;
    BrowseSearchDotsText:Hide();
    BrowseNoResultsText:Hide();

    This tells the default Blizzard AuctionUI that the search is over and it should hide the search text. I guess with 3.1 the AuctionUI Api changed and BaudAction fails to hook it correctly or you really have to tell the default UI to stop.

    To get rid of the LUA Error upon opening the Auction House for the first time you can simply comment out the lines 109 to 112 (the AuctionsRadioButton_OnClick hook). I'm not getting that error anymore since then and I still haven't found any problems that originated from that change.

    Reply Report Permalink
  • Thx a lot, dude! perfect work

    too pity the author dissapeared ((

    Reply Report Permalink
  • Ajriaz said 

    Nice AddOn :)

    Could it be possible to add the functionality to change the color or hide entirely "already known" recipes/books/whatever ? That would be great :)

    Reply Report Permalink
  • This is the error im getting in 3.1

    Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1309: attempt to index local 'self' (a number value)
    BaudAuction-1.11\BaudAuction.lua:109: in function `?'
    BaudAuction-1.11\BaudAuction.lua:144: in function
    : in function `LoadAddOn'
    Interface\FrameXML\UIParent.lua:229: in function `UIParentLoadAddOn':
    Interface\FrameXML\UIParent.lua:240: in function `AuctionFrame_LoadUI':
    Interface\FrameXML\UIParent.lua:938: in function :

    ---

    Reply Report Permalink
  • Would be very cool if you could update this for 3.1, it basically works as it is, can still sort/search, but throws an error all the time and the search text doesn't go away.

    Reply Report Permalink
  • egingell said 

    That is a lovely error report. "It's broke. Fix it." Beautiful.

    Reply Report Permalink
  • That's because it wasn't supposed to be an error report smart guy. It was just a comment to let the developer know that some people like the app and it would be great if it was updated for 3.1.

    Reply Report Permalink
  • IceMolly said 

    Please, update this mod. I can't live w/o it.

    Reply Report Permalink
  • Dainton said 

    Just got this while posting up some auctions.

    [07:50:42] Interface\AddOns\BaudAuction\BaudAuction.lua:586: attempt to index field '?' (a nil value)
    [C]: ?
    Interface\AddOns\BaudAuction\BaudAuction.lua:586: in function
    [C]: in function `sort'
    Interface\AddOns\BaudAuction\BaudAuction.lua:585: in function `BaudAuctionSortBrowseList'
    Interface\AddOns\BaudAuction\BaudAuction.lua:394: in function

    Reply Report Permalink
  • jdhas said 

    I like the addon, but it's frustrating that so many item names are truncated in the AH frame. I wish there was either 1) a way to change the size of the columns in the frame, or 2) list (wrap) item names on 2 lines.

    Reply Report Permalink
  • i agree, great mod but it would be awesome to be able to fix the column issue

    Reply Report Permalink
  • Mizuti said 

    Great addon, but still a few bugs in it, for example it doesn't always buy the selected auction, but sometimes buys other auctions of the same seller.
    Like X is selling 3 dragon's eyes, 2 are priced 200g and 1 is 300g. so if i select the 2 of 200g to buy em, Baud sometimes picks the one for 300g instead. results to loss of money :P
    noticed this several times already. anyone else?

    Reply Report Permalink
  • Hi is there a way to get this to work with Auctioner mod?

    Reply Report Permalink
  • I would have a suggestion to make. If it's not too hard to do, it would be nice to have a "Mass Buyout" button. You would have a checkbox next to each auction, and when you'd click that button it would buyout all of the auctions you checked.

    Reply Report Permalink
  • I get this error when I try to sort by vendor in the auction list:

    Interface\AddOns\BaudAuction\BaudAuctions.lua:570: attempt to compare nil with string

    Can you please check that out?

    Thanks!

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 14,732 Auctioneer Auction & Economy, Mail, and...
  2. 997 AuctionMaster Auction & Economy
  3. 808 Auctionator Auction & Economy, and Tooltip
  4. 697 Sell-O-Matic Auction & Economy, and Bags...
  5. 693 GoingPrice Wowhead Data Source Addon Auction & Economy, and Tooltip