View Single Post
  #1  
Old 08-21-2004, 04:44 AM
Cari_Moon
Fire Beetle
 
Join Date: Aug 2004
Posts: 20
Default New Server Problem

I can get all the way to the Character Select screen. I can even create a character. but when I try to login with any character it says Zone is unavailable.

*Note: 99.99.999.999 is not my real ip address it is just a example ip address.*


This is my World.exe output:

[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
You may already be a winner... of the darwin award.
TCP listening on: 99.99.999.999:9000
World server listening on: 99.99.999.999:9000
Connected to LoginServer: eqemulator.net:5995

my loginserver.ini:

### --- 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
loginport=5995
worldname=red dragon brigade's
worldaddress=99.99.999.999
locked=False

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
server=localhost

this is my db.ini:

# READ README.TXT!

[Database]
host=localhost
user=username
password=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.

this is my boot5zones.bat:

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 . 99.99.999.999 7995 127.0.0.1
start zone . 99.99.999.999 7996 127.0.0.1
start zone . 99.99.999.999 7997 127.0.0.1
start zone . 99.99.999.999 7998 127.0.0.1
start zone . 99.99.999.999 7999 127.0.0.1
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------------------------

this is my boot5zones.bat output:

[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] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5583
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 165 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000
__________________
Cari Moon, Queen of Darkness
Reply With Quote