View Single Post
  #1  
Old 12-16-2005, 12:01 PM
swish
Hill Giant
 
Join Date: Jan 2005
Posts: 120
Default Error 1017. sorry i'v searched everywhere

hello =)
i'v followed the wiki, and everything works fine, there server is up but i get the 1017 error.
i dont use router and i have no errors exept for that (i think).
i am afraid i have the wrong version of mysql maybe this is the problem. i use 3.23.58.

here are my ini files:

login sever:

### --- 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=5994
loginport2=5994
worldname=swish's test
worldaddress=62.0.128.44
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=
ServerPort=



DB:

[Database]
host=localhost
user=(my user name)
password=(my password)
database=eq



boot5zones:

REM: 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:
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zoneperl . 62.0.128.44 7995 62.0.128.44
start zoneperl . 62.0.128.44 7996 62.0.128.44
start zoneperl . 62.0.128.44 7997 62.0.128.44
start zoneperl . 62.0.128.44 7998 62.0.128.44
start zoneperl . 62.0.128.44 7999 62.0.128.44
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



If you need anything else just ask me. i hope i'v answered most of it here though. i would apreciate any help.

Thanks in advanced,
Bongol.
Reply With Quote