AuctionFilterPlus

This project is abandoned.

Whether this project is out of date or its author marked it as abandoned, this project is no longer maintained.

If you wish to take this project over, please report it and state your intentions.

This mod adds a flyout panel of filters and display modifications, plus a reset button, to the Auction House.

Thank you to the authors of AuctionFilterRL (Joshaze), AuctionSort (Abraha), AH_Reset (AnduinLothar), and AH_Wipe (Neriak), as these mods formed the base for this extension.

I've added a few more filters that I always wished I'd had when shopping (such as only-20-piece stacks, and exact search), changed it to a low-clutter Flyout display, added the ability to save one's filter settings, merged the two mods into one, and added tooltips so users have more information about what each filter does.

FEATURES
-- Adds a Filter button and a Reset button to the AuctionHouse frame.
-- Pressing the Filter button will cause a Flyout menu to appear.
-- The filter checkboxes on the flyout allow you to limit your AH results or change the display of certain information.
-- In "Show Best Deals" display, bolts of cloth and greater essences are valued as their appropriate number of component elements.
-- You can clear your filter settings with a single click.
-- You can clear your Auction House search boxes with a single click.
-- You can save your filter settings as your default setup, which will persist across sessions, characters, and servers.
-- You can clear your settings temporarily and then reload them without relogging.
-- Each of the filter checkboxes has an explanatory tooltip.
-- Ready for localization (please help do so, if you are German- or French-speaking). You will be credited!
-- Compatible with Auctioneer and KC_Items.

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of Urbin Urbin Fri, 31 Oct 2008 13:31:29

    I have managed to get AuctionFilterPlus working. Make the following changes:

    On line 590, replace the line
    buyoutMoneyFrame = getglobal(buttonName.."BuyoutMoneyFrame");

    with the following two lines
    buyoutFrame = getglobal(buttonName.."BuyoutFrame");
    buyoutMoneyFrame = getglobal(buyoutFrame:GetName().."Money");

    On line 591 remove the line
    buyoutText = getglobal(buttonName.."BuyoutText");

    On line 638 remove the line
    buyoutText:Show();

    On line 643remove the line
    buyoutText:Hide();

    That should do the trick. With these changes AuctionFilterPlus works for me with and without Auctioneer (of course not with the CompactUI)

  • 1 comment

Facts

Date created
18 Oct 2005
Category
Last update
09 Apr 2008
Development stage
Abandoned
Language
  • deDE
  • enUS
  • zhCN
  • zhTW
License
All Rights Reserved
Recent files
  • R: 20400-2 for 2.4.0 on 09 Apr 2008
  • R: 20400-1 for 2.4.0 on 05 Apr 2008
  • R: 20300-2 for 2.3.0 on 08 Jan 2008
  • R: 20300-1 for 2.3.0 on 05 Jan 2008
  • R: 20100-2 for 2.1.2 on 08 Jul 2007

Authors