Okay, I've perused every post I can find to try and find an answer to my 1017 problem but have found none, so I'm giving in and posting.
world.exe says
Quote:
504436 New client from ip:192.168.0.207 port 1685
Bad/expired session key: 10516
Removing client from ip:192.168.0.207 port:1685
|
LoginServer.ini
Quote:
[LoginServer]
loginserver=127.0.0.1
loginserver2=127.0.0.1
loginport=5999
loginport2=5999
worldname=Moron's World
worldaddress=192.168.0.207
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
|
db.ini
Quote:
[Database]
host=127.0.0.1
user=moron
password=imamoron
database=eq
|
Boot5Zone.bat
Quote:
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . 192.168.0.207 7995 127.0.0.1
start zone . 192.168.0.207 7996 127.0.0.1
start zone . 192.168.0.207 7997 127.0.0.1
start zone . 192.168.0.207 7998 127.0.0.1
start zone . 192.168.0.207 7999 127.0.0.1
exit
cls
:NOSPELL
|
Any clues from anyone on what might be preventing me from getting in?
Back to fiddling around in hopes I can figure it out....