Im running eqemulator on a minilogin and
I had it working last night but now after
I get through the login screen when i try to connect
to my server and hit "play everquest" i get a wierd error..
Heres what my Loginserver.ini file looks like
### --- 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=localhost
loginport=5999
worldname=cazic-thule (classic)
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
ChatChannelServer=
[LoginConfig]
ServerMode=minilogin
ServerPort=5999
Heres what boot5zones.bat looks like
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
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . localhost 8780 localhost
start zone . localhost 8781 localhost
start zone . localhost 8782 localhost
start zone . localhost 8783 localhost
start zone . localhost 8784 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
Heres what eqhost looks like
[LoginServer]
Host=127.0.0.1:5999
anyone seen that error before? Im sure that my
version is correct because i had it running fine last night