| 
				 Local server problems 
 Hi all,
 I'm trying to run a local network server on the same machine that I am running the client from.  Ig et to the server screen but after selecting my server I get a 1017.
 
 I used the readme to install and setup everything.  I'm posting the contents of the files below.  I'm on windows XP but yes the firewall is disabled.  NAT isn't a problem as it is going to localhost.
 
 Boot5zones
 
 REM:--------------Start-----------------------
 @echo off
 
 if NOT exist spells_en.txt goto NOSPELL
 
 start zone . 127.0.0.1 7995 127.0.0.1
 start zone . 127.0.0.1 7996 127.0.0.1
 start zone . 127.0.0.1 7997 127.0.0.1
 start zone . 127.0.0.1 7998 127.0.0.1
 start zone . 127.0.0.1 7999 127.0.0.1
 exit
 cls
 
 :NOSPELL
 echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
 PAUSE
 
 REM:---------------END------------------------
 
 Longinserver.ini
 
 [LoginServer]
 loginserver=localhost
 loginserver2=localhost
 loginport=5999
 loginport2=5999
 worldname=Lodan's EQ
 locked=false
 account=
 password=
 worldaddress=localhost
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 db.ini
 
 [Database]
 host=localhost
 user=*******
 password=*******
 database=eq
 
 miniloginaccounts.ini
 
 10.0.0.4 Lodan ******
 localhost Lodan ******
 localhost eqemu eqemu
 
 Any help would be greatly appreciated
 Regards
 
			
			
			
			
				  |