Download
(18Kb)
Download
Updated: 04-08-08 08:19 PM
Pictures
File Info
Updated:04-08-08 08:19 PM
Created:unknown
Downloads:17,343
Favorites:251
MD5:

AuctionFilterPlus  Popular! (More than 5000 hits)

Version: 20400-2
by: DSanai [More]

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.

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 (0)


Post A Reply Comment Options
Unread 04-06-08, 09:06 AM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 10
Uploads: 0
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.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 11:41 PM  
Tweeker
A Cobalt Mageweaver
 
Tweeker's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 234
File comments: 153
Uploads: 5
auctioneer classic - works great

thanks, been awaiting this update
__________________
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 10:30 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
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-05-08 at 10:33 PM.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 04:29 PM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 10
Uploads: 0
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.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 03:16 PM  
echobravo
A Kobold Labourer

Forum posts: 1
File comments: 98
Uploads: 0
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-08 at 03:16 PM.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 02:10 PM  
DSanai
A Wyrmkin Dreamwalker
 
DSanai's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 110
Uploads: 3
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
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 09:26 AM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 10
Uploads: 0
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.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 08:49 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
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-08 at 08:49 AM.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 07:46 AM  
R3dD0g
A Defias Bandit

Forum posts: 2
File comments: 10
Uploads: 0
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
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 07:08 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
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-08 at 02:37 PM.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 06:43 AM  
R3dD0g
A Defias Bandit

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

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-08 at 06:43 AM.
Report comment to moderator  
Reply With Quote
Unread 04-04-08, 04:43 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
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...
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 12:39 PM  
Maischter
A Defias Bandit

Forum posts: 2
File comments: 94
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>

---
Report comment to moderator  
Reply With Quote
Unread 02-01-08, 10:51 AM  
Pester
A Cyclonian

Forum posts: 49
File comments: 16
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
Report comment to moderator  
Reply With Quote
Unread 01-07-08, 10:32 PM  
DSanai
A Wyrmkin Dreamwalker
 
DSanai's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 110
Uploads: 3
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
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: