| 
				 My server is up and i can connect to minilogin but... 
 Okay so i started my server on a lan but when i try to connect to it with everquest it boots me back to the login screen, i looked at my world.exe and this is what came up
 [Debug] [WORLD__CLIENT] New connection from 192.168.1.2:1287
 [Debug] [NET__IDENT_TRACE] 192.168.1.2:1287: First opcode 0x4dd0 did not match expected 0x2792
 [Debug] [NET__IDENT_TRACE] 192.168.1.2:1287: Tried patch 6.2_world, and it did not match
 [Debug] [NET__IDENT_TRACE] 192.168.1.2:1287: First opcode 0x4dd0 did not match expected 0x2ec9
 [Debug] [NET__IDENT_TRACE] 192.168.1.2:1287: Tried patch 6.2_zone, and it did not match
 [Debug] [NET__IDENT_TRACE] 192.168.1.2:1287: First opcode match 0x4dd0 and length matched 464
 [Debug] [NET__IDENTIFY] Identified stream 192.168.1.2:1267 with signature Titanium_world
 [Debug] [WORLD__CLIENT] Checking inbound connection 192.168.1.2 against BannedIPs table
 [Debug] [WORLD__CLEINT] Connection 192.168.1.2 PASSED banned IPs check. Processing connection.
 [Debug] [WORLD__CLIENT_ERR] : ID is 0. Is this server connected to minilogin?
 [Debug] [WORLD__CLIENT_ERR] : Could not find a minilogin account, verify ip address loggin into minilogin is the same that is in your account table.
 
 i dont understand this but okay
 
 here is my coding
 
 For eqemu_config.xml
 
 
 <?xml version="1.0">
 <server>
 <world>
 <shortname>riot</shortname>
 <longname>riot's place</longname>
 
 <!-- Only specify these two if you really think you need to. -->
 <address>192.168.1.2</address>
 <localaddress>192.168.1.2</localaddress>
 
 <!-- Loginserver information.  -->
 <loginserver>
 <host>192.168.1.2</host>
 <port>5998</port>
 <account></account>
 <password></password>
 </loginserver>
 <!-- Server status.  Default is unlocked -->
 <!--<locked/>-->
 <!-- <unlocked/> -->
 
 <!-- Sets the shared key used by zone/launcher to connect to world -->
 <key>ko898odhus77iwud</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>ax_classic</db>
 </database>
 </server>
 
 For config.ini
 
 
 [Database]
 host=192.168.1.2
 user=root
 password=*******
 database=ax_classic
 compression=off
 
 [General]
 quests=C:\EQEmu\Quests\
 
 wordwrap=1
 
 
 For LoginServer.ini
 
 
 [LoginServer]
 loginserver=192.168.1.2
 loginserver2=192.168.1.2
 loginport=5999
 loginport2=5998
 worldname=Riot
 worldaddress=192.168.1.2
 locked=false
 account=
 password=
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [ChatChannelServer]
 worldshortname=
 chataddress=
 chatport=
 
 [LoginConfig]
 ServerMode=minilogin
 ServerPort=5998
 
 
 
 I have in the database set up for minilogin and my account minilogin_ip is set to 192.168.1.2......
 
 I am how ever trying to run all of this on one computer, it doesn't seem that is the problem because both eq and my server connect to my minilogin and i can see my server on eq but when i try to connect it boots me to the login screen.
 
			
			
			
			
				  |