mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Implemented MotD. Groups are now sent from world server to client, and also initialized. Retainers finished and are also sent.
This commit is contained in:
@@ -484,15 +484,6 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
QueuePacket(GetSpawnPackets(actorId, spawnType));
|
||||
//GetSpawnPackets(actorId, spawnType).DebugPrintPacket();
|
||||
|
||||
#region Groups
|
||||
RetainerGroup retainerGroup = new RetainerGroup(0x800000000004e639);
|
||||
PartyGroup partyGroup = new PartyGroup(0x8000000000696df2, actorId);
|
||||
retainerGroup.add(this);
|
||||
partyGroup.add(this);
|
||||
retainerGroup.sendMemberPackets(this);
|
||||
partyGroup.sendMemberPackets(this);
|
||||
#endregion
|
||||
|
||||
#region Inventory & Equipment
|
||||
QueuePacket(InventoryBeginChangePacket.BuildPacket(actorId));
|
||||
inventories[Inventory.NORMAL].SendFullInventory();
|
||||
|
Reference in New Issue
Block a user