Thread: error 1017 Grr!
View Single Post
  #3  
Old 04-24-2002, 05:59 PM
caravelle
Fire Beetle
 
Join Date: Apr 2002
Posts: 16
Default

---LoginServer.ini---

### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

# READ README.TXT

[LoginServer]
loginserver=eqlogin.eqemu.org
worldname=Sharky
locked=false
account=
password=
worldaddress=63.228.50.206
loginport=5999



---boot5zones---

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: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe

REM:--------------Start-----------------------


@echo off
start zone9x . 63.228.50.206 7995 127.0.0.1
start zone9x . 63.228.50.206 7996 127.0.0.1
start zone9x . 63.228.50.206 7997 127.0.0.1
start zone9x . 63.228.50.206 7998 127.0.0.1
start zone9x . 63.228.50.206 7999 127.0.0.1
exit
cls


REM:---------------END------------------------

---db.ini---

# READ README.TXT!

[Database]
host=localhost
user=caravelle
password=*****
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left as localhost unless mysql is
### --- on a differant computer than world.exe.

---eqhost.txt---

[Registration Servers]
{
"eqlogin.eqemu.org:5999"
}
[Login Servers]
{
"eqlogin.eqemu.org:5999"
}

-----------------------

I moved the spdat.eff folder to my eqemu directory.
I dowloaded current everquest patches.
I run World.exe, then Boot5zones.Win9x.bat. (im on windows XP)
I went into Mysql bin folder and set EQ as the directory and loaded it.
I made sure fire wall was off.
I run eq in Windowed form.

(every time I get error 1017 cannot connect to everquest login server,
you may need to rerun the patch or wait)

-- I dont have Lucin, so could this be interfering if im attempting to join my own server?
Reply With Quote