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 12-16-2002, 06:28 PM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default Missing the quest table? No problem!!!

Since versions 0.3.1.3 and 0.4.0/0.4.0.1, the quest table has been taken out (I guess cause its not needed anymore). eqadmin still want this table and will give u errors if you have have it.

If you're getting errors in eqadmin, here's the table.

1. you can copy/paste this to a txt file and source it in, or
2. you can download the attachment to your mysql/bin folder and then source it in.


--
-- Table structure for table 'quest'
--

CREATE TABLE quest (
id int(11) NOT NULL auto_increment,
zone varchar(16) NOT NULL default '',
name varchar(32) NOT NULL default '',
activator varchar(64) NOT NULL default '',
text varchar(255) NOT NULL default '',
end varchar(64) NOT NULL default '',
npcID int(11) NOT NULL default '0',
questobject int(11) unsigned NOT NULL default '0',
priceobject int(11) unsigned NOT NULL default '0',
cash int(11) unsigned NOT NULL default '0',
exp int(11) unsigned NOT NULL default '0',
PRIMARY KEY (id),
UNIQUE KEY name (name)
) TYPE=MyISAM;
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
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 10:58 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