diff --git a/317-Move-item.mediawiki b/317-Move-item.mediawiki new file mode 100644 index 0000000..ad916a1 --- /dev/null +++ b/317-Move-item.mediawiki @@ -0,0 +1,27 @@ +[[Category Packet]] +[[Category Packet 317]] +{{packet|name=Move item|description=Sent when the player moves an item from one slot to another.|opcode=214|type=Fixed|length=7|revision=317}} +== Move Item == + +=== Description === + +This packet is sent when a player moves an item from one slot to another. + +=== Packet Structure === +{|border=2 +! Data Type +! Description +|- +| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] +| The frame ID. +|- +| [[Data Types#Standard data types|Byte]] +| Insert mode. +|- +| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] +| Starting slot. +|- +| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] +| New slot. +|- +|} \ No newline at end of file diff --git a/Categories.mediawiki b/Categories.mediawiki index 2733976..9f8459c 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]] (68 members) +* [[Category Packet]] (69 members) * [[Category Packet 194]] (1 members) -* [[Category Packet 317]] (65 members) +* [[Category Packet 317]] (66 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 0fdb10e..dd491b8 100644 --- a/Category-Packet-317.mediawiki +++ b/Category-Packet-317.mediawiki @@ -1,6 +1,6 @@ == '''Pages in category "Packet 317"''' == -The following 65 pages are in this category. +The following 66 pages are in this category. * [[317 Add friend]] * [[317 Add ignore]] * [[317 Animation reset]] @@ -41,6 +41,7 @@ The following 65 pages are in this category. * [[317 Load map region]] * [[317 Logout]] * [[317 Minimap State]] +* [[317 Move item]] * [[317 NPC action 1]] * [[317 NPC action 2]] * [[317 NPC action 3]] diff --git a/Category-Packet.mediawiki b/Category-Packet.mediawiki index bcacefd..db56598 100644 --- a/Category-Packet.mediawiki +++ b/Category-Packet.mediawiki @@ -1,6 +1,6 @@ == '''Pages in category "Packet"''' == -The following 68 pages are in this category. +The following 69 pages are in this category. * [[194 Protocol]] * [[317 Add friend]] * [[317 Add ignore]] @@ -42,6 +42,7 @@ The following 68 pages are in this category. * [[317 Load map region]] * [[317 Logout]] * [[317 Minimap State]] +* [[317 Move item]] * [[317 NPC action 1]] * [[317 NPC action 2]] * [[317 NPC action 3]]