BlowaXD/ChickenAPI

PACKET : RestPacket & RestSubPacket

Closed this issue · 0 comments

PacketName

Rest (RestSub)

Packet Usage

This packet is sent when sitting/getting up

Packet Header

rest
(rest_subpacket)

Packet Content

Sent by client:
{Amount} {RestSubPacket}
with
RestSubPacket: {UserType} {UserId}

Sent by server:
{UserType} {UserId} {IsSitting}

Few examples

[Send] rest 3 1 483273 2 47530 2 47526
[Recv] rest 1 483273 1
[Recv] rest 2 47530 1
[Recv] rest 2 47526 1

Comment: UserType = VisualType ??