PDA

View Full Version : Server not showing up on list! HELP


NarutoLegacy
03-24-2004, 11:38 AM
I followed all the directions and i hit world.exe and the run5zone ting but my server doesnt show up on the list, HELP!

Derision
03-24-2004, 11:40 AM
You need to post the output of your world.exe and zone.exe processes, and all your .ini files and boot5zones.bat files

NarutoLegacy
03-24-2004, 11:41 AM
Do you have AIM?

NarutoLegacy
03-24-2004, 11:49 AM
World.exe
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[LoginServer] block not found in './LoginServer.ini'.
[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
Formatting drive C:
TCP listening on: port 9000
World server listening on: port 9000


Boot5zones.bat
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5-DR1
[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 Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5020
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] 157 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000



LoginServer.ini
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=(Celestial Moonlight) Kaio's Test
worldaddress=24.184.218.XXX
locked=false

WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=24.184.218.XXX


db.ini

[Database]
host=localhost
user=Kaio
password=xxxxxxx
database=eq
compression=off


Is that what you want?

Derision
03-24-2004, 11:59 AM
Your zones aren't connecting to world.exe, we need to see your boot5zones.bat.

E.g., this is mine for a minilogin server, running 3 zones:

C:\eqemu\5.3dr2dev\build>type boot5zones.bat
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "127.0.0.1" when you are co
nnecting
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 . 127.0.0.1 7995 localhost
start zone . 127.0.0.1 7996 localhost
start zone . 127.0.0.1 7997 localhost
exit
cls

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

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

NarutoLegacy
03-24-2004, 12:02 PM
sorry new at complainin,

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

if NOT exist spells_us.txt goto NOSPELL

start zone . 24.184.218.XXX 7995 localhost
start zone . 24.184.218.XXX 7996 localhost
start zone . 24.184.218.XXX 7997 localhost
start zone . 24.184.218.XXX 7998 localhost
start zone . 24.184.218.XXX 7999 localhost
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------------------------

samandhi
03-24-2004, 01:32 PM
If you look closely at this:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[LoginServer] block not found in './LoginServer.ini'.
[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
Formatting drive C:
TCP listening on: port 9000
World server listening on: port 9000 You will see that there is something missing.. It does NOT say connected to blah blah blah...... This indicates you are having either a NAT issue or a firewall issue... Your zones are connecting to your world.. but your world is NOT connecting to eqemu loginservers....

NarutoLegacy
03-24-2004, 01:57 PM
Ok I fixed this, now it says I have a 1017 error. I enabled DMZ and I forwarded all the ports. What now? Do you have an AIM or MSN name I could talk to you 1 on 1 with? I dotn have ICQ

samandhi
03-25-2004, 09:56 AM
You will need to forward your internal IP to your external IP...

NarutoLegacy
03-25-2004, 12:38 PM
how would i do that?