Please review my setup and tell me what is wrong here.
Zone.exe shows:
Quote:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.7-DR6
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 164 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 68.209.123.168:9000
|
World.exe shows:
Quote:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: Pants may change during online play.
TCP listening on: 68.209.123.168:9000
World server listening on: 68.209.123.168:9000
Connected to LoginServer: eqemulator.net:5997
29797 New TCP connection: 192.168.1.1:1306
New zoneserver: #1 192.168.1.1:1306
29843 New TCP connection: 192.168.1.1:1307
29843 New TCP connection: 192.168.1.1:1308
New zoneserver: #2 192.168.1.1:1308
New zoneserver: #3 192.168.1.1:1307
Zoneserver SetConnectInfo: 192.168.1.1:1306: 68.209.123.168:7999
29890 New TCP connection: 192.168.1.1:1309
29890 New TCP connection: 192.168.1.1:1310
New zoneserver: #4 192.168.1.1:1310
New zoneserver: #5 192.168.1.1:1309
Zoneserver SetConnectInfo: 192.168.1.1:1307: 68.209.123.168:7997
Zoneserver SetConnectInfo: 192.168.1.1:1308: 68.209.123.168:7998
Zoneserver SetConnectInfo: 192.168.1.1:1309: 68.209.123.168:7996
Zoneserver SetConnectInfo: 192.168.1.1:1310: 68.209.123.168:7995
|
Loginserver.ini shows:
Quote:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS.
### --- NOTE: You can NOT use the word 'Server' in worldname.
### --- NOTE2: the word 'Server' is added to each server automatically.
### --- READ README.TXT
[LoginServer]
loginserver=eqemulator.net
loginserver2=eqemulator.net
loginserver3=eqemulator.net
loginport=5997
loginport2=5997
loginport3=5997
worldname=adventurer's lair
worldaddress=68.209.123.168
locked=False
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
[ChatChannelServer]
server=localhost
|
db.ini shows:
Quote:
# READ README.TXT!
[Database]
host=localhost
user=maldian
password=*******
Database=eq
compression=off
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left 'localhost' unless mysql is on a differant computer than world.exe.
|
boot5zones.bat shows:
Quote:
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of 'YourIP' when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . 68.209.123.168 7995 68.209.123.168
start zone . 68.209.123.168 7996 68.209.123.168
start zone . 68.209.123.168 7997 68.209.123.168
start zone . 68.209.123.168 7998 68.209.123.168
start zone . 68.209.123.168 7999 68.209.123.168
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
|
eqhost.txt shows:
Quote:
[LoginServer]
Host=eqemulator.net:5995
|
Now the thing is this... I can get the server up and running but I can't connect to it with my client. I get kicked to desktop everytime. I have NOT patched the June 22nd patch yet. I am still running the June 16th patch as far as I know. Any help would be greatly appreciated.
My main goal is to get it where I can run it on a computer by itself with no internet connection. I want the server and client to be on the same computer. If anyone can assist on this, please let me know.