PDA

View Full Version : Can't get my server to show up


evertith
06-07-2004, 08:41 PM
Hey, trying to get some help setting up my server. Here's what shows up on world and zone boots:

world.exe
----------------------
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR4
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28633, max id=69173
[Error] [ChatChannelServer] block not found in ./LoginServer.ini
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Breaking linux compiles....
TCP listening on: 172.152.24.32:9000
World server listening on: 172.152.24.32:9000
233175 New TCP connection: 127.0.0.1:2393
New zoneserver: #1 127.0.0.1:2393
Zoneserver SetConnectInfo: 127.0.0.1:2393: 172.152.24.32:7995

-------------------------

zone.exe connects to the world host via localhost. Both are DR4.

Here's my loginserver.ini
-------------------------------------
### --- 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
loginport=5995
worldname=Grape Juice
worldaddress=172.152.24.32
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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


Here's my bootzone.bat file
-------------------------------------
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 . 172.152.24.32 7995 localhost
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------------------------



Everything seems to start up, but the server name doesn't show up on the server list on the eqemulator.net login server.

I've tried everything I know possible. heh If you could help, that would be great. Thanks.

Derision
06-07-2004, 08:45 PM
Add

[ChatChannelServer]
ChatChannelServer=127.0.0.1

to the end of your LoginServer.ini

Dave987
06-08-2004, 03:21 AM
Add

[ChatChannelServer]
ChatChannelServer=127.0.0.1

to the end of your LoginServer.ini

It's not that - That's for IRC to your server (not yet implemented, do not ask)

Check your EQhost.txt - from the main page (eqemulator.net) you can see it needs changing if you own a server. Have you updated this ?

Derision
06-08-2004, 04:48 AM
[Error] [ChatChannelServer] block not found in ./LoginServer.ini

That error will stop his server appearing in the list. Now. he may well have other issues, but until he adds a dummy [ChatChannelServer] block, his server will never appear.

Dave987
06-08-2004, 04:52 AM
Aye , I never saw that Error there , but World should ignore even if that small bit is missing. But well spotted anywho. :oops:

evertith
06-10-2004, 09:43 AM
I'll change that and see if it works here soon.

I changed my eqhost.txt file to match the one on the main page. So, I assume that should be set up correctly.

I'll keep you posted. Thanks for the help :)

evertith
06-10-2004, 06:47 PM
The chatserver edit to the loginserver.ini file worked great. Thanks for the help! :)