View Single Post
  #1  
Old 11-10-2004, 06:45 AM
Zace
Fire Beetle
 
Join Date: Oct 2002
Posts: 25
Default

Cool thanks.

OK, i use port 5999 and orward that to my internal server IP that is hosting the EQ. (10.0.0.200)

I also am port forwarding to the same place the 5 IP addresses I have used in the boot5zone.bat (ports 8780 to 8784 to 10.0.0.200)

Here is my Loginserver.ini
Code:
[LoginServer]
loginserver=127.0.0.1
#loginserver2=newlogin1.eqemulator.net
loginport=5999
#loginport2=5999
worldname=Zaces world
worldaddress=62.30.33.2
locked=false
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
and here is my boot5zone.bat file
Code:
@echo off

if NOT exist spells_en.txt goto NOSPELL
start Minilogin
start zone . 62.30.33.2 8780 127.0.0.1
start zone . 62.30.33.2 8781 127.0.0.1
start zone . 62.30.33.2 8782 127.0.0.1
start zone . 62.30.33.2 8783 127.0.0.1
start zone . 62.30.33.2 8784 127.0.0.1
world
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------------------------
Once again, any help appreciated.
Thanks.
Reply With Quote