View Single Post
  #1  
Old 09-20-2005, 09:22 AM
falvey
Fire Beetle
 
Join Date: Sep 2005
Posts: 4
Default 1017 error when trying to login to my own public server

I have seen many posts about the 1017 error that i keep getting when i try to log into my own server on the public server select and even tried a few thinggs mentioned to fix the problem but still no luck so basically i wanted to post my stuff and see if anyone notices a problem.(btw when i do load up world and boot5zones i get no issues)

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 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=eqemulator.net
loginport=5998
worldname=acidfreaks
worldaddress=[my ip]
locked=false
account=
password=



[WorldServer]
Defaultstatus=20
Unavailzone=

[ChatChannelServer]
ChatChannelServer=

[LoginConfig]
ServerMode=
ServerPort=

db.ini

# READ README.TXT!

[Database]
host=localhost
user=[name]
password=[pw]
database=eq


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

boot5zones

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

REM: This file requires your real IP in the place of "EXTERNAL_IP_HERE" 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 . **.***.**.*** 7995 ***.***.*.***
start zone . **.***.**.*** 7996 ***.***.*.***
start zone . **.***.**.*** 7997 ***.***.*.***
start zone . **.***.**.*** 7998 ***.***.*.***
start zone . **.***.**.*** 7999 ***.***.*.***
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------------------------

if there is anyone that can help me i would greatly appreciate it also let me know if there is any other info needed

thanks much
falvey
Reply With Quote