mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 16:35:08 -05:00
24 lines
507 B
Plaintext
24 lines
507 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Skill level|description=Changes the experience and level of a given skill id.|opcode=134|type=Fixed|length=6|revision=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.
|
|
|-
|
|
|} |