| 
				 ID is 0?? 
 Okay, I have read all the stuff I can find about getting this minilogin thing to work. I have set all my files as required or so I believe. but I get "ID is 0. Is this server connected to minilogin? blah blah blah" so it is telling me to check my account table. here is the contents of my account table.
 <code>
 id : 2
 name : Admin
 charname :
 sharedplat : 0
 password: test
 status: 250
 lsaccount_id : NULL
 gmspeed: 1
 revoked : 0
 hideme: 0
 rulesflag: 0
 minilogin_ip : 192.168.1.103
 </code>
 
 as far as I can tell all that is correct from the guides I have seen.
 
 here is my eqemu_conf.xml
 <code>
 <?xml version="1.0">
 <server>
 <world>
 <shortname>NeverRest</shortname>
 <longname>NeverRests</longname>
 
 <!-- Only specify these two if you really think you need to. -->
 <address>192.168.1.103</address>
 <localaddress>127.0.0.1</localaddress>
 
 <!-- Loginserver information.  -->
 <loginserver>
 <!--<host>eqemulator.net</host>-->
 <!--<port>5998</port>-->
 <host>192.168.1.103</host>
 <port>5999</port>
 <account></account>
 <password></password>
 </loginserver>
 
 <!-- Sets the shared key used by zone/launcher to connect to world -->
 <key>Some random string</key>
 
 <!-- Enable and set the port for the HTTP service. -->
 <http port="9080" enabled="true" mimefile="mime.types" />
 </world>
 
 <!-- Database configuration, replaces db.ini. -->
 <database>
 <host>localhost</host>
 <port>3306</port>
 <username>root</username>
 <password*******</password>
 <db>peq</db>
 </database>
 </server>
 </code>
 
 my loginserver.ini
 
 <code>
 ### --- This file tells world.exe what loginserver to connect to.
 ### --- Leave the account and password field BLANK.
 
 ### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
 
 ### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
 ### --- NOTE2: the word "Server" is added to each server automaticly.
 
 # READ README.TXT
 
 [LoginServer]
 loginserver=192.168.1.103
 loginserver2=
 loginport=5999
 loginport2=
 worldname=NeverRests
 worldaddress=192.168.1.103
 locked=false
 account=
 password=
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [ChatChannelServer]
 worldshortname=
 chataddress=
 chatport=
 
 [LoginConfig]
 ServerMode=Minilogin
 ServerPort=5999
 </code>
 
 and my eqhost.txt
 
 <code>
 [LoginServer]
 #Host=eqemulator.net:5998
 Host=127.0.0.1:5999
 </code>
 
 I don't know what is wrong I only get that one error and then get booted back to my login screen. I can see my server in the login and everything. my eqtime file is not found but is that a serious problem? everything up to the play everquest button works to my expectations. Please help
 
			
			
			
			
				  |