View Single Post
  #15  
Old 04-07-2003, 02:13 PM
Galin Nytshade
Fire Beetle
 
Join Date: Apr 2003
Posts: 2
Default Bad server name?

Trying to host my own server on EQEmu, but when i start world.exe, it goes fine till i get an error that says this:

Connected to LoginServer:eqlogin2.eqemu.net:5999
Login server responded with FatalError. Disabling reconnect.
Error message: 'Bad server name. Unknown reason.'
64.81.113.122:5999: TCPConnection::RecvData(): Error: 10053

Looked through and double-checked all the settings, so if someone else could point out what i'm overlooking, it would sure help.

Quote:
# READ README.TXT!

[Database]
host=localhost
user=Galin Nytshade
password=hentai
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.
Quote:
### --- 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 reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Gix's
worldaddress=66.76.159.167
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
Quote:
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "hosthere" 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_en.txt goto NOSPELL

start zone . 66.76.159.167 7995 66.76.159.167
start zone . 66.76.159.167 7996 66.76.159.167
start zone . 66.76.159.167 7997 66.76.159.167
start zone . 66.76.159.167 7998 66.76.159.167
start zone . 66.76.159.167 7999 66.76.159.167


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------------------------
Reply With Quote