rswiki-book/src/317/317-Skill-level.md

20 lines
572 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Skill Level
2018-07-03 00:31:18 -04:00
This packet changes the experience and level of a given skill id.
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Skill level |
| Description | Changes the experience and level of a given skill id. |
| Opcode | 134 |
| Type | Fixed |
| Length | 6 |
| Revision | 317 |
## Packet Structure
| Data Type | Description |
|--|--|
| [Byte](/Data-Types.html#common-data-types) | The skill ID. |
| [Middle-Endian Small Integer](/Data-Types.html#middle-endian-small-int) | The skill experience. |
| [Byte](/Data-Types.html#common-data-types) | The skill level. |