mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 22:14:39 +02:00
Figured out a lot of the 19X and 1AX packets. Adding test packet data used in experiments.
This commit is contained in:
parent
109eeff3a5
commit
9a9388aabf
20 changed files with 283 additions and 7 deletions
|
@ -92,12 +92,19 @@
|
|||
<Compile Include="packets\send\actor\SetActorNamePacket.cs" />
|
||||
<Compile Include="packets\send\actor\SetActorSpeedPacket.cs" />
|
||||
<Compile Include="packets\send\actor\SetActorStatePacket.cs" />
|
||||
<Compile Include="packets\send\actor\SetActorTarget.cs" />
|
||||
<Compile Include="packets\send\login\0x2Packet.cs" />
|
||||
<Compile Include="packets\send\actor\AddActorPacket.cs" />
|
||||
<Compile Include="packets\send\actor\MoveActorToPositionPacket.cs" />
|
||||
<Compile Include="packets\send\actor\SetActorAppearancePacket.cs" />
|
||||
<Compile Include="packets\send\actor\SetActorPositionPacket.cs" />
|
||||
<Compile Include="packets\send\login\InitPacket.cs" />
|
||||
<Compile Include="packets\send\player\CutsceneBookSetPacket.cs" />
|
||||
<Compile Include="packets\send\player\SetChocoboNamePacket.cs" />
|
||||
<Compile Include="packets\send\player\SetGCInfoPacket.cs" />
|
||||
<Compile Include="packets\send\player\SetLatestAchievementsPacket.cs" />
|
||||
<Compile Include="packets\send\player\SetPlayerDreamPacket.cs" />
|
||||
<Compile Include="packets\send\player\SetPlayerTitlePacket.cs" />
|
||||
<Compile Include="packets\send\PongPacket.cs" />
|
||||
<Compile Include="packets\send\SetMapPacket.cs" />
|
||||
<Compile Include="packets\send\SetMusicPacket.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue