EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=623)
-   -   Problem with EQBUILDER and races.sql (https://www.eqemulator.org/forums/showthread.php?t=15280)

marius 08-10-2004 07:58 PM

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

sandy 08-10-2004 11:19 PM

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;


marius 08-11-2004 07:11 AM

Thankyou very much Sandy.

sandy 08-12-2004 01:23 AM

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


All times are GMT -4. The time now is 07:15 AM.

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