Login Problems when creating a server
Im gonna post this one last time and then give up for awhile if it doesnt work.
My minilog looks like
Login Server listening on port : 5999
New LWorld Connection: 127.0.0.1:3069
My world.exe reads
LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done
World server listening on port: 9000
Connected to LoginServer: localhost:5999
New TCP connection 127.0.0.1:3075
New TCP connection 127.0.0.1:3076
New zoneserver: #1 127.0.0.1 3075
New TCP connection 127.0.0.1:3077
New zoneserver: #2 127.0.0.1 3076
New TCP connection 127.0.0.1:3078
New zoneserver: #3 127.0.0.1 3077
Zoneserver SetConnectionInfo: 127.0.0.1:3075: 127.0.0.1:7804
New TCP connection 127.0.0.1:3079
New zoneserver: #4 127.0.0.1 3078
Zoneserver SetConnectionInfo: 127.0.0.1:3077: 127.0.0.1:7801
Zoneserver SetConnectionInfo: 127.0.0.1:3076: 127.0.0.1:7800
New zoneserver: #5 127.0.0.1 3079
Zoneserver SetConnectionInfo: 127.0.0.1:3078: 127.0.0.1:7803
Zoneserver SetConnectionInfo: 127.0.0.1:3079: 127.0.0.1:7802
My 5 ZoneNT screens read:
Using database 'eq' at localhost
Loading items &NPCs...done
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode
It all looks fine to me, yet when i go into the login screen and enter ANY name and pass it says "Error 1002: Incorrect version " etc..
My minilog reads (when i hit enter to log in after user/pass)
96004 New Client from ip: 127.0.0.1 port:3080
Client disconnected
removing client from ip:127.0.0.1, port:3080
My LoginServer.ini says:
[LoginServer]
loginserver=localhost
worldname=Coldfire test
locked=false
account=
password=
worldaddress=192.236.52.234
loginport=5999
My Boot5Zones says:
@echo off
start zonent . 127.0.0.1 7800 127.0.0.1
start zonent . 127.0.0.1 7801 127.0.0.1
start zonent . 127.0.0.1 7802 127.0.0.1
start zonent . 127.0.0.1 7803 127.0.0.1
start zonent . 127.0.0.1 7804 127.0.0.1
exit
cls
My eq host says:
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
I dont have a clue why its doing that.
Any ideas would be a great help to me (sorry for the long ass post)
|