View Single Post
  #6  
Old 05-08-2006, 10:23 AM
attempt37
Fire Beetle
 
Join Date: Apr 2006
Posts: 29
Default

The following should add the recipe required to combine the four pieces in the red scabbard to get the blades of strategy and tactics.



INSERT INTO tradeskill_recipe (name,tradeskill,skillneeded,trivial,nofail,replac e_container,notes) VALUES('Jagged Blade of War (final combine)',75,0,0,1,1,'Created by attempt37');
INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,17859,0,0,0,1);
INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,20671,0,0,1,0);
INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,20672,0,0,1,0);
INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,20667,0,0,1,0);
INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,20670,0,0,1,0);
INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,10909,1,0,0,0);
INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,10910,1,0,0,0);
Reply With Quote