Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-20-2007, 02:07 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

One thing I noticed is that your rule set is not getting loaded. For some reason the default setting for the rule_sets table has ruleset_id set to 2 when it should be set to 0 to match the ruleset_id in the rule_values table. I pm'd Cavedude on this but he didn't reply.

This doesn't solve your problem though. It seems you still have something wrong with the settings in the eqemu_config.xml or the loginserver.ini file.

Last edited by Congdar; 11-20-2007 at 10:10 AM..
Reply With Quote
  #2  
Old 11-20-2007, 02:38 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Are you starting up a minilogin to connect too??
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #3  
Old 11-20-2007, 03:14 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Quote:
Originally Posted by Congdar View Post
One thing I noticed is that your rule set is not getting loaded. For some reason the default setting for the rule_sets table has ruleset_id set to 2 when it should be set to 0 to match the ruleset_id in the rule_values table. I pm'd Cavedude on this but he didn't reply.
Sorry, I don't remember that PM. But, if you have data in either rule_sets or or rule_values, then you aren't using a supported version of PEQ. Both releases and CVS have blank tables for both.
Reply With Quote
  #4  
Old 11-20-2007, 05:22 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

ahh yes, the rule_sets rule_values must have come from the old CVS address that you were using in July 2007? I'm guessing the drop_system.sql doesn't drop the old stuff when upgrading to your new releases.

Code:
-- MySQL dump 10.11
--
-- Host: localhost    Database: PEQ_CVS
-- ------------------------------------------------------
-- Server version	5.0.38-Ubuntu_0ubuntu1-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `rule_sets`
--

DROP TABLE IF EXISTS `rule_sets`;
CREATE TABLE `rule_sets` (
  `ruleset_id` tinyint(3) unsigned NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`ruleset_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `rule_sets`
--

LOCK TABLES `rule_sets` WRITE;
/*!40000 ALTER TABLE `rule_sets` DISABLE KEYS */;
INSERT INTO `rule_sets` VALUES (2,'default');
/*!40000 ALTER TABLE `rule_sets` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2007-07-27 20:48:25
Anyways... ouchyfish,
Quote:
"Sakrateri: Are you starting up a minilogin to connect too?? "
try these links for the minilogin stuff:
http://easynews.dl.sourceforge.net/s...niLogin6.2.zip
http://www.eqemulator.net/wiki/wikka...MiniLoginSetup
Reply With Quote
  #5  
Old 11-20-2007, 05:59 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

It does, but only the system tables. Rules are considered player tables, so you'd need to use drop_player.sql for that, of course that wipes account and toon info as well. Basically, any table that is commonly changed by server ops we consider user, the actual content of the db are all found within system.
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:53 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