View Single Post
  #2  
Old 06-05-2002, 12:49 AM
Pneu
Sarnak
 
Join Date: May 2002
Posts: 65
Default

I forgot to include my OS: Windows Millenium Edition

In case it is relevent here is my boot5zones batch file:

@echo off
start zone9x . 127.0.0.1 7995 127.0.0.1
start zone9x . 127.0.0.1 7996 127.0.0.1
REM start zone9x . 127.0.0.1 7997 127.0.0.1
REM start zone9x . 127.0.0.1 7998 127.0.0.1
REM start zone9x . 127.0.0.1 7999 127.0.0.1
cls
exit


I changed it slightly to rem out 3 zones (using 1 client on minilogin only seems to ever use 2 at the most and this sped my machine up greatly)

I changed cls and exit around so that the script exited properly.



MiniLogin Returns:
LoginServer.ini read.
Server mode: Standalone
Login server listening on port:5999
New TCP connection: 127.0.0.1:2191
71850 New client from ip: 127.0.0.1 port: 2196
Client disconnected (eqnc->GetState()=150)
Removing client from ip: 127.0.0.1, port: 2196


World Returns:
LoginServer.ini read.
Using database 'drylleq' at localhost
Loading zone names & items...done.
Loading guild ranks...done.
World server listening on: port 9000
Connected to LoginServer: localhost:5999
New TCP connection: 127.0.0.1:2198
New zoneserver: #1 127.0.0.1:2198
Zoneserver SetConnectInfo: 127.0.0.1:2198: 127.0.0.1:7995
New TCP connection: 127.0.0.1:2199
New zoneserver: #2 127.0.0.1:2199
Zoneserver SetConnectInfo: 127.0.0.1:2199: 127.0.0.1:7996


Each zone windows Returns:
Using database 'drylleq' at localhost
Loading zone names, items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode


I have since tried the eqgame patchme option and that also fails :(

Pneu

PS: I hate patch day.
Reply With Quote