diff --git a/317-Unequip-item.mediawiki b/317-Unequip-item.mediawiki new file mode 100644 index 0000000..e83929d --- /dev/null +++ b/317-Unequip-item.mediawiki @@ -0,0 +1,24 @@ +[[Category Packet]] +[[Category Packet 317]] +{{packet|name=Unequip item|description=Sent when a player unequips an item.|opcode=145|type=Fixed|length=6|revision=317}} +== Unequip Item == + +=== Description === + +This packet is sent when a player unequips an item. + +=== Packet Structure === +{|border=2 +! Data Type +! Description +|- +| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] +| The items slot ID. +|- +| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] +| The interface ID. +|- +| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] +| The item ID. +|- +|} \ No newline at end of file diff --git a/Categories.mediawiki b/Categories.mediawiki index 5ce5a84..634ec9a 100644 --- a/Categories.mediawiki +++ b/Categories.mediawiki @@ -1,9 +1,9 @@ The following categories contain pages or media. * [[Category Data Type]] (3 members) -* [[Category Packet]] (60 members) +* [[Category Packet]] (61 members) * [[Category Packet 194]] (1 members) -* [[Category Packet 317]] (57 members) +* [[Category Packet 317]] (58 members) * [[Category Packet 474]] (1 members) * [[Category Packet {{{revision}}}]] (1 members) * [[Category RS2]] (4 members) diff --git a/Category-Packet-317.mediawiki b/Category-Packet-317.mediawiki index c0d7ee4..75fc5c0 100644 --- a/Category-Packet-317.mediawiki +++ b/Category-Packet-317.mediawiki @@ -1,6 +1,6 @@ == '''Pages in category "Packet 317"''' == -The following 57 pages are in this category. +The following 58 pages are in this category. * [[317 Add ignore]] * [[317 Animation reset]] * [[317 Attack (NPC)]] @@ -56,5 +56,6 @@ The following 57 pages are in this category. * [[317 System update]] * [[317 Trade answer]] * [[317 Trade request]] +* [[317 Unequip item]] * [[317 Walkable interface]] * [[317 Weight]] diff --git a/Category-Packet.mediawiki b/Category-Packet.mediawiki index 6e59de3..044d256 100644 --- a/Category-Packet.mediawiki +++ b/Category-Packet.mediawiki @@ -1,6 +1,6 @@ == '''Pages in category "Packet"''' == -The following 60 pages are in this category. +The following 61 pages are in this category. * [[194 Protocol]] * [[317 Add ignore]] * [[317 Animation reset]] @@ -57,6 +57,7 @@ The following 60 pages are in this category. * [[317 System update]] * [[317 Trade answer]] * [[317 Trade request]] +* [[317 Unequip item]] * [[317 Walkable interface]] * [[317 Weight]] * [[474 Protocol]]