View Single Post
  #14  
Old 02-23-2010, 10:54 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

Quote:
Originally Posted by Drahkon View Post
Still, upon logging in, I have nothing but blackness where the server should be.

If I wanted to manually start it up without the .bat file, in which order would I use the executables? And specifically, at what point do I know each one is done and ready to move to the next?
The same way that is in the batch file.

You know world is ready for zone when it shows world server reporting your ip address:
Code:
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[Debug] [WORLD__LS] Loginserver provided 116.68.195.250 as world address
world and zone will both be complete after it loads your static zones (following your dynamic zones):
Code:
[Debug] [WORLD__ZONE] [6] Auto zone port configuration.  Telling zone to use port 7005
[Debug] [WORLD__ZONE] [6] Setting to 'poknowledge' (202:0) (Static)
[Debug] [WORLD__ZONE] [6] [poknowledge] Broadcasting a world time update
and
Code:
[Debug] [LAUNCHER__STATUS] Starting zone poknowledge
[Debug] [LAUNCHER__STATUS] Zone poknowledge has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
Reply With Quote