mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Fixed up warping with new values for SetActorPosition packet. The script instantiation packet is done and implemented. Player init is done except for parameters.
This commit is contained in:
parent
071b1f11a8
commit
c9f35a207b
6 changed files with 82 additions and 55 deletions
|
@ -218,7 +218,6 @@ namespace FFXIVClassic_Lobby_Server
|
|||
client.queuePacket(SetWeatherPacket.buildPacket(player.actorID, SetWeatherPacket.WEATHER_CLEAR), true, false);
|
||||
|
||||
BasePacket actorPacket = player.getActor().getInitPackets(player.actorID);
|
||||
actorPacket.debugPrintPacket();
|
||||
client.queuePacket(actorPacket);
|
||||
|
||||
//Retainers
|
||||
|
@ -603,7 +602,6 @@ namespace FFXIVClassic_Lobby_Server
|
|||
actorPacket.replaceActorID(entry.Value.actorID);
|
||||
|
||||
entry.Value.getConnection2().queuePacket(packet);
|
||||
actorPacket.debugPrintPacket();
|
||||
entry.Value.getConnection2().queuePacket(actorPacket);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue