jimmy
02-16-2002, 07:47 AM
Here's my setup.
I have a dedicated server running with the following configuration.
MYSQL installed and configured to the Windows installation specs
Copied the updated everquest directory to c:\everquest of the server.
Copied spdat.eff to eqemu directory.
DB.INI - File details
# READ README.TXT!
[Database]
host=localhost
user=******** <- My User Name
password=******* <- My password
database=eq
Loginserver.ini - File Details
[LoginServer]
loginserver=10.1.1.101
worldname=JimServer
locked=false
account=
password=
worldaddress=10.1.1.101
Start Apps on server in this order.
minilogon.exe
World.exe
Boot5zones.win9x.bat
The following are the outputs of these applications.
World.exe - output
LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on port:9000
Connected to LoginServer: 10.1.1.101:5999
New TCP connection: 10.1.1.101:1424
New TCP connection: 10.1.1.101:1425
New zoneserver: #1 10.1.1.101:1424
New TCP connection: 10.1.1.101:1426
New zoneserver: #2 10.1.1.101:1425
New TCP connection: 10.1.1.101:1427
New zoneserver: #3 10.1.1.101:1426
Zoneserver SetConnectInfo: 10.1.1.101:1424: 10.1.1.101:9002
New TCP connection: 10.1.1.101:1428
New zoneserver: #4 10.1.1.101:1427
Zoneserver SetConnectInfo: 10.1.1.101:1425: 10.1.1.101:9003
New zoneserver: #5 10.1.1.101:1428
Zoneserver SetConnectInfo: 10.1.1.101:1426: 10.1.1.101:9004
Zoneserver SetConnectInfo: 10.1.1.101:1427: 10.1.1.101:9001
Zoneserver SetConnectInfo: 10.1.1.101:1428: 10.1.1.101:9005
1st Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
2nd Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
3rd Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
4th Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
5th Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
and the problem child minilogon.exe - output
Login server listening on port:5999
New LWorld connection: 10.1.1.101:1418
162999 New client from ip: 10.1.1.122 port:1632
Client disconnected
Removing client from ip: 10.1.1.122, port: 1632
Client information
I'm currently running the original Everquest with the Ruins of Kunark addon.
I run the client through EQW Version 2.21.
I get the User agreement screen and click the I Accept key.
I hit space 3 times to go through the intro screens.
I click the connect button.
I enter eqemu in the Station name field
I enter eqemu in the Station password field.
and click connect.
The error I receive is the following:
Error 1002: Incorrect Version!!
Run the patch program to ensure you
have the current version.
Do I need anything else installed as far as the client. If not looking at the source code of the login.cpp file it looks as though the server piece is not liking my packet size and so it returns a version error.
Please someone help if you have any ideas.
Thanks,
Jimmy :D
I have a dedicated server running with the following configuration.
MYSQL installed and configured to the Windows installation specs
Copied the updated everquest directory to c:\everquest of the server.
Copied spdat.eff to eqemu directory.
DB.INI - File details
# READ README.TXT!
[Database]
host=localhost
user=******** <- My User Name
password=******* <- My password
database=eq
Loginserver.ini - File Details
[LoginServer]
loginserver=10.1.1.101
worldname=JimServer
locked=false
account=
password=
worldaddress=10.1.1.101
Start Apps on server in this order.
minilogon.exe
World.exe
Boot5zones.win9x.bat
The following are the outputs of these applications.
World.exe - output
LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on port:9000
Connected to LoginServer: 10.1.1.101:5999
New TCP connection: 10.1.1.101:1424
New TCP connection: 10.1.1.101:1425
New zoneserver: #1 10.1.1.101:1424
New TCP connection: 10.1.1.101:1426
New zoneserver: #2 10.1.1.101:1425
New TCP connection: 10.1.1.101:1427
New zoneserver: #3 10.1.1.101:1426
Zoneserver SetConnectInfo: 10.1.1.101:1424: 10.1.1.101:9002
New TCP connection: 10.1.1.101:1428
New zoneserver: #4 10.1.1.101:1427
Zoneserver SetConnectInfo: 10.1.1.101:1425: 10.1.1.101:9003
New zoneserver: #5 10.1.1.101:1428
Zoneserver SetConnectInfo: 10.1.1.101:1426: 10.1.1.101:9004
Zoneserver SetConnectInfo: 10.1.1.101:1427: 10.1.1.101:9001
Zoneserver SetConnectInfo: 10.1.1.101:1428: 10.1.1.101:9005
1st Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
2nd Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
3rd Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
4th Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
5th Zone9x.exe - output
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Connected to worldserver: 10.1.1.101:9000
Entering sleep mode
and the problem child minilogon.exe - output
Login server listening on port:5999
New LWorld connection: 10.1.1.101:1418
162999 New client from ip: 10.1.1.122 port:1632
Client disconnected
Removing client from ip: 10.1.1.122, port: 1632
Client information
I'm currently running the original Everquest with the Ruins of Kunark addon.
I run the client through EQW Version 2.21.
I get the User agreement screen and click the I Accept key.
I hit space 3 times to go through the intro screens.
I click the connect button.
I enter eqemu in the Station name field
I enter eqemu in the Station password field.
and click connect.
The error I receive is the following:
Error 1002: Incorrect Version!!
Run the patch program to ensure you
have the current version.
Do I need anything else installed as far as the client. If not looking at the source code of the login.cpp file it looks as though the server piece is not liking my packet size and so it returns a version error.
Please someone help if you have any ideas.
Thanks,
Jimmy :D