Plugin help
Closed this issue ยท 12 comments
version 2.05
In the plugins you have auctionaator. One of the check-boxes is for showing profit. Is there a way to make a checkbox to show profit to vendor only? I want to craft the items that sell to vendors for more profit overall after cost of reagents from vendor.
I'm not sure this is what you want but replace ...\Skillet\Plugins\Auctionator.lua
with the one the attached zip file.
I added two new sorts, Sellout (the Vendor Sell Price) and VProfit (Vendor Sell Price - Cost). I did not add them to the list of Suffixes nor did I add these values to the detail data.
Note that the sort names are not localized so if your locale is not "enUS" then they may not display.
This is what I implemented:
Select Flat for the Grouping and ATR: VProfit for the Sort and you get a list of "Sell to Vendor for a Profit" recipes.
I believe the number of recipes that meet your criteria is small. Rather than search through each recipe looking at the details to find profitable items when sold to the vendor I just implemented a sort to show them to you.
If this isn't what you want, please show me why adding details is necessary. Also provide any data / examples if the value I generated is incorrect.
Note that if you leave Grouping set to Blizzard, then you will have to search through each category to find those with sell to vendor profit.
You posted this issue for Skillet (retail) so I tested on Skillet (retail). I'll have to test on Skillet-Classic and verify.
You can check the other sort, Sellout, to see if the sell to vendor price shows up.
Also, turn off the onlyPositive option and every recipe should have a value.
In Skillet, Plugins, Auctionator uncheck onlyPositive. This will show you the profit (or loss) for each recipe.
Since you have colorCode checked, I'm guessing all the recipes will have red values (i.e. there is nothing you can craft and sell to a vendor for a profit).
Unchecked positive only and still no info, maybe you have another addon that is providing that info? or maybe i need to turn on a setting in auctionator?