Collecting Information about packets
-
Explain me like i'm five, how these packets work. You are allowed write only about someones, but I'll be grateful <З
I've never used it before and I even have no idea what is they stand forCPacketAnimation
andSPacketAnimation
CPacketClientSettings
CPacketConfirmTeleport
CPacketConfirmTransaction
andSPacketConfirmTransaction
CPacketCustomPayload
andSPacketCustomPayload
CPacketInput
CPacketKeepAlive
andSPacketKeepAlive
- as I know, it is for not outdate the client, correct if I think wrong
SPacketPong
- think it is used for setting player's ping with CPacketPingHope for your post-activity :р
-
@dont_doubt most of them should already be explained in the src code
for the SPackets, go to:
NetHandlerPlayClient.java
for the CPackets, go to:NetHandlerPlayServer.java
for the packets that are not explained in the src:
CPacketConfirmTeleport: this packet is sent when you get flagged by the server (SPacketPlayerPosLook). the teleport id is used to determine wether or not the server should set your position to a new location
CPacketAnimation: makes your hand swing server sided
SPacketPong: processes your pinghope this helps out
-
@icewormy3 said in Collecting Information about packets:
for the SPackets, go to:
NetHandlerPlayClient.java
for the CPackets, go to:NetHandlerPlayServer.java
wait what, is it me or it's wrong?
-
@mems said in Collecting Information about packets:
@icewormy3 said in Collecting Information about packets:
for the SPackets, go to:
NetHandlerPlayClient.java
for the CPackets, go to:NetHandlerPlayServer.java
wait what, is it me or it's wrong?
its not wrong