View Single Post
  #1  
Old 04-23-2004, 02:12 PM
Archades
Fire Beetle
 
Join Date: Apr 2004
Posts: 13
Default Help me, server not showing up

Hi, I went through the tutorial on how I go about making a server and everything worked fine.

Now when I run world.exe it comes up real fast and then the window goes away. It doesn't even give me time to see what it says. I checked the server list to see if it was there but much to my disappointment it wasn't

Any idea what the trouble is, I have used search and never found any solutions.

Also I tried running it from MS DOS but no luck there either.

I do have a router (Dlink) is there anything special that I need to be doing? No firewall though.

I am using Win XP.

I am following this guide.

I patched EQLive post April 14th.

db file:

# READ README.TXT!

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

LoginServer file:

### --- 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=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport2=5997
loginport3=5997
worldname=Vengeance X Archades
worldaddress=ExternalIPAddress
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=InternalIPAddress

Boot5Zones file:

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.exe . ExternalIPAddress 7995 InternalIPAddress
start zone.exe . ExternalIPAddress 7996 InternalIPAddress
start zone.exe . ExternalIPAddress 7997 InternalIPAddress
start zone.exe . ExternalIPAddress 7998 InternalIPAddress
start zone.exe . ExternalIPAddress 7999 InternalIPAddress
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------------------------

(All the IP addresses/usernames/passwords are filled in accordingly on my files)
Reply With Quote