LICENSE
xMerchant (World of Warcraft Addon) Copyright (c) 2010-2012, Nils Ruesch(me#shantalya#de) All rights reserved.
The original author: Nils Ruesch(me#shantalya#de) has authorized doneykoo(doneykoo#gmail#com) to setup and manage this project on Curse.
FEATURES
xMerchant improves the Vendor-Interface into an easy and clearly arranged scrollable list.
Also, it adds a search function.
Example: You search items with spell power, then write "spell power" and the list show the relevant items.
- Items which you can't use, will be marked in red and the cause why you can't use this, is displayed.
- Recipes, that you have not yet learned, are marked green. Recipes, which you already learned are not marked anymore. (based on multiple wish)
But a picture is better than words: See picture :-)
[German] xMerchant verbessert das Händler-Interface in ein einfaches und übersichtliches Scroll-Fenster. Desweiteren wird eine Suchfunktion hinzugefügt. Sucht man (als Beispiel) Gegenstände die Zaubermacht haben, so gibt man 'Zaubermacht' ein und erhält genau diese.
• Gegenstände, die man nicht benutzen kann, werden rot markiert und es steht direkt dran, wieso man sie nicht benutzen kann. • Rezepte, die man nicht gelernt hat, werden grün markiert und Rezepte die man bereits erlernt hat, sind unmarkiert. (Auf mehrfachen Wunsch)
Bilder sagen mehr als 1000 Worte. Siehe Bild. :-)
COMMENT
doneykoo:
xMerchant has revived! This is a great addon, which has brilliant convenient features.
As granted by author Nils Ruesch, I'll maintain this project and fix possible bugs for future versions.
TO REPORT A BUG / DEFECT
project tickets (i.e., defect reports) link : http://wow.curseforge.com/addons/xmerchant/tickets/
to create a ticket (i.e., report a bug / defect) : http://wow.curseforge.com/addons/xmerchant/create-ticket/
(tip: you can login curseforge site with curse account.)
Does this show as nuuhmerchant in the addon list?
Does the latest version of this work in WoW Classic? I ask because some addons are made to work in both retail and classic without specific branches, because they can programmatically detect which functions exist.
In reply to BujuArena:
released a fixed version for WoW Classic. have a try
In reply to doneykoo:
Thanks. I did. It worked, but had some errors. I've submitted a pull request for the classic branch on github that fixes those errors.
here there is there any update to 9.0 planned? :)
In reply to yasri_dsh:
I managed to get mine working by maxing a couple of changes to core.lua:
replace line 255 with:
I've also uploaded my xmerchant files that you can download here:
https://www.dropbox.com/s/gqkmcfhrvf0205o/xMerchant9.0.1.zip?dl=0
In reply to StevieTV:
Thanks for your info. I appreciate your help!
In reply to StevieTV:
Yeah, seems like it works.
Thank you for the fix!
In reply to StevieTV:
Yeah, seems like it works.
Thank you for the fix!
In reply to yasri_dsh:
thankx for the feedback. I'll look into this in later days
Does this work for WoW classic? I've loved it on retail.
im not an enchanter why are recipes green? also some vendors dont show any items at all
In reply to Forge_User_89072978:
Hi all, here comes the new version 1.7.4
Major changes:
* fix item info text wrapping.
* polish alignment of item name and item info.
* polish text size for non-wide-char locales.
* add option feature of custom scroll amount (scroll step lines)
Have a try
preview:
new options:
I have found another bug: the iteminfo text wrapping is buggy, there should be a line break.
Oops, never expected that... Again sorry for late feedback.
I'll look into it. Hope would fix it in later builds.
Hi, just fixed in new version 1.7.4, have a try
Hello doneykoo.
I agree with the other comments, the addon looks weird (tested with Legion).
I think that iteminfo shouldn't be aligned to BOTTOMLEFT (line 877 of core.lua).
I don't know if it's possible but iteminfo should be aligned to its parent: itemname.
Maybe with Chinese or Japanese languages it's not a problem but with other languages, the iteminfo is or too big, or misaligned. There should be some kind of visual separation between items.
idea 01: add a 3 px separator (invisible line) between each item.
This wouldn't take too long to code (imo) but it would still look weird with items with red background, as shown bellow:
idea 02: Add some code to align the iteminfo right under the itemname.
As you can see, the iteminfo is closer to the itemname:
Thanks for updating this great add-on, doneykoo !
Wooh, thanks for your kindly and detailed advices, I'll think into it. Thanks for your aprreciation.
You are right, it is a bit weird looking. Umm... I should also try to test on English-locale game builds.
Sorry for replying so late cuz recently I was not so active in playing Wow Legion. But I'll try.
Hi, Blia,
with your ideas, I tried to do polish for the texts sizes and alignment, in new version 1.7.4, have a try, feedback is welcome!