2012-01-05 11:31:25 -05:00
|
|
|
[[Category Packet]]
|
|
|
|
[[Category Packet 317]]
|
2012-05-06 13:21:29 -04:00
|
|
|
{{packet|name=Skill level|description=Changes the experience and level of a given skill id.|opcode=134|type=Fixed|length=6|revision=317}}
|
2012-01-05 11:31:25 -05:00
|
|
|
== 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.
|
|
|
|
|-
|
2014-06-17 12:21:27 -04:00
|
|
|
| [[Data Types#Non Standard data types|Middle-Endian Small Integer]]
|
2012-01-05 11:31:25 -05:00
|
|
|
| The skill experience.
|
|
|
|
|-
|
|
|
|
| [[Data Types#Byte|Byte]]
|
|
|
|
| The skill level.
|
|
|
|
|-
|
|
|
|
|}
|