mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-25 02:22:18 -05:00
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 377]]
|
||
|
{{packet|name=Run Energy|description=Sets the player's run energy in the client.|opcode=125|type=Fixed|length=1|revision=377}}
|
||
|
== Run Energy ==
|
||
|
|
||
|
=== Description ===
|
||
|
Sets the player's run energy in the client.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| Unsigned [[Data Types#Standard data types|Byte]]
|
||
|
| The energy level.
|
||
|
|-
|
||
|
|}
|