Go Back   EQEmulator Home > EQEmulator Forums > Development > KayotRO

KayotRO This is the forum for Kayot's Editor.

Closed Thread
 
Thread Tools Display Modes
  #1  
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..
  #2  
Old 01-16-2007, 12:04 PM
Kayot
Discordant
 
Join Date: Sep 2006
Location: Subsection 185.D354 C.12
Posts: 346
Default

BUG Question: Any one else having redraw problem in Windows Server 2003?
  #3  
Old 01-17-2007, 12:12 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

More specific symptoms would help, redraw problems pertaining to what with Server 2003? Does it have something to do with your code/program or with the server in general? Do you get this problem only on Server 03 or can you recreate it on Windows XP or 2000 as well? Answers to these question would help in tracking down the issue you are having.
__________________
  #4  
Old 01-17-2007, 04:50 AM
Kayot
Discordant
 
Join Date: Sep 2006
Location: Subsection 185.D354 C.12
Posts: 346
Default

^-^ I think it was my graphic drivers. Their not made for Win2K3 so I found a new set. I'll see what happens later.

Note: I test this program on my XP machine. Intill I upgraded my desktop to Win2K3 this program worked fine on my desktop.
  #5  
Old 01-18-2007, 08:23 PM
d00d
Sarnak
 
Join Date: Aug 2003
Posts: 52
Default

Great program love that way your making it keep it up!
  #6  
Old 01-19-2007, 03:48 AM
Kayot
Discordant
 
Join Date: Sep 2006
Location: Subsection 185.D354 C.12
Posts: 346
Default Updating to R001

At 3:00pm-ish Eastern Time (US) I'll being putting my current snapshot up. Let me just say this. This has been a week from hell at school. Every prof. has assigned me a ton of home work every fraking day. ^-^ So i got jinxed when I said I'd pull off a miracle.

That aside, what

Last edited by Kayot; 01-19-2007 at 11:54 AM..
  #7  
Old 01-19-2007, 07:34 PM
Jibbatwinkers
Sarnak
 
Join Date: May 2006
Location: Cincinnati
Posts: 73
Default

I'm looking forward to this tool when you get all the kinks worked out. I have tools that were made 4 years ago and some that are quite new, it would be nice to get something like this that was all-in-one or at least most of the things I need.

The Zebuxoruk server (me) will keep and eye on this for sure, keep up the good work!
__________________
Lead GM ~ Zeb
Zeb Server
ZebServer.com
Closed Thread

Thread Tools
Display Modes

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 05:09 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