mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
24 lines
536 B
Plaintext
24 lines
536 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 377]]
|
||
|
{{packet|name=Skill Level|description=Sends a skill level to the client.|opcode=49|type=Fixed|length=6|revision=377}}
|
||
|
== Skill Level ==
|
||
|
|
||
|
=== Description ===
|
||
|
Sends a skill level to the client.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Byte]] [[Data Types#Non Standard Data Types|Special C]]
|
||
|
| Skill ID.
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Byte]]
|
||
|
| Skill level.
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Int]]
|
||
|
| Skill experience.
|
||
|
|-
|
||
|
|}
|