Skillet

Skillet

112k Downloads

Plugin help

Closed this issue ยท 12 comments

commented

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.

commented

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.

Auctionator.zip

Note that the sort names are not localized so if your locale is not "enUS" then they may not display.

commented

I was looking for something like this since I want to make more money only selling to vendors no AH on HC
Options
prices

commented

This is what I implemented:

image

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.

commented

I set those and I get no values
Untitled

commented

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.

commented

My bad, didn't see a difference in versions here.

commented

Here is a screen capture from Skillet-Classic on Classic Era (1.15.5):

image

commented

Here is what i have and all options. Maybe i am missing a setting or something?
1
2
3
4

commented

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).

commented

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?

commented

Missed one... In the RecipeNameSuffix dropdown, select Auctionator.

commented

That fixed it.