View Single Post
  #14  
Old 08-29-2005, 01:58 PM
ubatch
Sarnak
 
Join Date: Nov 2002
Posts: 88
Default Help please.....

Here's my files first so we can get that out of the way, then i'll ask a simple question that hopefully you guys can answer...My first server, so please dont bash!

EQHOST.TXT
Code:
[LoginServer]
Host=eqemulator.net:5998
DB.INI
Code:
 # READ README.TXT!
[Database]
host=localhost
user=******
password=****
database=eq
 
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe
LOGINSERVER.INI
Code:
### --- 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=5994
worldname=JustTestingThanks
worldaddress=70.240.135.110
locked=false
account=
password=
 
[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
And finally,

Boot5Zones.BAT
Code:
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:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zoneperl . 70.240.135.110 7995 70.240.135.110
start zoneperl . 70.240.135.110 7996 70.240.135.110
start zoneperl . 70.240.135.110 7997 70.240.135.110
start zoneperl . 70.240.135.110 7998 70.240.135.110
start zoneperl . 70.240.135.110 7999 70.240.135.110
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
REM:---------------END------------------------
That's basically all...

If you see an issue, let me know...I'll try it.

Everything connects fine to eqemu, but again I dont see my server called "JustTestingThanks Server" on there...any help would be appreciated.
__________________
Malkum [Ex]
Owner of "Caster's Haven"
6.0-DR2 (Velious RC1)
Reply With Quote