View Single Post
  #7  
Old 11-27-2003, 05:29 AM
Joshjje
Fire Beetle
 
Join Date: Nov 2003
Posts: 7
Default ..

Woot finally figured it out. And yes im behind a router.

joshjje.no-ip.org resolves to my external ip

@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . joshjje.no-ip.org 7995 192.168.2.34
start zone . joshjje.no-ip.org 7996 192.168.2.34
start zone . joshjje.no-ip.org 7997 192.168.2.34
start zone . joshjje.no-ip.org 7998 192.168.2.34
start zone . joshjje.no-ip.org 7999 192.168.2.34
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



[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Joshjje-Test
worldaddress=joshjje.no-ip.org
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


Also had to change my hosts file in c:\windows\system32\drivers\etc to:

127.0.0.1 localhost
192.168.2.34 joshjje.no-ip.org


Now, to see if others can join, and to populate this poor existence :\
Reply With Quote