Log in

View Full Version : My server on list


ubatch
11-28-2005, 07:29 AM
My server isnt showing up on the list.

Here's some of my files:

DB.ini

# READ README.TXT!
[Database]
host=127.0.0.1
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

### --- 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=newlogin1.eqemulator.net
loginport=5994
worldname=Caster's Haven
worldaddress=castershaven.no-ip.org
locked=false
account=
password=

[WorldServer]
Defaultstatus=20
Unavailzone=


And my Boot5Zones.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 . castershaven.no-ip.org 7995 127.0.0.1
start zoneperl . castershaven.no-ip.org 7996 127.0.0.1
start zoneperl . castershaven.no-ip.org 7997 127.0.0.1
start zoneperl . castershaven.no-ip.org 7998 127.0.0.1
start zoneperl . castershaven.no-ip.org 7999 127.0.0.1
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------------------------


World.exe read-out

[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=39497
[Error] [ChatChannelServer] block not found in ./LoginServer.ini
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Breaking bards...done
TCP listening on: castershaven.no-ip.org:9000
World server listening on: castershaven.no-ip.org:9000


Boot5Zones.bat read-out

[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 174 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Error] Starting command queue Mapping...
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000


I recently bought a D-Link Wireless router (model DI-524) and so that might be my problem...I can run world.exe and boot5zones.bat just fine, but can't see my server still.

Any help would be appreciated :)

ubatch
11-28-2005, 07:46 AM
Fixed :)


[ChatChannelServer]
worldshortname=
chataddress=
chatport=


This was NOT in my loginserver.ini for some reason, the download from sourceforge is all screwed up =P I dunno how that part got missing.

ubatch
11-28-2005, 07:59 AM
1017 error? Any help :)

cofruben
11-28-2005, 07:46 PM
-Firewalled?
if so, take it off.

-Are you trying to access to your server which is in your LAN?
if so, you have to edit hosts file, search on forums, I am sure you will find some thread that talks about that.

Belfedia
11-28-2005, 09:23 PM
+1

When client is up to date, most 1017 error come with firewall or LAN problems :(
Don't forget how work a router ;)
A router is like another computer connect to the internet and it give internet to your real computer. If Eqemu waiting information on your IP this information come on the router and when it don't know how make, this information is gone. You need to put a DNat or Nat from the Dlink to the pc for each port you use on emulation (Consult your router guide).

A short example:
If you have one web-site with apache on the real pc and you don't Dnat TCP port 80, nobody can see your site on internet.

ubatch
11-29-2005, 04:37 AM
ok, got all to work, BUT...Now I keep going LD and kicked to char select...Mind you this is when using a second computer, havnt tried using the comp the server is on because the GFX card suxors and it just lags a lot =P

Any help on LD stuff and I'll be all set.