View Single Post
  #8  
Old 02-02-2003, 01:42 AM
Kri
Fire Beetle
 
Join Date: Jan 2003
Location: Poland, Jawor
Posts: 10
Default

hmmm afaik the encryption is taken directly from SOA server
Code:
# if version is missing - server will try to obtain
# latest client version from Verant's login server
# version=

# it will be used when version is not set to obtain laters client version
# if you set version above, login server will never get current version
# you must be careful with that as your client will not work if versions doesn't not match

eqLoginServer=eqlogin1.989studios.com
eqLoginPort=15900
and I don't know if any recompiling is needed, you can try just to set up everything by config

from readme:
Code:
	1. How to run Login / World or Zone server separately ?
	
	To run Login server you will Common & Login directories from EqDb
	Replace emuconfig.dat by Config/emuconfig_L.dat. Run StartEMU.bat

	To run World server you will Common & World directories from EqDb
	Replace emuconfig.dat by Config/emuconfig_W.dat.
	Modify World/config file to set world name for each world server.
	Run StartEMU.bat.

	** You can't run 2 world servers on the same IP address. (it is possible to have
	more then one IP address on the same computer/ethernet card if you are
	running Win2000 or WinXP)

	To run Zone server you need Common & Zone directories from EqDb
	Replace emuconfig.dat by Config/emuconfig_Z.dat
	Modify Zone/config file to point it to correct world server.
	Run StartEMU.bat.

	Other configurations available:
		emuconfig_LW.dat  - Login & World server together
		emuconfig_WZ.dat  - World & Zone server together
		emuconfig_LWZ.dat - All 3 servers together (default configuration)

	If you are running more then one Login / World or Zone server instances on the same
	computer, make sure that you have separate copy of EqDb for every one
Reply With Quote