Rhodan
10-22-2011, 10:52 AM
is missing. Couldn't combine the meat and sauce so I went looking and I can't find the recipe in the database at all.
When I get home from work I'll take a shot at adding the recipe. I want to learn how for custom recipes later anyway.
joligario
10-22-2011, 11:00 AM
It's there. It may have been after the last database list (can't remember).
DELETE FROM tradeskill_recipe WHERE id = 10936;
INSERT INTO tradeskill_recipe (id, name, tradeskill, skillneeded, trivial, nofail, replace_container, notes, must_learn, quest) VALUES ("10936", "Gloomingdeep Rat Steak", "60", "0", "15", "1", "0", "", "2", "0");
DELETE FROM tradeskill_recipe_entries WHERE recipe_id = 10936;
INSERT INTO tradeskill_recipe_entries (id, recipe_id, item_id, successcount, failcount, componentcount, iscontainer) VALUES ("14475", "10936", "59946", "0", "0", "1", "0");
INSERT INTO tradeskill_recipe_entries (id, recipe_id, item_id, successcount, failcount, componentcount, iscontainer) VALUES ("14476", "10936", "59947", "0", "0", "1", "0");
INSERT INTO tradeskill_recipe_entries (id, recipe_id, item_id, successcount, failcount, componentcount, iscontainer) VALUES ("14477", "10936", "59948", "1", "0", "0", "0");
INSERT INTO tradeskill_recipe_entries (id, recipe_id, item_id, successcount, failcount, componentcount, iscontainer) VALUES ("14478", "10936", "15", "0", "0", "0", "1");
Rhodan
10-24-2011, 08:26 PM
Those recipe entries have IDs which are already in use.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.