mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Implement the actor initial position packet and set state packet.
This commit is contained in:
@@ -92,5 +92,15 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
||||
return setappearance.buildPacket(playerActorID, actorID);
|
||||
}
|
||||
|
||||
public SubPacket createStatePacket(uint playerActorID)
|
||||
{
|
||||
return SetActorStatePacket.buildPacket(playerActorID, actorID, SetActorStatePacket.STATE_PASSIVE);
|
||||
}
|
||||
|
||||
public SubPacket createSpeedPacket(uint playerActorID)
|
||||
{
|
||||
return SetActorSpeedPacket.buildPacket(playerActorID, actorID);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user