mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Added event conditions to the database. This is a JSON object that stores all types of conditions. The server also sends the correct packets to enable these conditions (minus the push packets... those aren't implemented).
This commit is contained in:
parent
3b48ed1f74
commit
7bc3c8c2dd
13 changed files with 192 additions and 41 deletions
|
@ -112,6 +112,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
{
|
||||
basePackets.Add(actor.getSpawnPackets(playerActor.actorId, 1));
|
||||
basePackets.Add(actor.getInitPackets(playerActor.actorId));
|
||||
basePackets.Add(actor.getSetEventStatusPackets(playerActor.actorId));
|
||||
actorInstanceList.Add(actor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue