mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-24 01:52:16 -05:00
Create MediaWiki page '317 Magic on items'
This commit is contained in:
parent
219f52c6e2
commit
13c932ec32
27
317-Magic-on-items.mediawiki
Normal file
27
317-Magic-on-items.mediawiki
Normal file
@ -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.
|
||||
|-
|
||||
|}
|
@ -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]] (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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''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]]
|
||||
|
@ -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 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]]
|
||||
|
Loading…
Reference in New Issue
Block a user