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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 02-05-2010, 12:53 AM
OscarGrouch05
Sarnak
 
Join Date: Apr 2008
Posts: 71
Default

Ref code 2147 if(BotOwner->qglobal || (GetAppearance() == eaDead) || BotOwner->IsBot()) does stand for GetApperance,Dead,Bot = gdb this is where your errors are coming from i would like and update when you solve this problem Thank You!
Reply With Quote
  #2  
Old 02-05-2010, 05:00 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

Yeah hehe i just want to see this bug fixed it's terrible having players crash every 15 minutes..

Probably one of the major reasons my servers population is so low atm
Reply With Quote
  #3  
Old 02-06-2010, 03:10 PM
OscarGrouch05
Sarnak
 
Join Date: Apr 2008
Posts: 71
Default

1. make sure you installed InnoDB using your perl client
2. double check your database table's

I)Database changes

-- Table "botinventory" DDL

CREATE TABLE `botinventory` (
`npctypeid` int(11) NOT NULL default '0',
`botslotid` int(11) default NULL,
`itemid` int(11) default NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Table "botleader" DDL

CREATE TABLE `botleader` (
`botid` int(11) NOT NULL default '0',
`leaderid` int(11) default NULL,
PRIMARY KEY (`botid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-----> Table "botsowners" DDL <-------- double check this one and the one below

CREATE TABLE `botsowners` (
`botnpctypeid` int(11) NOT NULL default '0',
`botleadercharacterid` int(11) NOT NULL default '0',
PRIMARY KEY (`botnpctypeid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--- The table npc_types must have a new field:
ALTER TABLE npc_types add `isbot` tinyint(4) NOT NULL;
Reply With Quote
  #4  
Old 02-06-2010, 06:05 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

I thought botsowners wasn't used anymore .. isn't it just "bots" now or ??

If not then somethings out of whack i have 188 records in bots and 161 in botsowners

At any rate i switched them to Innodb
Reply With Quote
  #5  
Old 02-11-2010, 11:19 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

Just another update it seems like this crash is happening when people camp with goons in group or when multiple people camp at the same time
Reply With Quote
  #6  
Old 02-13-2010, 06:28 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

It's worse than ever before at this time... 15 crashed zones in less than 24 hours.

King
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:06 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