mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
63 lines
1020 B
Plaintext
63 lines
1020 B
Plaintext
[[Category RS2]]
|
|
|
|
[[Category RS2]]
|
|
|
|
==Game Protocol==
|
|
|
|
===Server > Client Packets===
|
|
{| border=2
|
|
|-
|
|
! Opcode
|
|
! Type
|
|
! Length (bytes)
|
|
! Name
|
|
! Description
|
|
|-
|
|
! 29
|
|
! VARIABLE SHORT
|
|
! NA
|
|
! [[414 Player Update|Player Update]]
|
|
! Updates the players within the client's view.
|
|
|-
|
|
! 121
|
|
! VARIABLE SHORT
|
|
! NA
|
|
! [[414 Rebuild Map|Rebuild Scene Graph]]
|
|
! Rebuilds the players scene graph.
|
|
|-
|
|
! 157
|
|
! VARIABLE BYTE
|
|
! NA
|
|
! [[414 Send Message|Send Message]]
|
|
! Sends a message to the client's chatbox.
|
|
|-
|
|
! 58
|
|
! FIXED
|
|
! 6
|
|
! [[414 Update Skill|Update Skill]]
|
|
! Updates a skill by sending its experience and dynamic level.
|
|
|-
|
|
! 160
|
|
! FIXED
|
|
! 4
|
|
! [[414 Display Window|Display Window]]
|
|
! Displays a widget as a window.
|
|
|-
|
|
! 228
|
|
! VARIABLE SHORT
|
|
! NA
|
|
! [[414 Send Items|Send Items]]
|
|
! Sends the items in an item container.
|
|
|-
|
|
! 213
|
|
! VARIABLE SHORT
|
|
! NA
|
|
! [[414 Update Items|Update Items]]
|
|
! Updates the items in an item container from their slot id.
|
|
|-
|
|
! 41
|
|
! FIXED
|
|
! 0
|
|
! [[414 Logout|Logout]]
|
|
! Logs the client out from the server.
|
|
|-} |