rswiki-book/src/317/317-Weight.md

18 lines
409 B
Markdown
Raw Permalink Normal View History

2018-10-13 09:48:41 -04:00
# Weight
Sends how much weight of equipment the player is wearing (e.g. Rune plate-body is 9.04kg).
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Weight |
| Description | Sends the players weight amount. |
| Opcode | 240 |
| Type | Fixed |
| Length | 2 |
| Revision | 317 |
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Structure
| Data Type | Description |
|--|--|
| [Short](/Data-Types.html#common-data-types) | The amount of weight. |