mirror of
https://github.com/moparisthebest/rswiki-book
synced 2025-02-16 12:30:09 -05:00
Create MediaWiki page '317 Equip item'
This commit is contained in:
parent
320d423332
commit
253fc86a85
25
317-Equip-item.mediawiki
Normal file
25
317-Equip-item.mediawiki
Normal file
@ -0,0 +1,25 @@
|
||||
[[Category Packet]]
|
||||
[[Category Packet 317]]
|
||||
{{packet|name=Equip item|description=Sent when a player equips an item.|opcode=41|type=Fixed|length=6|revision=317}}
|
||||
== Equip Item ==
|
||||
|
||||
=== Description ===
|
||||
|
||||
This is sent when a player equips an item in-game.
|
||||
|
||||
=== Packet Structure ===
|
||||
|
||||
{| border=2
|
||||
! Data type
|
||||
! Description
|
||||
|-
|
||||
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||
| The ID of the item.
|
||||
|-
|
||||
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||
| The slot of the item.
|
||||
|-
|
||||
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||
| The ID of the interface.
|
||||
|-
|
||||
|}
|
@ -1,9 +1,9 @@
|
||||
<!-- DO NOT EDIT THIS FILE, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
The following categories contain pages or media.
|
||||
* [[Category Data Type]] (3 members)
|
||||
* [[Category Packet]] (38 members)
|
||||
* [[Category Packet]] (39 members)
|
||||
* [[Category Packet 194]] (1 members)
|
||||
* [[Category Packet 317]] (35 members)
|
||||
* [[Category Packet 317]] (36 members)
|
||||
* [[Category Packet 474]] (1 members)
|
||||
* [[Category Packet {{{revision}}}]] (1 members)
|
||||
* [[Category RS2]] (4 members)
|
||||
|
@ -1,12 +1,13 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet 317"''' ==
|
||||
The following 35 pages are in this category.
|
||||
The following 36 pages are in this category.
|
||||
* [[317 Animation reset]]
|
||||
* [[317 Camera shake]]
|
||||
* [[317 Chat interface]]
|
||||
* [[317 Chat settings]]
|
||||
* [[317 Clear screen]]
|
||||
* [[317 Construct map region]]
|
||||
* [[317 Equip item]]
|
||||
* [[317 Flash sidebar]]
|
||||
* [[317 Focus change]]
|
||||
* [[317 Follow]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet"''' ==
|
||||
The following 38 pages are in this category.
|
||||
The following 39 pages are in this category.
|
||||
* [[194 Protocol]]
|
||||
* [[317 Animation reset]]
|
||||
* [[317 Camera shake]]
|
||||
@ -8,6 +8,7 @@ The following 38 pages are in this category.
|
||||
* [[317 Chat settings]]
|
||||
* [[317 Clear screen]]
|
||||
* [[317 Construct map region]]
|
||||
* [[317 Equip item]]
|
||||
* [[317 Flash sidebar]]
|
||||
* [[317 Focus change]]
|
||||
* [[317 Follow]]
|
||||
|
Loading…
Reference in New Issue
Block a user