It is a known bug on PEQ when it comes to recipes. You must have a seperate line for your failure returns as products in your recipe table.
Example:
ComponentA - Qty Req = 1 Qty Ret on Fail = 0
ComponentB - Qty Req = 1 Qty Ret on Fail = 0
ComponentB - Qty Req = 0 Qty Ret on Fail = 1
You can not use this:
ComponentA - Qty Req = 1 Qty Ret on Fail = 0
ComponentB - Qty Req = 1 Qty Ret on Fail = 1
Another bug with tradeskills we have noticed is that you can not have a component and a result on the same line at all. They must also be seperate entries in the database table.
|