EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=596)
-   -   Gloomingdeep Rat Steak Recipe (https://www.eqemulator.org/forums/showthread.php?t=34381)

Rhodan 10-22-2011 10:52 AM

Gloomingdeep Rat Steak Recipe
 
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).

Code:

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.


All times are GMT -4. The time now is 09:58 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.