View Single Post
  #4  
Old 12-06-2008, 09:25 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

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.
Reply With Quote