Log in

View Full Version : Working World.exe and Zone.exe printouts


Astartae
11-28-2003, 01:51 PM
Thanks everyone for your help! I finally got everything working and thought I should post my world and zone printouts for others to look at.

World.exe:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26489, 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
Breaking bards...done
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
Connected to LoginServer: 127.0.0.1:5997
10926 New TCP connection: 127.0.0.1:2761
New zoneserver: #1 127.0.0.1:2761
Zoneserver SetConnectInfo: 127.0.0.1:2761: 127.0.0.1:7999
11046 New TCP connection: 127.0.0.1:2762
11046 New TCP connection: 127.0.0.1:2763
11046 New TCP connection: 127.0.0.1:2764
11046 New TCP connection: 127.0.0.1:2765
New zoneserver: #2 127.0.0.1:2765
New zoneserver: #3 127.0.0.1:2764
New zoneserver: #4 127.0.0.1:2763
New zoneserver: #5 127.0.0.1:2762
Zoneserver SetConnectInfo: 127.0.0.1:2762: 127.0.0.1:7997
Zoneserver SetConnectInfo: 127.0.0.1:2763: 127.0.0.1:7998
Zoneserver SetConnectInfo: 127.0.0.1:2764: 127.0.0.1:7996
Zoneserver SetConnectInfo: 127.0.0.1:2765: 127.0.0.1:7995

Zone.exe (one of five - lol, sounds like the borg):

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading doors
[Status] FileLoadSPDat() Loading spells from spells_us.txt
[Status] FileLoadSPDat() spells loaded: 4352
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 148 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000

Now, if I can only find a database file that works and has moving npcs and lets me create a new character (haha) - oh well, I'm mostly there...

Everquester
11-28-2003, 02:07 PM
could you post your loginserver.ini and boot5zones.bat settings? can't seem to get my zones to connect when I activate boot5zones.bat.

Bearik
11-28-2003, 02:10 PM
I already posted the correct loginserver info in your thread Everquester, but here

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=
worldaddress=
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

Astartae
11-28-2003, 02:17 PM
And here is mine, just for the record. My loginserver and world addy are the local computer ip because I'm running it off miniserver (I'm on a 26k internet connection so the only thing that makes sense for me right now is a miniserver). Also, I noticed that changing my mysql username/password all to lowercase made a difference for me.

LoginServer.ini:

[LoginServer]
loginserver=127.0.0.1
loginport=5997
worldname=Astartae's
worldaddress=127.0.0.1
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5997
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

and db.ini:

[Database]
host=localhost
user=astartae
password=*****
database=eq
compression=off

Everquester
11-28-2003, 02:37 PM
What I was wondering about whas the boot5zones.bat settings, for some reason I always get this error when I run it

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from spells_us.txt
[Status] FileLoadSPDat() spells loaded: 4352
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 148 commands loaded
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10061
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode


My world.exe run's and connects just fine, but I can't get the zones to connect, this is my boot5zones.bat settings

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 12.206.12.8 7995 12.206.12.8
start zone . 12.206.12.8 7996 12.206.12.8
start zone . 12.206.12.8 7997 12.206.12.8
start zone . 12.206.12.8 7998 12.206.12.8
start zone . 12.206.12.8 7999 12.206.12.8
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------


and my loginserver.ini


[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=7999
loginport2=7999
worldname=Shinji Non-Legit
worldaddress=12.206.12.8
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

it's that damn 10061 error that I can't seem to shake.

Bearik
11-28-2003, 03:21 PM
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=7999
loginport2=7999
worldname=Shinji Non-Legit
worldaddress=12.206.12.8
locked=false

Theres your problem, I told you to use port 5997

Change

loginport=7999

to

loginport=5997

And there you go. If this doesnt fix it try the search function

Edit: Leave boot5zones.bat as it though

Everquester
11-28-2003, 06:40 PM
5997 didn't work when I tried it so I was just putting numbers in, doesn't work with that either, gonna see what I can find on error 10061