ratts16
04-23-2004, 03:06 PM
Ok ive been hackin it out with my computer, router and server since yesterday. I can log in to the server screen and see my server on the localhost solution w/minilogin, but when i try to connect to the server its 1017. I can also get the server so show on the public list when i set it up for lan w/eqemu login. I have a D-link DI-704P Revision B1 router. I have enabled the DMZ, i have forwarded the ports, i have tried everything i can think of and still to no avail every time i get a 1017. If anyone has any help or suggestions or ideas on this please feel free but i cant think of what it might be at this point.
db.ini
[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
compression=off
loginserver.ini
[LoginServer]
loginserver=localhost
loginport=5999
worldname=Balerian's
locked=false
worldaddress=localhost
account=eqemu
password=eqemu
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
miniloginaccounts.ini
localhost eqemu eqemu [with the extra space at the end]
boot5zones.bat
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
exit
cls
eqhost.txt
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
world.exe output after the 1017
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Abort/retry/cancel?
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: eqlogin2.eqemulator.net:5997
9047 New TCP connection: 127.0.0.1:1196
New zoneserver: #1 127.0.0.1:1196
Zoneserver SetConnectInfo: 127.0.0.1:1196: localhost:7999
9110 New TCP connection: 127.0.0.1:1197
9110 New TCP connection: 127.0.0.1:1198
9110 New TCP connection: 127.0.0.1:1199
New zoneserver: #2 127.0.0.1:1198
New zoneserver: #3 127.0.0.1:1197
New zoneserver: #4 127.0.0.1:1199
9141 New TCP connection: 127.0.0.1:1200
Zoneserver SetConnectInfo: 127.0.0.1:1197: localhost:7996
Zoneserver SetConnectInfo: 127.0.0.1:1198: localhost:7998
New zoneserver: #5 127.0.0.1:1200
Zoneserver SetConnectInfo: 127.0.0.1:1199: localhost:7997
Zoneserver SetConnectInfo: 127.0.0.1:1200: localhost:7995
35422 New client from ip: 127.0.0.1 port: 1203
[Error] Expecting OP_SendLoginInfo, got 241
Removing client from ip:127.0.0.1 port:1203
This is all the files i can think to add in, please tell me if you need anything else.
db.ini
[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
compression=off
loginserver.ini
[LoginServer]
loginserver=localhost
loginport=5999
worldname=Balerian's
locked=false
worldaddress=localhost
account=eqemu
password=eqemu
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
miniloginaccounts.ini
localhost eqemu eqemu [with the extra space at the end]
boot5zones.bat
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
exit
cls
eqhost.txt
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
world.exe output after the 1017
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Abort/retry/cancel?
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: eqlogin2.eqemulator.net:5997
9047 New TCP connection: 127.0.0.1:1196
New zoneserver: #1 127.0.0.1:1196
Zoneserver SetConnectInfo: 127.0.0.1:1196: localhost:7999
9110 New TCP connection: 127.0.0.1:1197
9110 New TCP connection: 127.0.0.1:1198
9110 New TCP connection: 127.0.0.1:1199
New zoneserver: #2 127.0.0.1:1198
New zoneserver: #3 127.0.0.1:1197
New zoneserver: #4 127.0.0.1:1199
9141 New TCP connection: 127.0.0.1:1200
Zoneserver SetConnectInfo: 127.0.0.1:1197: localhost:7996
Zoneserver SetConnectInfo: 127.0.0.1:1198: localhost:7998
New zoneserver: #5 127.0.0.1:1200
Zoneserver SetConnectInfo: 127.0.0.1:1199: localhost:7997
Zoneserver SetConnectInfo: 127.0.0.1:1200: localhost:7995
35422 New client from ip: 127.0.0.1 port: 1203
[Error] Expecting OP_SendLoginInfo, got 241
Removing client from ip:127.0.0.1 port:1203
This is all the files i can think to add in, please tell me if you need anything else.