Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::News

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #16  
Old 06-26-2002, 06:40 PM
eblan
Fire Beetle
 
Join Date: Jun 2002
Posts: 20
Default

What I did to get past this problem was create a dummy EQMessage table in the eq database.

Error in GetMessageNum query 'SELECT id FROM EQMessages WHERE recip = 'Wurmslayer
r'' #1146: Table 'eq.eqmessages' doesn't exist

This message told me of 2 fields in the EQMessages table (id and recip), my guess was once I got it working and played with the message system i'd come up with error messages telling me of more fields, but once I actually got in it appeared as if the #msg command wasen't included or enabled or whatever, so I did
n't really need to play with it anymore after I got it working.

To create such a table with those 2 fields yourself, simply open mysql.exe, and type in the following:

use eq
CREATE TABLE EQMessages (
id int(11) NOT NULL auto_increment,
recip varchar(16) NOT NULL default '',
PRIMARY KEY (id),
) TYPE=MyISAM;

After creating this empty set in the eq database, I was able to login. I didn't play with it a whole lot longer before going to sleep last night so i'm not sure if this would cause any side effects or what not, in theory it shouldn't. Hope this helps!

-Eblan
 


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:37 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3