View Single Post
  #4  
Old 02-03-2006, 05:24 AM
rojadruid
Discordant
 
Join Date: May 2005
Location: Smith Falls, Ontario, Canada
Posts: 283
Default

I am hosting the server on a sub domain of my own domain. It used to work untill I got my new router. I am figureing it is a setting in there that I have either set wrong or havent set. Looking at the wiki and now looking at mine they are pretty much exact except I call my bat file something else and my zone boot up dynamicaly as players zone and bootup.

*Router Setup*

Ports 5998, 9000, 7000 - 8999 are all being forwarded to an internal machine.


*loginserver.ini*

[LoginServer]

loginserver=eqemulator.net
loginport=5998
worldname=Innorukk [Beta, Legit]
worldaddress=game.242.ca
locked=false
account=
password=
[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=raven
chataddress=channels.eqemulator.net
chatport=7778

[LoginConfig]
ServerMode=
ServerPort=



*Boot10pearlpubliczones.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_us.txt goto NOSPELL
start zoneperl . game.242.ca 8780 game.242.ca
start zoneperl . game.242.ca 8781 game.242.ca
start zoneperl . game.242.ca 8782 game.242.ca
start zoneperl . game.242.ca 8783 game.242.ca
start zoneperl . game.242.ca 8784 game.242.ca
start zoneperl . game.242.ca 8785 game.242.ca
start zoneperl . game.242.ca 8786 game.242.ca
start zoneperl . game.242.ca 8787 game.242.ca
start zoneperl . game.242.ca 8788 game.242.ca
start zoneperl . game.242.ca 8789 game.242.ca
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------------------------

Everything boots up with no errors. DNS is resolving on the internet corectly.
__________________
Rojadruid

Innoruuk Server [legit]
Server Admin.
Server Status: UP

Last edited by rojadruid; 02-03-2006 at 05:09 PM..
Reply With Quote