mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 16:35:08 -05:00
18 lines
487 B
Plaintext
18 lines
487 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Follow|description=Sent when a player clicks the follow option on another player|opcode=39|type=Fixed|length=2|revision=317}}
|
|
== Follow ==
|
|
|
|
=== Description ===
|
|
|
|
This packet is sent when a player clicks the follow option on another player.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| Unsigned [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
|
| The other players ID.
|
|
|-
|
|
|} |