Once I'd enhanced my (already quite impressive, might I add) Enchant Seller gadget with the ability to estimate and report a total cost of materials for each enchantment, I knew I had to do the same for practitioners of other professions. After all, enchanters aren't the only crafters who'd benefit from a good helping of Goblin business sense!
Not only will this gizmo keep you informed on the current market price of the materials for all your trade skill recipes, it'll also help you choose which items are most profitable to produce for sale! Go make yourself some gold... and remember to tell the mount vendor Gazmik sent ya!
Features
Your tradeskill windows will now display an estimated total cost of materials above the listing of required reagents for each recipe. The current market value of each reagent is calculated based on your auction scan data -- so, as is often the case with auction scanners, the more often you scan the AH, the more reliable your data will be. (A "confidence" percentage score is included in gray next to totals so you can get an idea of how reliable the auction data for a particular set of reagents is.) Auction price is only used for reagents not commonly sold by vendors; since it'd be silly to go looking for (for example) thread, vials, or flux at auction instead of buying from a vendor, the vendor price is used when totaling the cost of such reagents.
By typing `/reagentcost report`, you can get a list of all the items your tradeskills can produce ranked by estimated profitability, so you can see which items are worth making and selling on the AH and which (if you're not needing to make them for skill-ups) you might be better off selling the reagents for. By default, this list only includes items for which you have at least a minimal amount of auction data, and only items that can be auctioned for at least a break-even price. See "Chat Commands" below for options. (You'll notice the report also includes precentages in gray: this is the same "confidence" score as in the tradeskill windows.)
Change Log - Fizzwidget ReagentCost
v. 2.4 - 2007/03/25
- Updated TOC to indicate compatibility with WoW Patch 2.4.
Optional Files - Fizzwidget ReagentCost
Sorry, there are currently no optional files available.
Please feel free to post whatever "all these errors" are on the main Auctioneer site's forums, http://Forums.Norganna.Org/4/.
The "Full Suite" available here at WoWI or the main site, http://AuctioneerAddOn.Com should have no errors what so ever.
Auctioneer actually can use WoWEcon data, via the WoWEcon Statistics module, and the values can then be passed to Gazmik's addons for pricing information. The same sort of data sharing is available and is used by numerous other addons as well.
You obviously do not need to switch to any AddOn that does not meet your needs, but in this case, there is one that provides the information you seek- and much more.
Returning you to Mr. Gazmik's more than capable, green, scaly hands,
Nikk
Quote:
Originally posted by GCT Please please please add functionality with WowEcon! I just switched from Auctioneer (was tired of getting all those errors all the time), and I don't plan on switching back.
Love the addon and have been using it for a long time.
But recently i have had a very annoying problem.
I used to use ATSW but since it stopped working properly (causing huge memory problems) i changed to skillet.
Not sure on what side the bug lies, but when i klick a recipie in skillet i get the wrong price shown.
I can usually force an update by selecting the item and queueing it.
This however is not possible with enchanting due to there being no "queue" option in there, making the price always wrong nomatter what i do.
It seems like iot gets stuck on one price and shows that price for all recipies untill i somehow force an update by crafting or queueing the item.
Please please please add functionality with WowEcon! I just switched from Auctioneer (was tired of getting all those errors all the time), and I don't plan on switching back.
Originally posted by Peragor Can you add KC_Items compatability? I've given up on Auctioneer.
Don't give up on Auctioneer, it's only getting better. You just need to use both the Classic and the Advanced versions together. Hint: Always install the Classic first than the Advanced as the Advanced will overwrite some of the classic files.
Could you perhaps make, say a coin image, beside the selected item in the tradeskill window that when moused over would show the reagents listed, their separate cost and total cost?
Adding that line got rid of the error, but when I open the enchanting window it doesn't show the reagent cost. I says Unknown, insufficient data. Before i added the line is would show something for whatever enchants i have mats for, but unknown for enchants i don't have all the mats for. Any ideas on how to fix that? I even scanned the AH with auctioneer on that toon and it didn't help. it shows the prices like normal on my other tradeskills, just not enchanting.
Originally posted by blankStare in the file ReagentCost.lua:
before the line:
table.insert(FRC_KnownRecipes[realm][player][skillLineName], enchantLink);
insert:
Code:
if (enchantLink == nul) then
local _, _, itemID = string.find(itemLink, "item:(%d+)");
enchantLink = itemID;
end