mrea
12-13-2005, 10:50 AM
Now, to start off, I realize that I must be breaking anywhere from 3-5 commandments by posting this message. However, I did search first.
The error that I am running into is that world doesn't even seem to be getting any information from minilogin or the public eqemu server. When I view the output, nothing displays after the zone connection information.
After this happens, EQ freezes for anywhere from 1-5 minutes and then reports a 1017. My version is reported to be 6.2/6.3 and that would be plausible considering I can play on PEQ and Fibbons:
Version Number: SEQ45867
Extended Version Number: EQ3C903E04AB2F04B577F25EA81E2727A6B8291587
I know that this is an irritating situation for devs and the community as a whole but I would greatly enjoy getting back into EQEmu.
Below are the contents of the files:
boot5zones.bat
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 zone . xx.xx.xxx.xxx 7995 192.168.1.100
start zone . xx.xx.xxx.xxx 7996 192.168.1.100
start zone . xx.xx.xxx.xxx 7997 192.168.1.100
start zone . xx.xx.xxx.xxx 7998 192.168.1.100
start zone . xx.xx.xxx.xxx 7999 192.168.1.100
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
The x's represent my external IP address. Also, ports 7995-7999 and 9000 are forwarded to this server computer.
LoginServer.ini
[LoginServer]
loginserver=eqemulator.net
loginport=5998
worldname=Teluvyen's World
worldaddress=xx.xx.xxx.xxx
locked=false
account=
password=
[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
ChatChannelServer=
[LoginConfig]
ServerMode=
ServerPort=
db.ini
[Database]
host=localhost
user=xxxx
password=xxxx
database=eq
I'm using 6.3DR1 and the latest Project EQ database (Velious RC1)
The error that I am running into is that world doesn't even seem to be getting any information from minilogin or the public eqemu server. When I view the output, nothing displays after the zone connection information.
After this happens, EQ freezes for anywhere from 1-5 minutes and then reports a 1017. My version is reported to be 6.2/6.3 and that would be plausible considering I can play on PEQ and Fibbons:
Version Number: SEQ45867
Extended Version Number: EQ3C903E04AB2F04B577F25EA81E2727A6B8291587
I know that this is an irritating situation for devs and the community as a whole but I would greatly enjoy getting back into EQEmu.
Below are the contents of the files:
boot5zones.bat
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 zone . xx.xx.xxx.xxx 7995 192.168.1.100
start zone . xx.xx.xxx.xxx 7996 192.168.1.100
start zone . xx.xx.xxx.xxx 7997 192.168.1.100
start zone . xx.xx.xxx.xxx 7998 192.168.1.100
start zone . xx.xx.xxx.xxx 7999 192.168.1.100
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
The x's represent my external IP address. Also, ports 7995-7999 and 9000 are forwarded to this server computer.
LoginServer.ini
[LoginServer]
loginserver=eqemulator.net
loginport=5998
worldname=Teluvyen's World
worldaddress=xx.xx.xxx.xxx
locked=false
account=
password=
[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
ChatChannelServer=
[LoginConfig]
ServerMode=
ServerPort=
db.ini
[Database]
host=localhost
user=xxxx
password=xxxx
database=eq
I'm using 6.3DR1 and the latest Project EQ database (Velious RC1)