View Single Post
  #1  
Old 09-07-2004, 11:45 AM
brandonlamb
Fire Beetle
 
Join Date: Sep 2004
Posts: 5
Default I must be dumb. Server will not show up in list

Ok i have been struggling with this for like 2 days. I CAN log into other eqemu servers, was on some scoropion2k?? server, so that part is working.

Now im trying to figure out how the heck to get my server to show up in the list so i can play on my own.

DB.INI
Quote:

[Database]
host=localhost
user=root
password=****
database=eq
compression=off
LOGINSERVER.INI
Quote:
### --- 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 recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

# READ README.TXT
[LoginServer]
loginserver=eqemulator.net
loginserver2=eqemulator.net
loginserver3=eqemulator.net
loginport=5995
loginport2=5995
loginport3=5995
worldname=Digitaltension EverQuest
worldaddress=digitaltension.servegame.com
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
server=localhost
BOOT5ZONES.BAT
Quote:
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 zone . digitaltension.servegame.com 7995 192.168.0.5
start zone . digitaltension.servegame.com 7996 192.168.0.5
start zone . digitaltension.servegame.com 7997 192.168.0.5
start zone . digitaltension.servegame.com 7998 192.168.0.5
start zone . digitaltension.servegame.com 7999 192.168.0.5
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
Running eqemu 5.7 ? from http://eqemu.chiroplus.ca/EQEMu-Compiled-07-17-04.zip