mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-21 16:45:01 -05:00
24 lines
518 B
Plaintext
24 lines
518 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
{{packet|name=Send Skill|description=Sends a specific skill|opcode=154|type=Fixed|length=N/A|revision=317}}
|
||
|
== Send Skill ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
This packet sends a specific skill.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
{|border=2
|
||
|
! Data Type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Byte]]
|
||
|
| The skill you want to send.
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Int]]
|
||
|
| The experience of that skill.
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Byte]]
|
||
|
| The level of that skill.
|
||
|
|-
|
||
|
|}
|