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

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-15-2009, 09:35 PM
Xenerox's Avatar
Xenerox
Hill Giant
 
Join Date: Aug 2009
Location: Shelby Twp, MI
Posts: 114
Default Rev 922 group_leaders error

hello i just made my db and everything works xcept the group leaders table is missing and when i try to execute it it wont work
__________________
Owner and Head GM of Onyx'Falls Classic Respin'CL Hope to See You On.
Reply With Quote
  #2  
Old 08-15-2009, 09:36 PM
Taurinus
Hill Giant
 
Join Date: Jul 2009
Location: Southern United States
Posts: 107
Default

Code:
CREATE TABLE `group_leaders` (
`gid` int(4) NOT NULL,
`leadername` varchar(64) NOT NULL,
PRIMARY KEY (`gid`)
)
ENGINE = InnoDB;
Reply With Quote
  #3  
Old 08-16-2009, 04:46 PM
Xenerox's Avatar
Xenerox
Hill Giant
 
Join Date: Aug 2009
Location: Shelby Twp, MI
Posts: 114
Default

thanks man
__________________
Owner and Head GM of Onyx'Falls Classic Respin'CL Hope to See You On.
Reply With Quote
  #4  
Old 08-16-2009, 05:10 PM
Taurinus
Hill Giant
 
Join Date: Jul 2009
Location: Southern United States
Posts: 107
Default

Not a problem. The problem bugged me once, until I found an old KLS changelog via Google in which the table description appeared. Now I just keep a copy of group_leaders.sql on hand.
Reply With Quote
  #5  
Old 08-18-2009, 10:21 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

That schema above is outdated. The current is:

Code:
-- ----------------------------
CREATE TABLE `group_leaders` (
  `gid` int(4) NOT NULL,
  `leadername` varchar(64) NOT NULL,
  `marknpc` VARCHAR( 64 ) NOT NULL DEFAULT '',
  `leadershipaa` TINYBLOB NOT NULL DEFAULT '',
  PRIMARY KEY  (`gid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Or, just use PEQ SVN.
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 08: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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3