PDA

View Full Version : Boot5zones.bat crash


Kran
12-29-2004, 12:50 AM
When i'm lauching my 'Boot5zones.bat' it crash when it loads the loot tables.

[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading items from database: count=36965
[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...


My db.ini;
host=localhost
user=Kran
password=******
database=eq2

My login server.ini;
[LoginServer]
loginserver=localhost
loginport=5999
worldname=Order Of The French Knight
worldaddress=localhost
locked=false
account=
password=


[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

My boot5zones.bat;
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 192.168.0.1 7995 localhost
start zone . 192.168.0.1 7996 localhost
start zone . 192.168.0.1 7997 localhost
start zone . 192.168.0.1 7998 localhost
start zone . 192.168.0.1 7999 localhost
exit
cls

I'm using win xp home edition
services pack 2
ProjectEQ's 6.0 Classic-Kunark like database

tks in advance

Kran
12-29-2004, 11:49 AM
Works now