Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-22-2011, 10:52 AM
Rhodan
Hill Giant
 
Join Date: Oct 2006
Posts: 179
Default 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.
Reply With Quote
  #2  
Old 10-22-2011, 11:00 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

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");
Reply With Quote
  #3  
Old 10-24-2011, 08:26 PM
Rhodan
Hill Giant
 
Join Date: Oct 2006
Posts: 179
Default

Those recipe entries have IDs which are already in use.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:51 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3