View Single Post
  #13  
Old 02-06-2004, 10:33 AM
SethZ
Fire Beetle
 
Join Date: Feb 2004
Posts: 14
Default

DB.INI
Quote:
[Database]
host=localhost
user=XXX
password=XXX
database=eq
compression=off
LoginServer.INI
Quote:
[LoginServer]
loginserver=123.456.7.890
loginport=5999
worldname=World
worldaddress=123.456.7.890
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
MiniLoginAcounts.INI
Quote:
192.168.2.106 XXX XXX
Boot5zones
Quote:
REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 192.168.2.106 7995 localhost
start zone . 192.168.2.106 7996 localhost
start zone . 192.168.2.106 7997 localhost
start zone . 192.168.2.106 7998 localhost
start zone . 192.168.2.106 7999 localhost
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
Quote:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] LoginServer.ini read.
[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
Liberating a country that despises us...
TCP listening on: 192.168.2.106:9000
World server listening on: 192.168.2.106:9000
Connected to LoginServer: 192.168.2.106:5999
11515 New TCP connection: 127.0.0.1:3065
New zoneserver: #1 127.0.0.1:3065
11531 New TCP connection: 127.0.0.1:3066
11531 New TCP connection: 127.0.0.1:3067
New zoneserver: #2 127.0.0.1:3067
New zoneserver: #3 127.0.0.1:3066
11578 New TCP connection: 127.0.0.1:3068
11578 New TCP connection: 127.0.0.1:3069
New zoneserver: #4 127.0.0.1:3069
New zoneserver: #5 127.0.0.1:3068
Zoneserver SetConnectInfo: 127.0.0.1:3066: 192.168.2.106:7999
Zoneserver SetConnectInfo: 127.0.0.1:3067: 192.168.2.106:7995
Zoneserver SetConnectInfo: 127.0.0.1:3065: 192.168.2.106:7997
Zoneserver SetConnectInfo: 127.0.0.1:3068: 192.168.2.106:7998
Zoneserver SetConnectInfo: 127.0.0.1:3069: 192.168.2.106:7996
42109 New client from ip: 192.168.2.106 port: 3072
[Error] Expecting OP_SendLoginInfo, got 241
Removing client from ip:192.168.2.106 port:3072
MiniLogin.exe
Quote:
LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999
Zone.exe
Quote:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.2
[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 corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 148 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000
Reply With Quote