Go Back   EQEmulator Home > EQEmulator Forums > Development > KayotRO

KayotRO This is the forum for Kayot's Editor.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 01-16-2007, 05:36 AM
Kayot
Discordant
 
Join Date: Sep 2006
Location: Subsection 185.D354 C.12
Posts: 346
Default

This is the SQL for tradeskills:

Code:
DROP TABLE IF EXISTS `peq`.`tradeskill_recipe`;
CREATE TABLE  `peq`.`tradeskill_recipe` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(64) NOT NULL default '',
  `tradeskill` smallint(6) NOT NULL default '0',
  `skillneeded` smallint(6) NOT NULL default '0',
  `trivial` smallint(6) NOT NULL default '0',
  `nofail` tinyint(1) NOT NULL default '0',
  `replace_container` tinyint(1) NOT NULL default '0',
  `notes` tinytext,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8852 DEFAULT CHARSET=utf8;
All I had to do to change is so toolbox combines could be done was modify tradeskill to the number of the tradeskill for the Tackle Box. The recipes in tradeskill_recipe_entries still had the container set to toolbox/deluxe tool box/ collapsible tool box. But I was making mana batteries and cloaking devices in my tackle box and my fishing skill was going up. So I'm not sure just how required the extra entries are.

P.S. I haven't removed the lines, I just never changed them. Let sleeping dragons lie?

Last edited by Kayot; 01-16-2007 at 01:38 PM..
 


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 12:30 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3