mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
{{packet|name=Weight|description=Sends the players weight amount.|opcode=240|type=Fixed|length=2|revision=317}}
|
||
|
== Weight ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
Sends how much weight of equipment the player is wearing (e.g. Rune plate-body is 9.04kg).
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Short]]
|
||
|
| The amount of weight.
|
||
|
|-
|
||
|
|}
|