Not signed in (Sign In)
  1.  
    Auctioneer AddOns Change log for 3.2 – 3.4
    Auctioneer:
    • Changes in the interface:
      • Moved the Auto-Auction functionality from Alt+Click to Alt+Shift+Click. Alt+Click will now only more the item to the sell slot. (Ftkxde)
      • Remove item suffixes from search string, which is entered as Browse Text when using alt-click/alt-right click feature. (Ftkxde)
      • Auctioneer now uses an Object Oriented approach to function calls. All functions have been moved into the Auctioneer table. Any AddOns that require Auctioneer will need to be re-written to accommodate this change. (MentalPower)
      • The “/auctioneer help” command will print the current Auctioneer version number. (MentalPower)
    • New Features:
      • New command, “/auctioneer finish (off | logout | exit | reloadui)” which will do the selected action once a scan has completed. NOTE: This action will be done always until deactivated. (MentalPower)
      • The pricing model (“Undercutting by 5%”, “Competition above market”) will now be shown on the tooltip when the “/auctioneer show-suggest” is enabled. (MentalPower)
      • The pricing model in the tooltip and in the Auction House frame will be color-coded based on whether or not it’s favorable to post an item at this time or not. This is enabled by default. To disable this functionality you can use the “/auctioneer warn-color” command. (MentalPower)
      • The pricing model will also be shown when creating a new auction with the Auto-Auction feature. Color-coding will be used if it’s enabled. (Ftkxde)
      • New “Search Auctions” tab has been added to the Auction House frame. This tab is meant to be the graphical equivalent of the “/auctioneer percentless”, “/auctioneer broker”, “/auctioneer bidbroker” and “/auctioneer compete” commands. (Vindicator)
      • New “Post Auctions” tab has been added to the Auction House frame. This tab is meant to allow multiple postings of the same item to be done with a single click. (Vindicator)
      • The “/auctioneer also” command has been improved to support the “home” and “neutral” special keywords. These keywords will mean that the also section will fill with home-faction data always, not dependant on the current server. The “neutral” command works in a similar way. (MentalPower)
      • The “/auctioneer also” section of the tooltip will no longer show duplicate data if the source (Realm-Faction) is the same as the main data (i.e. both reference Auctioneer-Alliance). (MentalPower)
      • Auctioneer will now use IQR (Inter-Quartile Range) based median to calculate prices. This will result in a better handling of outliers (5000g auctions on Wool Cloth for example). (Karavirs)
      • The AskPrice mod is now integrated into Auctioneer; this will allow you to give out pricing info on items via queries made to guild chat, party chat or whispers. Queries are in the form of “?x[Item Link 1]y[Item Link 2]” where “?” is the trigger character and “x” and “y” are the stack sizes. This functionality is default off. To enable AskPrice and configure its settings you can use “/auctioneer askprice” to see the help section for it. Khaos support is also built-in. (AskPrice by Mikezter, integration by MentalPower)
    • Bug Fixes:
      • Fixed a nil error when using the “/auctioneer clear all” command. Also fixed the clear function so that it only clears data from the current Server-Faction. (MentalPower)
      • Fixed an error when changing the percentage based options, and their effect not being updated until a ReloadUI. (MentalPower)
      • Improved overall calculation efficiency and reliability. (Aradan)
    Informant:
    • Changes in the interface:
      • If an item is used in more than two professions, Informant will now wrap the information in order to keep the tooltip a reasonable size. (MentalPower)
    • New Features:
      • Informant will now show if the item is used in a quest and how many of that item are required for the quest. (Norganna)
      • Informant will now show the inventory icon for an item (whenever it is returned by the game) in the upper-right corner of the tooltip. This feature is only available when the enhanced tooltip (not embedded) is used. This functionality can be turned off with the use of the “/informant show-icon” command. (MentalPower)
    • Bug Fixes:
      • Informant will now correctly disable itself when the “/informant off” command is used. The toggle command now works properly too. (Ftkxde)
      • Restored the key binding labels. Somehow these were lost during the reorganization of the localization method. (Ftkxde)
    Enchantrix:
    • Changes in the interface:
      • Enchantrix' tooltip will now display confidence interval for disenchant probabilities. Also, reagents are now colored according to rarity and sorted in order of probability. Added basic framework for tooltip customization. (Aradan)
    • New Features:
      • After much testing and disenchanting we have found that all items of the same class (armor or weapons), same quality (Uncommon [green] or Rare [blue]) and within the same five levels range (51-55) disenchant into the same reagents. This logic has now been incorporated into Enchantrix. (Aradan)
      • Enchantrix will now get disenchant results via the “LOOT_OPENED” event instead of scanning for bag updates. This results in a more reliable prediction and provides a nice link. (Aradan)
      • Added tooltip with suggested price for enchants. Just click on an enchanting link to see it. (Aradan)
    • Bug Fixes:
      • Added “Nexus Crystal” to the list of possible disenchants results. (Ftkxde)
    EnhTooltip:
    • Changes in the interface:
      • Changed the maximum number of lines in the “Enhanced Tooltip” to 40 and the maximum number of money objects to 30. (MentalPower)
    • New Features:
      • Added API-function EnhTooltip.LinkType(link) to determine type of link (enchant, item or whatever Blizzard may think of next). (Aradan)
      • EnhTooltip.GetTextGSC() will now take a third parameter that if true will cause the function to return a string without color codes. (MentalPower)
      • Added hook for SetCraftSpell(). (Aradan)
    • Bug Fixes:
      • The EnhTooltip tooltip will no longer overlap with the standard game tooltip. (Legorol, Nephyrin and Gravix)
      • When using the embedded feature, duplicate data will no longer be shown. (Legorol)
      • EnhTooltip will now behave properly when an inventory icon is passed to it. (MentalPower)
      • Now using the 1.9.1 Blizzard API-function GetItemQualityColor() instead of static color values. (Aradan)
      • EnhTooltip.FakeLink() will consult GetItemInfo() if quality or name is missing from argument list. (Aradan)
      • Fixed a bug in EnhTooltip.GetTextGSC() that caused money text to display copper even if the copper part was zero. (Aradan)
      • Tooltips should now stay completely on-screen even if they’re extremely big. (Vindicator)
    Stubby:
    • Bug Fixes:
      • Replaced missing (nil) AddOn notes with an empty string. (Aradan)
    Installer:
    • Changes in the interface:
      • The Installer now has Russian language support. (MentalPower)
    All AddOns:
    • Changes in the interface:
      • The “nopatch” files have been removed from the zip packages, as the new Cosmos Patcher does not use them. You should now use the “Protect All Non Cosmos” option inside the “Manage AddOns” button in order to prevent the Auctioneer AddOns from getting automatically deleted. (MentalPower)
      • Numerous other bug fixes and enhancements that you probably won’t even notice.
    I would personally like to thank the rest of the development team for the immense amount of time and effort they put into making this release possible. Their screen names follow in alphabetical order.
    • Aradan
    • Ftkxde
    • Karavirs
    • Legorol
    • Mikezter
    • Mwtb
    • Norganna
    • Thorarin
    • Vindicator
    I would also like to thank all of the forum helpers that enable us to focus on fixing bugs while they answer the user’s questions. And last but not least, to the users like you that continuously use our AddOns and submits bug reports and feature requests. Thank you very much, MentalPower, Lead Developer for the Auctioneer AddOns.
  2.  
    1st View And 1St reply.......... Edit: Ok may be not since the view doesn't refreash properly.........

    Anyway nice to see this. Now i am looking forward to bean counter ^^
  3.  
    So where can you get this? It's not on the downloads page, nor on the sourceforge page. The one on the downloads page downloads as 3.2, runs as 3.2, and says it's out of date in WoW.
  4.  
    I'm see 3.3.0.0808 on the download page, which would seem to be 3.3 not 3.4.
  5.  
    Aha! It's the 'Complete' package that's 3.2.

    Right, still wondering if 3.3 is what I'm supposed to be getting, or if there's a 3.4 somewhere?
  6.  
    Excellent work guys.
    Now I have to merge all my code in again.
    But I just passed the 5000g mark, so I'm not complaining .
  7.  
    still this hasent been cleared, where can we download the new version from ?
  8.  
    Yup, I want to know that, too...

    Where to download 3.4?
    Is 3.2.0.0808 the same?

    Confusion
  9.  
    Posted by: 8tImER on Apr 9 2006, 04:33 PM
    Yup, I want to know that, too...

    Where to download 3.4?
    Is 3.2.0.0808 the same?

    Confusion

    Yes the download is mislabeled. 3.2.0.808 = 3.4.0.808
  10.  
    Posted by: MentalPower on Apr 9 2006, 02:49 PM
    Yes the download is mislabeled. 3.2.0.808 = 3.4.0.808


    I grabbed that:
    First attempt:
    Interface\AddOns\Auctioneer\BalancedList.lua:127 attempt to index global 'Auctioneer' (a nil value)

    I'll toss my saved vars and see if it makes a difference...
    Tossed the Informant, Stubby, and Auctioneer SavedVariables. Same results.

    I have Enchantrix turned off, but I can't imagine that's related.

    Well, there's your problem

    Auctioneer.BalancedList = {
    NewBalancedList = newBalancedList,
    }
  11.  
    Posted by: MentalPower on Apr 9 2006, 03:49 PM
    Yes the download is mislabeled. 3.2.0.808 = 3.4.0.808


    Ok, I downloaded the 3.2.0.808 AuctioneerComplete thingy. Backed up my old stuff into separate directories. Installed the new pack. In WoW it said the version was 3.3, not 3.4.
  12.  
    Didn't realize that there were new files in this package.
    You should add a note that users need to exit WoW to initialize.
  13.  
    Cool! Long awaited "Whatsnew" list! Thanks!
  14.  
    I just want to state that this awesome plugin is the reason why I continue playing wow. To me it is more fun to spend my time in the AH than on the battlefield.
    Thank you for that great piece of software.

    KK
  15.  
    Posted by: kasperkopp on Apr 12 2006, 10:04 AM
    I just want to state that this awesome plugin is the reason why I continue playing wow. To me it is more fun to spend my time in the AH than on the battlefield.
    Thank you for that great piece of software.

    KK


    I had to register on the forums and reply to echo kasperkopp. This addon has enhanced the game experience for me tremendously. I'm still relatively new to WoW being in for < 2 months now, but auctioneer is pure greatness. I can't imagine WoW without out.

    I'll put in a shameless plug for those that haven't clicked the PayPal link to donate, please do so. At least buy these fine folks lunch. Think about life in WoW without auctioneer. Not a pleasant thought, eh?

    Thanks to all the devs, testers and anyone else associated with Auctioneer!

    Cheers,
    bE
  16.  
    Thanks for the update
  17.  
    I'm confused. Which one of these is the most bleeding-edge version of Auctioneer?

    auctioneerpack-3.5.0.0813.exe     2006-04-10 23:37:34    932,798 bytes     Unstable
    auctioneerpack-3.4.1.exe          2006-04-12 20:07:12    933,039 bytes     Release
    auctioneerpack-3.4.0.exe     2006-04-10 22:50:50    933,389 bytes
    auctioneerpack-3.4.0.817.exe     2006-04-11 13:20:53    933,207 bytes
    auctioneerpack-3.4.0.0817.exe     2006-04-11 13:22:09    933,137 bytes


    It looks like one of those 817 builds might be newest, but one is 0817 and one is 817, and neither is labeled. They also have different sizes, suggesting that their contents may differ.

    Then there's the 3.4.1 version, which has a newer date but no tracker revision number attached. The fact that it's labeled as a release version also makes me think that it's probably based off an older, stable revision.

    Sorry if I'm being obtuse

    Edit: I just installed the 3.4.1 release version, and it seems to contain the r318 changes to Tooltip.lua, so I guess it's newest unless it's some kind of hybrid release.
  18.  
    I absolutely love the AskPrice addition to Auctioneer. My guildmates are always pestering me for AH prices and this makes it completely automatic. Two questions for you though:

    1) AskPrice is off by default. How can I set it to load automatically whenever Auctioneer is loaded? Call me lazy but I always forget to turn AskPrice on after I load Auctioneer.

    2) How can I set defaults for AskPrice (such as enabling Guild asks whenever AskPrice is enabled)? Having to remember to turn Guild asks on manually after loading AskPrice gets tedious since I'm often switching between alts.

    Thanks! Keep up the amazing work!
  19.  
    Posted by: Yooki on Apr 15 2006, 12:03 AM
    I absolutely love the AskPrice addition to Auctioneer. My guildmates are always pestering me for AH prices and this makes it completely automatic. Two questions for you though:

    1) AskPrice is off by default. How can I set it to load automatically whenever Auctioneer is loaded? Call me lazy but I always forget to turn AskPrice on after I load Auctioneer.

    2) How can I set defaults for AskPrice (such as enabling Guild asks whenever AskPrice is enabled)? Having to remember to turn Guild asks on manually after loading AskPrice gets tedious since I'm often switching between alts.

    Thanks! Keep up the amazing work!

    There currently seems to be a problem between the Khaos mod and the askprice addition. Just change your setting via Khaos instead of the command line for now.
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.