diff --git a/317-Magic-on-items.mediawiki b/317-Magic-on-items.mediawiki new file mode 100644 index 0000000..14a9451 --- /dev/null +++ b/317-Magic-on-items.mediawiki @@ -0,0 +1,27 @@ +[[Category Packet]] +[[Category Packet 317]] +{{packet|name=Magic on items|description=Sent when a player casts magic on the items in their inventory.|opcode=237|type=Fixed|length=8|revision=317}} +== Magic on Items == + +=== Description === + +This packet is sent when a player casts magic (i.e. High Level Alchemy) on the items in their inventory. + +=== Packet Structure === +{|border=2 +! Data Type +! Description +|- +| [[Data Types#Standard data types|Short]] +| The items slot ID. +|- +| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] +| The item ID. +|- +| [[Data Types#Standard data types|Short]] +| The frame ID. +|- +| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] +| The spell ID. +|- +|} \ No newline at end of file diff --git a/Categories.mediawiki b/Categories.mediawiki index 879f3cb..199d17d 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]] (72 members) +* [[Category Packet]] (73 members) * [[Category Packet 194]] (1 members) -* [[Category Packet 317]] (69 members) +* [[Category Packet 317]] (70 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 09ccb20..b9c2f5a 100644 --- a/Category-Packet-317.mediawiki +++ b/Category-Packet-317.mediawiki @@ -1,6 +1,6 @@ == '''Pages in category "Packet 317"''' == -The following 69 pages are in this category. +The following 70 pages are in this category. * [[317 Add friend]] * [[317 Add ignore]] * [[317 Animation reset]] @@ -40,6 +40,7 @@ The following 69 pages are in this category. * [[317 Loading finished]] * [[317 Load map region]] * [[317 Logout]] +* [[317 Magic on items]] * [[317 Minimap State]] * [[317 Move item]] * [[317 NPC action 1]] diff --git a/Category-Packet.mediawiki b/Category-Packet.mediawiki index 99d4e4c..b9e1370 100644 --- a/Category-Packet.mediawiki +++ b/Category-Packet.mediawiki @@ -1,6 +1,6 @@ == '''Pages in category "Packet"''' == -The following 72 pages are in this category. +The following 73 pages are in this category. * [[194 Protocol]] * [[317 Add friend]] * [[317 Add ignore]] @@ -41,6 +41,7 @@ The following 72 pages are in this category. * [[317 Loading finished]] * [[317 Load map region]] * [[317 Logout]] +* [[317 Magic on items]] * [[317 Minimap State]] * [[317 Move item]] * [[317 NPC action 1]]