mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 11:55:06 -05:00
Create MediaWiki page '317 Item on floor'
This commit is contained in:
parent
ea0f6b03fd
commit
f7e6f076b1
33
317-Item-on-floor.mediawiki
Normal file
33
317-Item-on-floor.mediawiki
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
[[Category Packet]]
|
||||||
|
[[Category Packet 317]]
|
||||||
|
{{packet|name=Item on floor|description=Sent when a player uses an item on another item thats on the floor.|opcode=25|type=Fixed|length=10|revision=317}}
|
||||||
|
== Item on Floor==
|
||||||
|
|
||||||
|
=== Description ===
|
||||||
|
|
||||||
|
This packet is sent when a player uses an item on another item thats on the floor.
|
||||||
|
|
||||||
|
=== Packet Structure ===
|
||||||
|
{|border=2
|
||||||
|
! Data Type
|
||||||
|
! Description
|
||||||
|
|-
|
||||||
|
| [[Data Types#Little Endian|Little Endian]] [[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 being used ID.
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Short]]
|
||||||
|
| The floor items ID.
|
||||||
|
|-
|
||||||
|
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||||
|
| The Y coordinate of the item.
|
||||||
|
|-
|
||||||
|
| Unsigned [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||||
|
| The items slot ID.
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Short]]
|
||||||
|
| The X coordinate of the item.
|
||||||
|
|-
|
||||||
|
|}
|
@ -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]] (36 members)
|
* [[Category Packet]] (37 members)
|
||||||
* [[Category Packet 194]] (1 members)
|
* [[Category Packet 194]] (1 members)
|
||||||
* [[Category Packet 317]] (33 members)
|
* [[Category Packet 317]] (34 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 33 pages are in this category.
|
The following 34 pages are in this category.
|
||||||
* [[317 Animation reset]]
|
* [[317 Animation reset]]
|
||||||
* [[317 Camera shake]]
|
* [[317 Camera shake]]
|
||||||
* [[317 Chat interface]]
|
* [[317 Chat interface]]
|
||||||
@ -15,6 +15,7 @@ The following 33 pages are in this category.
|
|||||||
* [[317 Interface color]]
|
* [[317 Interface color]]
|
||||||
* [[317 Interface item]]
|
* [[317 Interface item]]
|
||||||
* [[317 Inventory overlay]]
|
* [[317 Inventory overlay]]
|
||||||
|
* [[317 Item on floor]]
|
||||||
* [[317 Item on player]]
|
* [[317 Item on player]]
|
||||||
* [[317 Load map region]]
|
* [[317 Load map region]]
|
||||||
* [[317 Logout]]
|
* [[317 Logout]]
|
||||||
|
@ -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 36 pages are in this category.
|
The following 37 pages are in this category.
|
||||||
* [[194 Protocol]]
|
* [[194 Protocol]]
|
||||||
* [[317 Animation reset]]
|
* [[317 Animation reset]]
|
||||||
* [[317 Camera shake]]
|
* [[317 Camera shake]]
|
||||||
@ -16,6 +16,7 @@ The following 36 pages are in this category.
|
|||||||
* [[317 Interface color]]
|
* [[317 Interface color]]
|
||||||
* [[317 Interface item]]
|
* [[317 Interface item]]
|
||||||
* [[317 Inventory overlay]]
|
* [[317 Inventory overlay]]
|
||||||
|
* [[317 Item on floor]]
|
||||||
* [[317 Item on player]]
|
* [[317 Item on player]]
|
||||||
* [[317 Load map region]]
|
* [[317 Load map region]]
|
||||||
* [[317 Logout]]
|
* [[317 Logout]]
|
||||||
|
Loading…
Reference in New Issue
Block a user