View Single Post
  #5  
Old 12-26-2003, 07:45 AM
ChosenOne
Fire Beetle
 
Join Date: Feb 2003
Posts: 3
Default

Here are my config files

DB.INI

[Database]
host=localhost
user=
password=
database=EQ
compression=off


Login Server.ini

[LoginServer]
loginserver=***.***.***.***
worldname="Server Name"
worldaddress=***.***.***.***
locked=false
account=
password=
loginport=5999

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

bootzones5.bat

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . ***.***.***.*** 7995 ***.***.***.***
start zone . ***.***.***.*** 7996 ***.***.***.***
start zone . ***.***.***.*** 7997 ***.***.***.***
start zone . ***.***.***.*** 7998 ***.***.***.***
start zone . ***.***.***.*** 7999 ***.***.***.***
exit
cls

:NOSPELL


I am using latest DB and 5.3dr2

This one was set up for Mini Loging but i get the same isssue when i try and set up for the main login aswell.

One machine is running server and the other is running client.

I have no prob logging in to most of the other servers.
Reply With Quote