View Single Post
  #1  
Old 10-30-2004, 08:09 AM
ajb20
Hill Giant
 
Join Date: Jul 2004
Posts: 106
Default Tradeskills always no fail?

Maybe we are doing something wrong, but every time we setup a tradeskill, every recipe that we have is no fail and the person skills up on it. Here is how we have them setup:

Code:
In tradeskill_recipe
id    name    tradeskill    skillneeded    trivial    nofail    replace_container    notes
1     Leather Pouch    61    21    50    0    0

In tradeskill_recipe_etnries
id    recipe_id    item_id    successcount    failcount    componentcount    iscontainer
1    1    2000    0    0    0    1
2    1    2001    0    0    2    0
3    1    2002    0    0    1    0
4    1    2500    1    0    0    0

where item 2000 is a sewing kit, 2001 is leather hide, 2002 is cloth, and 2500 is the created leather pouch.
Reply With Quote