View Full Version : Problem with EQBUILDER and races.sql
marius
08-10-2004, 07:58 PM
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
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
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.