Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Tools

Archive::Tools Archive area for Tools's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-10-2004, 07:58 PM
marius
Fire Beetle
 
Join Date: Apr 2004
Posts: 5
Default Problem with EQBUILDER and races.sql

Since I can't seem to find the answer using search.. and I tried for a while... when I try to source the races.sql it of course does not work since it is trying to input data into a races table... there is no races table in the current databases...just a npc-types table... so any ideas? is the races supposed to be npc_types? or is there supposed to be a races table? and if so what are the parameters for it.. TIA
Reply With Quote
  #2  
Old 08-10-2004, 11:19 PM
sandy
Hill Giant
 
Join Date: Oct 2002
Posts: 212
Default

Code:
CREATE TABLE `races` (
  `name` varchar(64) NOT NULL default '',
  `id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`name`),
  KEY `id` (`id`)
) TYPE=MyISAM;
__________________
Sandy
Reply With Quote
  #3  
Old 08-11-2004, 07:11 AM
marius
Fire Beetle
 
Join Date: Apr 2004
Posts: 5
Default

Thankyou very much Sandy.
Reply With Quote
  #4  
Old 08-12-2004, 01:23 AM
sandy
Hill Giant
 
Join Date: Oct 2002
Posts: 212
Default

np
the races table is created from the eqcollector races file
if some races are missing ( new expansion races for example ) check eqcollector or mail me so i'll recreate a new one
__________________
Sandy
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 04:04 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