mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-12 04:15:03 -05:00
Create MediaWiki page '317 Item on object'
This commit is contained in:
parent
92ee3d3583
commit
731746ea98
33
317-Item-on-object.mediawiki
Normal file
33
317-Item-on-object.mediawiki
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
[[Category Packet]]
|
||||||
|
[[Category Packet 317]]
|
||||||
|
{{packet|name=Item on object|description=Sent when a player uses an item on an objet.|opcode=192|type=Fixed|length=12|revision=317}}
|
||||||
|
== Item on Object ==
|
||||||
|
|
||||||
|
=== Description ===
|
||||||
|
|
||||||
|
This packet is sent when a player uses an item on object.
|
||||||
|
|
||||||
|
=== Packet Structure ===
|
||||||
|
{|border=2
|
||||||
|
! Data Type
|
||||||
|
! Description
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||||
|
| The frame ID.
|
||||||
|
|-
|
||||||
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
||||||
|
| The object ID.
|
||||||
|
|-
|
||||||
|
| [[Data Types#Big Endian|Big Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||||
|
| The objects Y coordinate.
|
||||||
|
|-
|
||||||
|
| [[Data Types#Big Endian|Big Endian]] [[Data Types#Standard data types|Short]]
|
||||||
|
| The items slot ID.
|
||||||
|
|-
|
||||||
|
| [[Data Types#Big Endian|Big Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||||
|
| The objects X coordinate.
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Short]]
|
||||||
|
| The item ID.
|
||||||
|
|-
|
||||||
|
|}
|
@ -1,9 +1,9 @@
|
|||||||
<!-- DO NOT EDIT THIS FILE, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
<!-- DO NOT EDIT THIS FILE, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||||
The following categories contain pages or media.
|
The following categories contain pages or media.
|
||||||
* [[Category Data Type]] (3 members)
|
* [[Category Data Type]] (3 members)
|
||||||
* [[Category Packet]] (64 members)
|
* [[Category Packet]] (65 members)
|
||||||
* [[Category Packet 194]] (1 members)
|
* [[Category Packet 194]] (1 members)
|
||||||
* [[Category Packet 317]] (61 members)
|
* [[Category Packet 317]] (62 members)
|
||||||
* [[Category Packet 474]] (1 members)
|
* [[Category Packet 474]] (1 members)
|
||||||
* [[Category Packet {{{revision}}}]] (1 members)
|
* [[Category Packet {{{revision}}}]] (1 members)
|
||||||
* [[Category RS2]] (4 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 -->
|
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||||
== '''Pages in category "Packet 317"''' ==
|
== '''Pages in category "Packet 317"''' ==
|
||||||
The following 61 pages are in this category.
|
The following 62 pages are in this category.
|
||||||
* [[317 Add friend]]
|
* [[317 Add friend]]
|
||||||
* [[317 Add ignore]]
|
* [[317 Add ignore]]
|
||||||
* [[317 Animation reset]]
|
* [[317 Animation reset]]
|
||||||
@ -32,6 +32,7 @@ The following 61 pages are in this category.
|
|||||||
* [[317 Item action 1]]
|
* [[317 Item action 1]]
|
||||||
* [[317 Item on floor]]
|
* [[317 Item on floor]]
|
||||||
* [[317 Item on item]]
|
* [[317 Item on item]]
|
||||||
|
* [[317 Item on object]]
|
||||||
* [[317 Item on player]]
|
* [[317 Item on player]]
|
||||||
* [[317 Light item]]
|
* [[317 Light item]]
|
||||||
* [[317 Loading finished]]
|
* [[317 Loading finished]]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||||
== '''Pages in category "Packet"''' ==
|
== '''Pages in category "Packet"''' ==
|
||||||
The following 64 pages are in this category.
|
The following 65 pages are in this category.
|
||||||
* [[194 Protocol]]
|
* [[194 Protocol]]
|
||||||
* [[317 Add friend]]
|
* [[317 Add friend]]
|
||||||
* [[317 Add ignore]]
|
* [[317 Add ignore]]
|
||||||
@ -33,6 +33,7 @@ The following 64 pages are in this category.
|
|||||||
* [[317 Item action 1]]
|
* [[317 Item action 1]]
|
||||||
* [[317 Item on floor]]
|
* [[317 Item on floor]]
|
||||||
* [[317 Item on item]]
|
* [[317 Item on item]]
|
||||||
|
* [[317 Item on object]]
|
||||||
* [[317 Item on player]]
|
* [[317 Item on player]]
|
||||||
* [[317 Light item]]
|
* [[317 Light item]]
|
||||||
* [[317 Loading finished]]
|
* [[317 Loading finished]]
|
||||||
|
Loading…
Reference in New Issue
Block a user