View Single Post
  #6  
Old 07-07-2005, 12:30 PM
nadineemu's Avatar
nadineemu
Sarnak
 
Join Date: Apr 2003
Location: UK
Posts: 61
Default Here's my current ini & bat files, plus the output from zone.exe's

you asked to view my loginserver.ini and boot5zones.bat so here they are, hope you can work out what i have done wrong...

Loginserver.ini - is as follows :

[LoginServer]
loginserver=newlogin1.eqemulator.net
loginserver2=newlogin2.eqemulator.net
loginport=5998
loginport2=5998
worldname=No Place Like Home
worldaddress=xxx.xxx.xxx.xxx
locked=False
account=
password=

[WorldServer]
Defaultstatus=200
Unavailzone=

[ChatChannelServer]
ChatChannelServer=localhost
worldshortname=
chataddress=
chatport=

------------end of file-------------
And boot5zones.bat is as follows :

REM: ****Read this first!!!****



REM: This file requires your real IP in the place of "nnn.nnn.nnn.nnn" when you are connecting

REM: To the EQEmu Loginserver.



REM: When you are using minilogin, Replace all IP Addresses to say nnn.nnn.nnn.nnn



REM: If you still get errors try using localhost instead of xxx.xxx.xxx.xxx



REM:--------------Start-----------------------

@echo off



if NOT exist spells_us.txt goto NOSPELL



start zoneperl . 82.32.104.xxx 8780 82.32.104.xxx

start zoneperl . 82.32.104.xxx 8781 82.32.104.xxx

start zoneperl . 82.32.104.xxx 8782 82.32.104.xxx

start zoneperl . 82.32.104.xxx 8783 82.32.104.xxx

start zoneperl . 82.32.104.xxx 8784 82.32.104.xxx

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------------------------

-------- end of file ---------

now world.exe runs with no errors at all

however, the zone.exe's all have the same error.

This is the output from each zone.exe

[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.1-DR2
[Status] Loading opcodes..
[Status] Mapping Opcodes
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
22805592
17176257
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] EMuShareMem loaded
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading doors
[Status] EMuShareMem loaded
[Status] EMuShareMem loaded
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 6747
[Status] Loading guilds
[Status] Loading factions
[Status] Loading titles
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 182 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10060
[Error] worldserver.Connect() FAILED!
[Status] Starting EQ Network server.
Starting factory Reader
Starting factory Writer
[Status] Entering sleep mode


Hope some one can shed some light
__________________
me version 1.2
~ No place like home Server Controller~
Reply With Quote