mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
21 lines
471 B
Plaintext
21 lines
471 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 377]]
|
||
|
{{packet|name=Send Add Friend|description=Sends a friend to be added to the friend list.|opcode=78|type=Fixed|length=9|revision=377}}
|
||
|
== Send Add Friend ==
|
||
|
|
||
|
=== Description ===
|
||
|
Sends a friend to be added to the friend list.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Long]]
|
||
|
| Player name (as long).
|
||
|
|-
|
||
|
| Unsigned [[Data Types#Standard data types|Byte]]
|
||
|
| World.
|
||
|
|-
|
||
|
|}
|