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

20 lines
511 B
Markdown
Raw Permalink Normal View History

2018-10-13 09:48:41 -04:00
# Send Skill
2018-07-03 00:31:18 -04:00
This packet sends a specific skill.
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Send Skill |
| Description | Sends a specific skill |
| Opcode | 154 |
| Type | Fixed |
| Length | N/A |
| Revision | 317 |
## Packet Structure
| Data Type | Description |
|--|--|
| [Byte](/Data-Types.html#common-data-types) | The skill you want to send. |
| [Int](/Data-Types.html#common-data-types) | The experience of that skill. |
| [Byte](/Data-Types.html#common-data-types) | The level of that skill. |