Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #9  
Old 07-05-2002, 03:50 PM
Kolo
Hill Giant
 
Join Date: Jul 2002
Location: Chicago Suburb
Posts: 103
Default

This worked for me, only thing is I havent figured out sending messages yet....then again, I havent tried that hard.


Quote:
Originally posted by Lurker_005 From: http://forums.eqemu.net/showthread.p...p;pagenumber=2
[B]Give this a try for the EQMessages table:

Code:
CREATE TABLE EQMessages (
  id int(11) unsigned NOT NULL auto_increment,
  recip varchar(64) NOT NULL,
  sender varchar(64) NOT NULL,
  subject varchar(255) NOT NULL default '',
  body text NOT NULL default '',
  date date NOT NULL,
  PRIMARY KEY  (id)
) TYPE=MyISAM;
I think that is all the fields, and reasonable field sizes
Reply With Quote
 


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 02:51 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