Okay, I'm posting everything. Compare and whatnot--- copy and paste if you need to.
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
loginport=5998
worldname=Sarepean's Test
worldaddress=70.178.49.239
locked=false
account=
password=
[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
boot5zones.bat:
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
REM:--------------Start-----------------------
@echo off
if NOT exist spells_en.txt goto NOSPELL
REM: start zone . external ip PORT internal ip
start zone . 70.178.49.239 8766 192.168.1.100
start zone . 70.178.49.239 8764 192.168.1.100
start zone . 70.178.49.239 8765 192.168.1.100
start zone . 70.178.49.239 8763 192.168.1.100
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------------------------
Also, make sure that your spells_us.txt and spells_en.txt are current to your version.
If you make any changes, try it on your port forwarding setup and then on DMZ if it doesn't work. Let me know how it goes.
-Sarepean
|