I'm very new (about 6 hrs into this) so I hope I don't sound completely lost.
I'ts 430am here and I've searched all I can. Here's what I got.
EMU v0701102
mysql Server 5.0.51
Pearl 5.8.7 build 813
PEQ (peq-ykesha-release.zip)
WinXP Pro
Behind router with server sitting in the DMZ right now.
EmuDebugg Log:
Code:
---------------------------------------------
[03.07. - 04:28:47] Starting Log: logs/eqemu_debug_world_2932.log
[03.07. - 04:28:47] [WORLD__INIT] Loading server configuration..
[03.07. - 04:28:47] [WORLD__INIT] Log settings loaded from log.ini
[03.07. - 04:28:47] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[03.07. - 04:28:47] [WORLD__INIT] Connecting to MySQL...
[03.07. - 04:28:47] [WORLD__INIT] Starting HTTP world service...
[03.07. - 04:28:47] [WORLD__HTTP] Loaded mime types from mime.types
[03.07. - 04:28:47] [WORLD__INIT] Loading variables..
[03.07. - 04:28:47] [WORLD__INIT] Loading zones..
[03.07. - 04:28:47] [WORLD__INIT] Clearing groups..
[03.07. - 04:28:47] [WORLD__INIT] Clearing temporary merchant lists..
[03.07. - 04:28:47] [WORLD__INIT] Loading items..
[03.07. - 04:28:52] [WORLD__INIT] Loading guilds..
[03.07. - 04:28:52] [RULES__ERROR] Failed to find ruleset 'default' for load operation. Canceling.
[03.07. - 04:28:52] [WORLD__INIT] No rule set configured, using default rules
[03.07. - 04:28:52] [WORLD__INIT] Loading EQ time of day..
[03.07. - 04:28:52] [WORLD__INIT] Loading launcher list..
[03.07. - 04:28:52] [WORLD__INIT] Reboot zone modes OFF
[03.07. - 04:28:52] [WORLD__INIT] Deleted 0 stale player corpses from database
[03.07. - 04:28:52] [WORLD__INIT] Deleted 0 stale player backups from database
[03.07. - 04:28:52] [WORLD__INIT] Zone (TCP) listener started.
[03.07. - 04:28:52] [WORLD__INIT] Client (UDP) listener started.
[03.07. - 04:28:52] [NET__IDENTIFY] Registered patch 6.2
[03.07. - 04:28:52] [NET__IDENTIFY] Registered patch Titanium
[03.07. - 04:28:52] [NET__IDENTIFY] Registered patch Anniversary
[03.07. - 04:28:52] [NET__IDENTIFY] Registered patch Live
[03.07. - 04:28:52] [WORLD__LS] Connecting to login server...
[03.07. - 04:28:52] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[03.07. - 04:28:52] [WORLD__ZONE] New TCP connection from 127.0.0.1:1375
[03.07. - 04:28:52] [WORLD__CONSOLE] New launcher from 127.0.0.1:1375
[03.07. - 04:28:52] [WORLD__LAUNCH] Adding pending launcher 1
[03.07. - 04:28:52] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[03.07. - 04:28:52] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[03.07. - 04:28:52] [WORLD__LAUNCH] Removing launcher zone (1)
[03.07. - 04:29:07] [WORLD__ZONE] New TCP connection from 127.0.0.1:1377
[03.07. - 04:29:07] [WORLD__CONSOLE] New launcher from 127.0.0.1:1377
[03.07. - 04:29:07] [WORLD__LAUNCH] Adding pending launcher 2
[03.07. - 04:29:13] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[03.07. - 04:29:13] [WORLD__LAUNCH] Removing pending launcher 2. Adding zone to active list.
[03.07. - 04:29:13] [WORLD__LAUNCH] Removing launcher zone (2)
World LOG:
Code:
---------------------------------------------
[03.07. - 04:28:47] Starting Log: logs/eqemu_world_2932.log
[03.07. - 04:28:47] Using database 'peq' at localhost:3306
[03.07. - 04:28:47] EMuShareMem loaded
[03.07. - 04:28:47] Loading items from database: count=62255
XML file ("FULL" reads the same) **Credit given to Cripp for his XML file I copied**
Code:
<?xml version="1.0">
<server>
<world>
<shortname>Grawill</shortname>
<longname>Grawill Underconstruction</longname>
<!-- Only specify these two if you really think you need to. -->
<address>PUBLIC IP HERE</address>
<localaddress>SERVER LAN IP HERE</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>*********</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>*********</password>
<db>peq</db>
</database>
</server>__________________
I read about putting a 5 after zone, but I don't see where that would go, if that is even going to help me here.
I am about sleeping at the keyboard right now. Any suggestions, thoughts, hell, even flames welcome right about now.
Night.
G.