A few months ago, I wrote EnchantList, that addon allowed people to whisper you !enchant followed by keywords, and get back a list of enchantments you can do, matching the keywords. GemList was created a little later, based on EnchantList, and was doing the same for Jewelcrafting.
CraftList2 is a rewrite from almost scratch of those. It now works for every profession in the game and is handling 3 triggers:
!enchant <any combination of keywords and itemlinks>
example: !enchant [Ashbringer] 35 heal
i would like to see you implement a craft item database like the enchantingsell addon has.
with this impemented i would like to see you able to set prices for enchants or items to list besides the enchants just like the other addon has. For example you could have prices set based on mats list database price with an option to overide prices on rarer enchants or patterns by entering a custom price for a specific enchant. then your addon would truly be an all in one addon. If you did these things it would make life so much simpler and people wouldnt have to ask how much every time they found an item/enchant they wanted. also i would like an option that allows us to edit the message sent with each querry. for instance i would like each searh to state that all enchants are free with the recievers mats or something to that extent. an even better idea would be to make it say that when an enchant will give you skill you will give gold back or some other customisable message.
Would love to see an option to make characters or recipes private/public. I have a couple un-guilded characters that I skill up their profs for personal use, but do not really want to log them to craft stuff when people other than myself get results from !craft from these alts. However, I do want to maintain the ability to search their crafts myself in-game.
I am not sure but I think I found a minor bug (version r43981):
I am a tailor and have some armor sets, e. g. the frozen shadoweave set. This set has shoulders, robe and boots. Now if I query myself for all available boots (!craft boots), the result not only contains the froze shadowweave boots, but also the shadoweave shoulders and robe.
r43981
- added a toggle to disable whispers monitoring
- quoted text with " " will now be handled as a block (ie: !enchant "Heal Power" returns enchants matching the exact string "Heal Power" and not "Heal" and "Power" separately)
- the '-' symbol can now be used to exclude results in a query (ie: !gem red -spell returns red gems without the word 'spell' in them). '~' and '!' work too and are doing exactly the same thing.
- cooldown timers are now listed right to each not-ready craft
- added an option to print a summary locally after sending results to someone
- fix for enchanting crafted items like wands and resist gems, rescan your enchanting panel
- added support for AddonLoader
- a lot of bugfixing