PDA

View Full Version : So close and yet so far


Darkjoram
11-24-2004, 06:53 AM
OK, Im using Peq Kunark db,I have everything sourced,I have not had any errors after setting this up. Except one issue with my server not showing up on my list. Actually, it showed up once and after that, nothing.

World.exe

[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=36965
[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
Warning: Pants may change during online play.
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
26641 New TCP connection: 127.0.0.1:1664
New zoneserver: #1 127.0.0.1:1664
26657 New TCP connection: 127.0.0.1:1665
26657 New TCP connection: 127.0.0.1:1666
New zoneserver: #2 127.0.0.1:1666
New zoneserver: #3 127.0.0.1:1665
Zoneserver SetConnectInfo: 127.0.0.1:1664: 127.0.0.1:7999
Zoneserver SetConnectInfo: 127.0.0.1:1665: 127.0.0.1:7996
Zoneserver SetConnectInfo: 127.0.0.1:1666: 127.0.0.1:7998
26735 New TCP connection: 127.0.0.1:1667
26735 New TCP connection: 127.0.0.1:1668
New zoneserver: #4 127.0.0.1:1668
New zoneserver: #5 127.0.0.1:1667
Zoneserver SetConnectInfo: 127.0.0.1:1667: 127.0.0.1:7995
Zoneserver SetConnectInfo: 127.0.0.1:1668: 127.0.0.1:7997

Zone

[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 NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[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] 172 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000

Boot5Zones

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 zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 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------------------------

db.ini


[Database]
host=127.0.0.1
user=darkjoram
password=******
database=eq

login

[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=Darkjoramseq
worldaddress=127.0.0.1
locked=false
account=
password=


[WorldServer]
Defaultstatus=20
Unavailzone=

host

[LoginServer]
Host=newlogin1.eqemulator.net:5994


Kind of stuck at this point, Ive tried changing out ip address to localhost on all. Its probably something so simple, but ive been at it for half a day and im fried,lol.

Thanks in advance

Derision
11-24-2004, 08:10 AM
[Error] [ChatChannelServer] block not found in ./LoginServer.ini


Fix that error by adding

[ChatChannelServer]

To the end of your LoginServer.ini

Without that, your world will not connect to the login server.

Darkjoram
11-24-2004, 09:09 AM
OK after hours of pulling hair outmhehe, that worked. I didnt even realize that was missing. Nice catch. Im in and things are working, I have mobs and such. The first issue I notice is that besides the normal doors, which work correctly( swinging doors). The doors that slide from side to side dont work( actually there are two sliding doors, the first one slides and there is one behind it that does not move. Other than that so far so good:)

Darkjoram
11-24-2004, 05:29 PM
ok i figured out I had duplicate entries in my db, so i deleted the dupes and we im good. Although it seems im going to have to go through each zone and weed out dupes.

Are there any db files I can source in for additional zone mobs( like pop or other expansions)?