diff --git a/317-Bank-all-items.mediawiki b/317-Bank-all-items.mediawiki new file mode 100644 index 0000000..8d5156d --- /dev/null +++ b/317-Bank-all-items.mediawiki @@ -0,0 +1,26 @@ +[[Category Packet]] +[[Category Packet 317]] +{{packet|name=Bank all items|description=Sent when a player banks all of a certain item they have in their inventory.|opcode=129|type=Fixed|length=6|revision=317}} +== Bank 10 Items == + +=== Description === + +This packet is sent when a player banks all of a certain item they have in their inventory. +
+'''Note:''' This packet is also used for selling/buying 10 items at a shop. + +=== 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]] +| 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 96b140d..80e0a72 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]] (54 members) +* [[Category Packet]] (55 members) * [[Category Packet 194]] (1 members) -* [[Category Packet 317]] (51 members) +* [[Category Packet 317]] (52 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 9a9e77b..bb9c56f 100644 --- a/Category-Packet-317.mediawiki +++ b/Category-Packet-317.mediawiki @@ -1,10 +1,11 @@ == '''Pages in category "Packet 317"''' == -The following 51 pages are in this category. +The following 52 pages are in this category. * [[317 Animation reset]] * [[317 Attack (NPC)]] * [[317 Bank 10 items]] * [[317 Bank 5 items]] +* [[317 Bank all items]] * [[317 Camera movement]] * [[317 Camera shake]] * [[317 Chat interface]] diff --git a/Category-Packet.mediawiki b/Category-Packet.mediawiki index bda6bea..6647fe2 100644 --- a/Category-Packet.mediawiki +++ b/Category-Packet.mediawiki @@ -1,11 +1,12 @@ == '''Pages in category "Packet"''' == -The following 54 pages are in this category. +The following 55 pages are in this category. * [[194 Protocol]] * [[317 Animation reset]] * [[317 Attack (NPC)]] * [[317 Bank 10 items]] * [[317 Bank 5 items]] +* [[317 Bank all items]] * [[317 Camera movement]] * [[317 Camera shake]] * [[317 Chat interface]]