mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 05:24:34 +02:00
corrected mob to use correct substate
- added global tick - stubbed some more functions - added checks for engaged/dead - todo: everything else
This commit is contained in:
parent
b9bfe5e985
commit
2c9ae60bbf
9 changed files with 131 additions and 36 deletions
|
@ -18,6 +18,7 @@ namespace FFXIVClassic_Map_Server
|
|||
public static Logger Log;
|
||||
public static Server Server;
|
||||
public static Random Random;
|
||||
public static DateTime Tick;
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
@ -59,7 +60,7 @@ namespace FFXIVClassic_Map_Server
|
|||
{
|
||||
Random = new Random();
|
||||
Server = new Server();
|
||||
|
||||
Tick = DateTime.Now;
|
||||
Server.StartServer();
|
||||
|
||||
while (startServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue