View Single Post
  #1  
Old 03-11-2004, 08:25 AM
TenabrousGM
Fire Beetle
 
Join Date: Mar 2004
Posts: 15
Default Zone Errors HELP!!!

Ok Im new to this whole thing but work with me. Ok I've got my server set up so i can see it on the Eqemu Servers list everything seems to be right but im still getting errors Jezzbel has been helping me but we just run into a new problem each time.

Ok here are the errors and my Eqemu .bats,.exe's...ect

db.ini looks like this

# READ README.TXT!

[Database]
host=127.0.0.1
user=supermicclick
password=akvivi
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.

Here's Login Server

# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=Rathe Mountain Test
worldaddress=68.3.182.184
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=192.168.1.101

Boot5zones.bat
(note i have 10 zones running)

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.3.182.184 7990 192.168.1.101
start zone . 68.3.182.184 7991 192.168.1.101
start zone . 68.3.182.184 7992 192.168.1.101
start zone . 68.3.182.184 7993 192.168.1.101
start zone . 68.3.182.184 7994 192.168.1.101
start zone . 68.3.182.184 7995 192.168.1.101
start zone . 68.3.182.184 7996 192.168.1.101
start zone . 68.3.182.184 7997 192.168.1.101
start zone . 68.3.182.184 7998 192.168.1.101
start zone . 68.3.182.184 7999 192.168.1.101
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 Here's the output

World.exe

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.3-DR3
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[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] 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: 68.3.182.184:9000
World server listening on: 68.3.182.184:9000
Connected to LoginServer: eqlogin2.eqemulator.net:5997


5zone.bat

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.3-DR3
[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 Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 153 commands loaded
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10060
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode

My server shows up on the list like this but when i try to log in unlock it and well just log on I get the 1017 error.... Any help is appreciated
Reply With Quote