Category: Outdated Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
20400-2
Date:
04-08-2008 10:19 PM
Size:
17.80 Kb
Downloads:
15,014
Favorites:
289
MD5:
Pictures
Click to enlarge
AuctionFilterPlus
Click to enlarge
Show Best Deals and AuctionSort
AuctionFilterPlus   Popular! (More than 5000 hits)
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), AH_Reset (AnduinLothar), AuctionSort (Abraha), 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.
  Change Log - AuctionFilterPlus
v20400-2 (fan's update) Driizt
-- Detect Auctioneer Advanced 5.x CompactUI setting and abort if enabled.
-- Add Auc-Advanced to ## OptDeps to ensure AFP doesn't hook AH before checking its settings.
-- Beautify addon print function.
-- Move the compatibility checks earlier in the execution path to disable cleanly.
-- GetMoney -> getMoney bugfix capitalization of string variable as opposed to API call.

v20400-1
-- Patch 2.4 compatibility changes (courtesy Dridzt)
  Optional Files - AuctionFilterPlus
Sorry, there are currently no optional files available.
  Comments - AuctionFilterPlus
Post A Reply Comment Options
Old 04-06-2008, 11:06 AM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 12
Uploads: 0
Quote:
Originally posted by Dridzt
I had a chance to load AuctionFilterPlus together with the latest alpha of AuctioneerAdvanced,
and I can verify that they don't play nice together

<long snip>

Just my 2c.
Thanks so much for your confirmation (I thought it was just me losing my marbles). I hope that if any Norgannon types are watching this they would take the hint and incorporate the very useful features of AFP into their addon.

And again, thanks so much for your time.
R3dD0g is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-06-2008, 01:41 AM  
Tweeker
A Chromatic Dragonspawn
 
Tweeker's Avatar

Forum posts: 163
File comments: 110
Uploads: 5
auctioneer classic - works great

thanks, been awaiting this update
__________________

Tweeker is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-06-2008, 12:30 AM  
Dridzt
A Frostmaul Preserver
Interface Author - Click to view interfaces

Forum posts: 279
File comments: 411
Uploads: 37
I had a chance to load AuctionFilterPlus together with the latest alpha of AuctioneerAdvanced,
and I can verify that they don't play nice together

First of all the code AFP was using to detect when the 4.x Auctioneer version were in the process of scanning,
is not relevant anymore.
For detecting Auctioneer Advanced 5.x scanning the following snippet does the job
Code:
if (AucAdvanced and AucAdvanced.Scan) then
	if AucAdvanced.Scan.IsScanning() then
		return;
	end
end
However that is by far not enough to make the 2 mods interoperable.
Auctioneer Advanced is very possessive about the AuctionFrame which it modifies
to a large degree.
While AFP could probably be re-coded to be compatible with AucAdv I sincerely
doubt it's worth the effort.
The 'compatibility' code would probably end up being half the addon's total code.

I think at least for the moment it's best if people don't try to run both addons at the same time.

A typical usage scenario for me would be loading AucAdvanced on your AH mule / banker chars
if you feel you need the extra features and load AFP on your main as a 'lite' enhancement
of the default AuctionHouse for the added utility it provides to casual AH browsing.

Just my 2c.

Last edited by Dridzt : 04-06-2008 at 12:33 AM.
Dridzt is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 06:29 PM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 12
Uploads: 0
Quote:
Originally posted by DSanai
Well, as a user of AucAdvanced, I can say it works flawlessly here, so I'm not sure if there's another mod throwing off their compatibility.

I can scan and see the progress (pages, time) just fine, and when I search, I get back everything. There was a bug a long while back that caused similar behavior to what you're describing though.

Have you deleted your AuctionFilterPlus mod folder entirely and then reinstalled the newest version?
Yes, that is the method I normally use for disabling a mod; move the folder intoto to a different location on the drive.
R3dD0g is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 05:16 PM  
echobravo
A Kobold Labourer

Forum posts: 1
File comments: 98
Uploads: 0
Quote:
Originally posted by R3dD0g
Does it (has it ever) worked with Auctioneer? I installed the update and am still getting the behavior that caused me to disable it. i.e. when I press search on the Auctioneer window, it ...s for a second and says No Items Found. I've tried many combinations of AF+ settings and still Auctioneer is reporting that the AH is completely empty
I'm experiencing the same behavior using the latest version of Auctioneer Advanced (v5.0 PRE 2995) and AuctionFilterPlus (v20400-1). These are the only 2 auction addons I have installed.

Last edited by echobravo : 04-05-2008 at 05:16 PM.
echobravo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 04:10 PM  
DSanai
A Wyrmkin Dreamwalker
 
DSanai's Avatar
Interface Author - Click to view interfaces

Forum posts: 50
File comments: 114
Uploads: 8
Well, as a user of AucAdvanced, I can say it works flawlessly here, so I'm not sure if there's another mod throwing off their compatibility.

I can scan and see the progress (pages, time) just fine, and when I search, I get back everything. There was a bug a long while back that caused similar behavior to what you're describing though.

Have you deleted your AuctionFilterPlus mod folder entirely and then reinstalled the newest version?
__________________
Dsanai - nElf Hunter
Glacialfox - nElf Death Knight
Evilianti - Gnome Warlock
DSanai is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 11:26 AM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 12
Uploads: 0
Quote:
Originally posted by Dridzt
My only other auction house addon is AHSearch, so I've no clue about Auctioneer compatibility.
Are you using the Classic or Advanced package? In case I put some effort in it (no promises).
The Advanced version now. But, I think I was having the same problem before 2.4 dropped, when I was using Classic.
R3dD0g is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 10:49 AM  
Dridzt
A Frostmaul Preserver
Interface Author - Click to view interfaces

Forum posts: 279
File comments: 411
Uploads: 37
Quote:
Originally posted by R3dD0g
Thanks for the update.

Does it (has it ever) worked with Auctioneer? I installed the update and am still getting the behavior that caused me to disable it. i.e. when I press search on the Auctioneer window, it ...s for a second and says No Items Found. I've tried many combinations of AF+ settings and still Auctioneer is reporting that the AH is completely empty
My only other auction house addon is AHSearch, so I've no clue about Auctioneer compatibility.
Are you using the Classic or Advanced package? In case I put some effort in it (no promises).

Last edited by Dridzt : 04-05-2008 at 10:49 AM.
Dridzt is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 09:46 AM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 12
Uploads: 0
Quote:
Originally posted by Dridzt
I've made it available on Curse as AuctionFilterPlus (fan's update) for now,
until DSanai has a chance to update the official.
Thanks for the update.

Does it (has it ever) worked with Auctioneer? I installed the update and am still getting the behavior that caused me to disable it. i.e. when I press search on the Auctioneer window, it ...s for a second and says No Items Found. I've tried many combinations of AF+ settings and still Auctioneer is reporting that the AH is completely empty
R3dD0g is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 09:08 AM  
Dridzt
A Frostmaul Preserver
Interface Author - Click to view interfaces

Forum posts: 279
File comments: 411
Uploads: 37
I've made it available on Curse as AuctionFilterPlus (fan's update) for now,
until DSanai has a chance to update the official.

Last edited by Dridzt : 04-05-2008 at 04:37 PM.
Dridzt is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 08:43 AM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 12
Uploads: 0
Re: 2.4 update for AuctionFilterPlus

Quote:
Originally posted by Dridzt
I've updated AuctionFilterPlus for 2.4.

I'm not sure what's the best way to get it out to DSanai / users atm.

If he'd allow patches here, I could upload it as a patch...
I guess I'll have to keep checking back then. 'Cuz, I've disabled AF+ for now.

Last edited by R3dD0g : 04-05-2008 at 08:43 AM.
R3dD0g is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-04-2008, 06:43 PM  
Dridzt
A Frostmaul Preserver
Interface Author - Click to view interfaces

Forum posts: 279
File comments: 411
Uploads: 37
2.4 update for AuctionFilterPlus

I've updated AuctionFilterPlus for 2.4.

I'm not sure what's the best way to get it out to DSanai / users atm.

If he'd allow patches here, I could upload it as a patch...
Dridzt is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-27-2008, 02:39 PM  
Maischter
A Defias Bandit

Forum posts: 2
File comments: 84
Uploads: 0
Error: Original call failed while running hooks: AuctionFrameItem_OnEnter:
Blizzard_AuctionUI\Blizzard_AuctionUI.lua:1403: attempt to compare number with nil(tail call): ?
<in C code>: in function `afp_OriginalAuctionFrameItem_OnEnter'
AuctionFilterPlus\AuctionFilterPlus.lua:730: in function `AuctionFrameItem_OnEnter'
<string>:"*:OnEnter":2: in function <[string "*:OnEnter"]:1>
:
Stubby-52\Stubby.lua:354: in function <Interface\AddOns\Stubby\Stubby.lua:324>
(tail call): ?:
<in C code>: in function `afp_OriginalAuctionFrameItem_OnEnter'
AuctionFilterPlus\AuctionFilterPlus.lua:730: in function `AuctionFrameItem_OnEnter'
<string>:"*:OnEnter":2: in function <[string "*:OnEnter"]:1>

---
Maischter is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-01-2008, 11:51 AM  
Pester
A Cyclonian

Forum posts: 49
File comments: 17
Uploads: 0
error messages

Receive this upon starting a search.. then unable to access any items in AH


Date: 2008-02-01 08:47:26
ID: 51
Error occured in: Global
Count: 1
Message: ...rface\AddOns\AuctionFilterPlus\AuctionFilterPlus.lua line 466:
attempt to index local 'buttonHighlight' (a nil value)
Debug:
[C]: ?
...rface\AddOns\AuctionFilterPlus\AuctionFilterPlus.lua:466: AuctionFrameBrowse_Update()
...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:386: AuctionFrameBrowse_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Adapt, v1.71
AucAdvanced, v5.0.PRE.2823
AucFilterBasic, v5.0.PRE.2823 (BillyGoat)
AucStatPurchased, v5.0.PRE.2823 (BillyGoat)
AucStatSimple, v5.0.PRE.2823 (BillyGoat)
AucStatStdDev, v5.0.PRE.2823 (BillyGoat)
AuctionFilterPlus, v20300-2
Auditor2, v3.0.4
AutoBar, v2.02.00.06 beta
AutoEmote
Bongos2, v1.10.1
Bongos2ActionBar
Bongos2CastBar
Bongos2MapBar
Bongos2RollBar
Bongos2Stats
Bongos2XP
BtmScan, v5.0.PRE.2823
FlightMap, v2.1-1
Enchantrix, v5.0.PRE.2823
EnchantrixBarker, v5.0.PRE.2823 (BillyGoat)
EnhTooltip, v5.0.PRE.2823
FuBarAuditorFu, v3.0.4
FuBarBagFu, v2.0
FuBarClockFu, v2.0
FuBarDurabilityFu, v2.0
FubarEmoteFu, v2.3.0-3.0-0.1
FuBarExperienceFu, v1.1 $Revision: 29509 $
FuBarKungFu, v2.0
FuBarLocationFu, v3.0
FuBarMailFu, v2.0
FuBarMoneyFu, v20000-1
FuBarPerformanceFu, v2.0
FuBarPetFu, v2.6.2
FuBarQuestsFu, v2.0
FuBarRicoXPFu, v2.4.1
FuBar, v50710
Informant, v5.0.PRE.2823
NeonChat
OmniCC, v2.0.7
PhanxChat, v20200-r02
Possessions, v2.0.2o v3
Postman, v2.0.53232
Stubby, v52
Swatter, v5.0.PRE.2823
tekKompare, v2.3.0.736
TipTac, v08.01.30
XPBarNone, v2.1
Pester is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-07-2008, 11:32 PM  
DSanai
A Wyrmkin Dreamwalker
 
DSanai's Avatar
Interface Author - Click to view interfaces

Forum posts: 50
File comments: 114
Uploads: 8
Please let me know if you find any issues with the current revision (20300-2). It should fix both the MailTo bug and the AuctionSort issues (I removed the module), plus another issue I noticed that could cause the Flyout button to disappear (actually, hide behind the AuctionFrame).

I didn't have a chance to test it in-game, so I'm keeping my fingers crossed.
__________________
Dsanai - nElf Hunter
Glacialfox - nElf Death Knight
Evilianti - Gnome Warlock
DSanai is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.