Download
(10Kb)
Download
Updated: 06-08-09 12:18 AM
Pictures
File Info
Updated:06-08-09 12:18 AM
Created:unknown
Downloads:36,259
Favorites:325
MD5:

ImprovedMerchant  Popular! (More than 5000 hits)

Version: 3.6x5
by: Macniel [More]

Warning
if you depend on item scaling and spacing between items do not upgrade and use version 3.6a instead, this update is not necessary if the previous version (3.6a) is working fine on your computer.

Installation

You install this AddOn like any other, just unpack the downloaded zip into your /Interface/AddOns folder.

Summary
Hello and welcome back to another helpful AddOn which will improves your daily shopping-adventures with merchants.

Okay what did this AddOn do to your merchantframe ? It replaces the paged item display with a scrollable and more informative list which can also be filtered by available item types. It use the same purchase protection like the default merchantframe when buying an item which requires honor-,arena-points or specific items.

Features

  • Filter: you can filter items from a vendor out. You can setup a filter to show only trainable, usable, purchasable items or just items from a specific type (or subtype)
  • Searchcraft: you can search item descriptions for certain a or multiple (seperated by an colon ;) keywords and filter those out which does not include your keywords
  • Scrollable List: you can now scroll through the merchant shop instead of the paged view
  • Autorepair: as a request you can now check a button on a merchant frame to enable autorepair.
Credits
Thanks again to Dridzt who have uploaded a fixed version here http://www.wowinterface.com/downloads/info12206.html while I was not available. Thanks and kudos to you!

Thanks to Seebs for GetOpt which handels slashcommands / parameterized Inputs

Need some localization help!
If you use a french, spanish, russian, korean, chinese client please provide me with a correct localization for "Recipe"

Thanks.

bugfixes in v3.6x5 :
a bug that prevents items from being clicked has drycoded out.
see changes.txt for more details

bugfixes in v3.6x4 :
A bug that prevents the item list to populate properbly after selecting the filter "nothing" in the dropdown menu has been eliminated.
A cosmetic "feature" has been added that preselect visually the "nothing" filter item in the dropdown menu when this filter is active.
see changes.txt for more details

changes in v3.6x3 :
Reenabled the Trainable filter function
Added file changes.txt for more code specific changes

bugfixes in v3.6x2 :
Localization enGB / enUS are now corrected (mass find/replace is evil!)

changes in v3.6x (xml) :
Rewrote lua Frame definitions into XML Definitions
Heavily improved Memory consumption and CPU Time consumption

bugfixes in v3.6c :
Fixed a call that caused an error message when selling something (this only applies to 3.6b)

changes in v3.6b :
Removed Options (consider v3.6a if you need item scaling and spacing)
Improved performance
- removed 2 functions as they were not necessary to determine if an item is usable
- change the way the functions and variables were accessed (they are now no longer members of an UIObject)

bugfixes in v3.6a :
Reassigned constants properbly so the filter affordable, usable and trainable works again

changes in v3.6 :
Added Autorepair option
Adjust itemcost a bit to appear more stream lined

changes in v3.5d :
Added Count and StockCount fontstrings into XML

changes in v3.5b :
Switched to XML based item definition and stress tested this for the OSP Bug, and it has not occure.

bugfixes in v3.5 :
I do not know what I had done but the OSP Bug does not appear to me anymore

bugfixes in v3.4j :
Fixed a minor bug (try to index local texture a nil value)

bugfixes in v3.4i :
An hidden visibility error has been found (by Dridzt) and eliminated

bugfixes in v3.4h :
Reverted a fix in g and replaced it with another fix - now this shall work

bugfixes in v3.4g :
On-Screen-Printing (sounds cool to me) bug should no longer occure
Fixed a function that hide everything if the filter is set to "NOTHING" (it should not display nothing but filter out nothing!)
Skipped minor version f for unkown reason


bugfixes in v3.4e :
Changed the encoding format of localization.lua to utf-8 so this can be accessed probably (again)

bugfixes in v3.4d :
An error that says there is no filter types available should no longer occure
Added a bunch of comments

bugfixes in v3.4c :
Combinated filter are now working again!

bugfixes in v3.4b :
Removed a ClearAllPoints() that caused to disalign some elements

bugfixes in v3.4a :
Changed a variable name so the count of an stacked item (for example water) will show up again

changes in v3.4 :
Implemented support for Recipe-Book (and similiar AddOns)
Changed lots of code, so it should work now performantly
Fixed filter and search craft when they are used together (they will not longer disable each other)

known bugs:
there is not yet a localization frFR, enES, koKR, zhCN, zhTW and ruRU clients so the Trainable Filter wont work for these Clients (please provide me with a proper translation for the itemtype "recipe")

changes in v2.1 :
Bugfix with stock based Items (they will now properly decreased); new Trainable Filter

changes in v2.0 :
itemcost + money will not longer result in a graphical glitch

changes in v1.9 :
switched to ItemButtonTemplate to enable AddOns to skin the item texture

changes in v1.8 :
improved Searchengine which allows more than one keyword to search for, bugfix which prevented to show every required itemtype to purchase an item (like a pvp mount)

changes in v1.7 :
new affordable filter, filter are hidden on default

changes in v1.6 :
many bugfixes

changes in v1.5 :
click handler are removed, the default click handler are used instead, localization completed by yaroot (thank you very much)

changes in v1.3 :
list is now redesigned for improved experience, major fix in left/rightclick handling, buybackitem will now show probably in the buy frame

changes in v1.1 :
Some designtweaks were applied

changes in v1.06:
Compare Tooltips was added, Dressup function was added

changes in v1.04:
Currency display was changed, Localization should now work probably

bugfix in v1.01:
SplitStack should now work probably
Optional Files (0)


Post A Reply Comment Options
Unread 07-20-08, 09:50 AM  
zieglar
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
sorry ,my english is pool.
when you sell out samething , you close merchant frame, and you open it again ,you can see buyback frame have some display error
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 09:31 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
thank you yaroot very very VERY Much
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 09:21 AM  
yaroot
A Kobold Labourer
 
yaroot's Avatar

Forum posts: 1
File comments: 31
Uploads: 0
zhcn & zhtw locales

Code:
local LOCALE = {
	["NOTHING"] = {
		["deDE"] = "Keine Filterung",
		["enUS"] = "Nothing",
		["enGB"] = "Nothing",
		["frFR"] = "Rien",
		["zhCN"] = "无",
		["zhTW"] = "無",
	},
	["USABLE"] = { 
		["deDE"] = "Verwendbar",
		["enUS"] = "Usable",
		["enGB"] = "Usable",
		["frFR"] = "Utilisable"
		["zhCN"] = "可用"
		["zhTW"] = "可用"
	},
	["SEARCH"] = {
		["deDE"] = "Suche",
		["enUS"] = "Search",
		["enGB"] = "Search",
		["frFR"] = "Recherche",
		["zhCN"] = "搜索",
		["zhTW"] = "檢索",
	},
	["RATINGBUSTER"] = {
		["deDE"] = "Werteübersicht",
		["enUS"] = "Stat Summary",
		["enES"] = "Resumen Estad",
		["koKR"] = "능력치 요약",
		["zhCN"] = "属性统计",
		["zhTW"] = "屬性統計",
	},
}
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 09:14 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by zieglar
buybackitem have some worry with display
what do you mean ?
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 08:59 AM  
zieglar
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
buybackitem have some worry with display
Last edited by zieglar : 07-20-08 at 08:59 AM.
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 04:51 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by zieglar
BuyEmAll

try this addon with your addon
BuyEmAll should work now with ImprovedMerchant
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 04:00 AM  
Drauer
A Fallenroot Satyr
 
Drauer's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 88
Uploads: 22
Re: Re: for me

Originally posted by Macniel
@ joshwill80

when this version did not work again I am sorry but I cannot work around Ratingbuster
My RB works fine with this addon...
__________________
Quando omni flunkus moritati
Last edited by Drauer : 07-20-08 at 04:00 AM.
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 03:52 AM  
zieglar
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
BuyEmAll

try this addon with your addon
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 03:42 AM  
Spookyy
A Kobold Labourer

Forum posts: 1
File comments: 36
Uploads: 0
When setting the filter sorting to check what you want to see and then you press the Buyback tab, and then press Merchant tab again you will not get the filter sorting you selected before even if its enabled. (you have to reselect the filter sorting)
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 03:27 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Re: for me

@ joshwill80

when this version did not work again I am sorry but I cannot work around Ratingbuster

@ codex

ups ... I moved accidently the anchor of the small buyback frame, now it should be there as usually
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 03:24 AM  
Spookyy
A Kobold Labourer

Forum posts: 1
File comments: 36
Uploads: 0
I just wanna say thanks for doing this addon =)
Report comment to moderator  
Reply With Quote
Unread 07-19-08, 06:11 PM  
joshwill80
A Murloc Raider

Forum posts: 5
File comments: 144
Uploads: 0
for me

it's still not filtering correctly even for items without gems. screenshot link:

http://i37.tinypic.com/v4azc7.jpg
Report comment to moderator  
Reply With Quote
Unread 07-19-08, 05:15 PM  
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 280
Uploads: 12
Re: its rb

Id like to see a little box on the bottom right of the merchant frame showing the last thing sold to a merchant

No way of knowing i i accidently sold something or one of my mods did if I have to check the sold to tab
Report comment to moderator  
Reply With Quote
Unread 07-19-08, 05:00 PM  
joshwill80
A Murloc Raider

Forum posts: 5
File comments: 144
Uploads: 0
its rb

ratingbuster can fill in possible gems for you and it will apply that to the stat summary. see the grayed out gem in the screenshot? thats a feature of rating buster.

--------------------------
and i believe ratingbuster will also apply possible socket bonuses to the stat summary as well.
Last edited by joshwill80 : 07-19-08 at 05:02 PM.
Report comment to moderator  
Reply With Quote
Unread 07-19-08, 04:52 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Re: dressing room and ratingbuster

What AddOn cause this fake gem O.o? Because this must be the line that will apply to the search.

The Rating Buster filter (all lines after Stats Summary will be ignored) applies perfectly, because it apply to my tries.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: