mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-22 09:02:16 -05:00
23 lines
369 B
Plaintext
23 lines
369 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
== Skill Level ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
This packet changes the experience and level of a given skill id.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
{|border=2
|
||
|
! Data Type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Byte|Byte]]
|
||
|
| The skill ID.
|
||
|
|-
|
||
|
| [[Data Types#DWord|DWord]]
|
||
|
| The skill experience.
|
||
|
|-
|
||
|
| [[Data Types#Byte|Byte]]
|
||
|
| The skill level.
|
||
|
|-
|
||
|
|}
|