Log in

View Full Version : 0.6.2 server cant get past server select


brenlomad
09-19-2005, 10:16 AM
i am running a 6.2 dr1 server and i can get it working on my lan but when i run it online it gives me a 1017 error can anyone help me please. here are all my files




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
loginserver2=eqemulator.net
loginport=5998
loginport2=5998
worldname=Dark Legion (work in progress)
worldaddress=ip adress
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5998

DB.ini
# READ README.TXT!

[Database]
host=localhost
user=(mysql username)
password=(mysql password)
database=eqe


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



REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "127.0.0.1" 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 . ip adress 158780 localhost
start zone . ip adress 158781 localhost
start zone . ip adress 158782 localhost
start zone . ip adress 158784 localhost
start zone . ip adress 158785 localhost
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------------------------

rojadruid
09-19-2005, 02:09 PM
i am running a 6.2 dr1 server and i can get it working on my lan but when i run it online it gives me a 1017 error can anyone help me please. here are all my files




Loginserver.ini


DB.ini


boot5zones.bat

Connected to a router sharing your internet connection I am assuming.

If so put "external_ip local_ip" on each of your client machines. fixed it for me. now I really just need more baudwidth.

brenlomad
09-21-2005, 04:13 PM
how do you find your local ip?

Belfedia
09-21-2005, 08:36 PM
You want your server work on LAN or ONLINE or both ? i don't understand.
I ask that because your config is Online style not minilogin for lan ?

JrFaust
09-22-2005, 05:23 AM
Also if the only thing you changed is the .ini files to go to public you'll also need to change the Variables table in your database to Public and not Minilogin.