Advertisement

Igor's Mass Auction for TBC

(14.4 KB) Download the Curse Client

Last Update: Nov. 22, 2007 (8 months ago)
Category: Auction & Economy
Tags: auction, igor, and mass
Project Manager: Anasztaizia
Website: visit
Current Version: Igor's Mass Auction for TBC 2.7.1
(for World of Warcraft 2.3.0)
Downloads Today: 60
Downloads Total: 68,385
Favorites: 592
Comments: 131
  • About Igor's Mass Auction for TBC
  •  

BEFORE posting bugs, please ensure that you are running the latest version of IMA available from this page.




Igor's Mass Auction

This is the unofficial, working, version of Igor's Mass Auction mod with some bug fixes and enhancements (including the ability to tab between auctions). As of right now this is the only version of IMA that works 100% with TBC.

IMA adds an extra page to your auction window that allows you to submit up to 18 auctions at once. Prices and duration can be set on an auction by auction basis.

IMA is compatible with other auction mods including:

  • Auctioneer
  • WOWEcon
  • EasyAuction

If you find an auction mod that doesn't work with IMA please report it in the comments section below.

If you are running Auctioneer and you have Autofill enabled (it's an option in Auctioneer and is on by default) then IMA will price your items with the price you used last time you auctioned the item. For users of EasyAuction there is an "EasyAuction" mode selectable from the drop down menu which will autofill auction prices using EasyAuction's pricing.




Usage

To add items to the IMA frame from your backpack you have three options:

  • Drag and drop them onto the IMA frame with left click.
  • Hold down ALT and left click on items.
  • Tick the "One Click Auctions" check box at the bottom of the IMA frame and then left click on items (this option is mostly intended for players who are unable to use a keyboard and mouse simultaneously).

Pressing Tab and Shift-Tab will move the cursor forwards and backwards through the various edit boxes. Pressing Enter with "All Same Price" mode enabled and the cursor in the stack size window will update all current auctions with the pricing in the All Same Price window (the same as if you'd clicked on "Set All Prices").

Left clicking on the 12h/24h/48h buttons at the bottom of the IMA pane will update the durations on all auctions accordingly.




What to do if you encounter a bug

1) Before going any further, check the version number at the TOP of the IMA auction frame against the latest version available here. If you are not running the latest version please download and install the latest version first.

2) DISABLE ALL OF YOUR MODS. Make sure that your bug still occurs with all of your mods disabled. If your bug is that IMA is conflicting with one other mod then disable everything except IMA and that one other mod then test to see if the problem persists. Hours and hours of my time have been wasted by people lying in their bug reports for IMA, claiming to have disabled all of their mods because they're too lazy and selfish to spend 2 minutes testing with their mods disabled. Don't just disable the mods you think are related. Don't post and tell me you're not running anything else because you think the mods you are running are harmless. Don't waste my time. Test properly, disable all of your mods. Thanks. :)

3) If you are receiving an error window while in the auction house using IMA please make sure you post the entire text of the error window correctly. Clearly explain what you were doing when the bug occured and what I will need to do to reproduce the bug on my computer.

4) In the unlikely event you are receiving an error window related to IMA and you are not at the auction house please install BugSack (which is available on Curse gaming) and provide the entire error report that BugSack generates.

5) If you are encountering a bug while using IMA that isn't generating an error window, please check you are running the latest version of IMA first. When reporting the bug please explain clearly what is happening, provide extremely detailed CLEAR numbered steps showing how to reproduce the issue, and tell me what you expect to be happening instead. Rambling paragraphs where you write as if you were talking face to face with your friend just make my life hard. Clear numbered step by step instructions are what you should be posting.

  • Downloads (5)
  •  
Advertisement
  • Screenshots (1)
  •  

You need to login or register to post comments.

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.
 
  • May 19, 2008, 07:25AM (2 months ago)

    In All Same Price it no longer calculates the difference when adding stacks and partial stacks. Example: I add a stack of (20) Arcane Dust and then a single (1) Arcane Dust and they will both be 25g lets say. This should be put back to the way it was.

  • May 19, 2008, 05:52PM (2 months ago)

    hmmm it still works the same it always has as far as I can see. I did mess around with it a bit and was able to make it give the same price for different sized stacks by setting the number of items to zero.

    Are you adding items to the frame / entering numbers in such a way that you're sending up with stack size 0? If so, let me know the order of events and I'll set it so that's not possible.

  • May 18, 2008, 03:53PM (2 months ago)

    If i try to add actions without any addons it doesn't do anything with the latest patch(2.4.2.8278-enGB)

    5/18 17:49:06.468 Loading add-on IgorsMassAuction
    5/18 17:49:06.468 ** Loading table of contents Interface\AddOns\IgorsMassAuction\IgorsMassAuction.toc
    5/18 17:49:06.468 ++ Loading file Interface\AddOns\IgorsMassAuction\IgorsMassAuction.xml
    5/18 17:49:06.468 Unknown frame type: Layers

    Is what i see in the log file of FrameXML.log

  • May 19, 2008, 05:48PM (2 months ago)

    I'm not sure what you mean by "If i try to add actions without any addons it doesn't do anything with the latest patch".

    I can see the error you mention, checking my logs it's actually been throwing that error for at least six months, I'll have a look at fixing it.

    (As people have probably guessed, my time is very limited at the moment)

  • April 13, 2008, 10:46AM (3 months ago)

    I noticed IMA was registereing for the UNIT_NAME_UPDATED event to get the player's name. It would be much more efficient to register for PLAYER_LOGIN instead since the player's name isn't going to change. Then your OnEvent() would look like this:

    function IMA_OnEvent()
    if (event == "AUCTION_HOUSE_CLOSED") then
    IMA_ClearItems()
    IMA_GlobalFrame.total = 0
    IMA_GlobalFrame.queue = { }
    elseif (event == "PLAYER_LOGIN") then
    IMA_Playername = UnitName("player")
    this:UnregisterEvent("PLAYER_LOGIN")
    end
    end

  • April 13, 2008, 04:13PM (3 months ago)

    Thanks, I'll have a look.

  • April 7, 2008, 10:42PM (3 months, 1 week ago)

    Ill try disableing other auction mods but I only got the other mod auctioneer but Ill try to disable differant parts of the mod to see if its one of the sub mods aucrioneer uses and see what happends. Im glad to hear that its just my mod configuration and that IMA still works.

  • April 9, 2008, 08:40AM (3 months, 1 week ago)

    It doesn't necessarily have to be an auction mod causing a problem. IMA has previously had significant issues due to a bag mod.

  • April 6, 2008, 03:00PM (3 months, 1 week ago)

    Aye, as IRID1UM has said, IMA works fine in 2.4 and any issues you're experiencing are due to other mods. If you have problems now, the next release of IMA wont change that in the slightest.

  • April 5, 2008, 09:42AM (3 months, 2 weeks ago)

    GamesXtrem: IMA works fine with 2.4. The source of your problem lies elsewhere. Disable other auction mods one by one and test if your problem persists.

  • April 5, 2008, 04:40AM (3 months, 2 weeks ago)

    I want to add to my last entry in this blog, that I enabled load out of date addons. Now I dont know if its the mass auction mod its self, or if its a combination of the few out of date mods that I use mixed in with the few mods that are not out of date that I found updated on a few other websites. I havent actualy tried to use mass solo with out the presence of the other mods. But I will turn them off and try the old mass to see if it works on my end because what I get when I use it with all my other mods is that mass will not send the item to the AH database on the server it just makes the items go grey in my inventory and then just sit there making you think U been disconnected from server but theres no lag. And with the normal old way to put items in the AH from the original nonmod way to put items in the AH that does the same thing on my end, I did find a way to get items in the AH through a means that it kinda goin the extra mile to do and its gets a little monotonous but it works and unfortunatly untill the mass mod gets an update I feel that I may be stuck doin the AH the hard way... Please Hurry I need this mod!
    GamesXtream - Daggerspine

  • April 4, 2008, 07:15AM (3 months, 2 weeks ago)

    Hi!
    As long time fan I came back to check for updates and say thanks once again. This addon is so useful!
    A small suggestion, if I may: in the mass auction tab, please add an option to fill the stack size of the stack in the first mass auction slot into the "for x items" box.
    Meh, this came out more confusing than I wanted it to be. Basically it checks how big the first itemstack is and auto enters the size in the "for x items" box. This would always ensure the correct stack size (item amount) when mass auctioning items with different stack sizes.
    I hope you can understand what I tried to say but failed miserably :รพ I'm confused myself now.
    Cheers

  • May 19, 2008, 07:32AM (2 months ago)

    AGREED! OMG it's a pain in the ass now but still awesome. The toggle would be sooo appreciated.

  • April 6, 2008, 08:47PM (3 months, 1 week ago)

    IMA does set the stack size to the size of the stack in the first slot in All Same Price mode providing you haven't already set a stack size. It's not exactly what you want I appreciate. It used to always set the stack size regardless of whether you had one set already, but I personally found that pretty annoying and there were some complaints.

    I might add a toggle for it later as part of an IMA options tab.

  • April 2, 2008, 02:55AM (3 months, 2 weeks ago)

    OK I just wana say I love the mass auction mod, but ever since the new 2.4 wow patch I cant find a working mass auction mod and Im combing the inet looking for it. I really love the way it handles the items and would like to stick with it. so do you have any idea when an update will be introduced to the world?

  • April 2, 2008, 05:39PM (3 months, 2 weeks ago)

    The current version works with 2.4 fine. You need to enable out of date addons in the addon menu on the character select screen.

    I'm working on a new version with some extra features whilst also straightening out some of the wacky internal coding to help make IMA a bit easier to maintain in the future. It'll be out Soon(tm).

  • March 18, 2008, 08:44PM (4 months ago)

    I use IMA with easy auction to list, and relist nearly a thousand items a day, using 20 slot bags. While helpful, it becomes tedious having to click on each item to list it using IMA. Think its a great addon, but it would be nice to be able to upload more listings at one time, such as by bag, or by character's inventory with a one click feature for those users who are hardcore.

    Such a feature would be greatly appreciated. If it weren't for the IMA, I don't think I'd even bother selling at all as it would become insanely tedious to post so many items.

  • March 20, 2008, 04:21AM (4 months ago)

    hmmmmm, by bag should be doable....
    The way IMA is written it's easy to extend the number of auctions it handles, but I'm not sure how I'd make them fit on the pane. The first 18 auctionable items from a bag is pretty much as good though. I know IMA isn't doing as many checks as it could be doing to ensure items are actually auctionable before it tries to put them up, so that'll probably need some work too.

    I'm working on fixing the Auctioneer Advanced issue with an eye to releasing to coincide with 2.4. I'll see what I can do.

  • Feb. 18, 2008, 06:18AM (5 months ago)

    I installed MassAuction and Auctioneer Advanced today, and IMA wasn't able to get the prices from auctioneer. I talked to the auctioneer ppl and apparently we have to use the API:

    newBid, newBuy, seencount, curModelText = AucAdvanced.API.GetAppraiserValue(itemid, true) <<< [true for market matching false for not] is what you need to fix Igor's MassAuction (me thinks)

    Thanks for all the hard work keeping IMA alive, Anasztaizia :)

  • Feb. 18, 2008, 07:20AM (5 months ago)

    There's a pleasant surprise. :) Thanks for writing it. ;)

    Thanks for the function, I figured there was a new one and did have a little poke around for it but obviously didn't have much luck. I've just xferred servers and don't have Auctioneer installed atm so I'll have to get myself sorted and have a look at fixing this (LF1M IMA maintenance).

 
  • Similar Addons
  •  
  1. 3,582 Auctioneer Auction & Economy, Mail, ...
  2. 368 AutoProfitX - ACE Auction & Economy
  3. 318 Titan Gold Tracker Auction & Economy
  4. 177 Blackmail's UI Auction & Economy, PvP, Buffs ...
  5. 91 GoingPrice ... Auction & Economy and Tooltip
Advertisement