mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-21 08:35:00 -05:00
Create MediaWiki page '317 Pickup ground item'
This commit is contained in:
parent
6f327b5027
commit
219f52c6e2
24
317-Pickup-ground-item.mediawiki
Normal file
24
317-Pickup-ground-item.mediawiki
Normal file
@ -0,0 +1,24 @@
|
||||
[[Category Packet]]
|
||||
[[Category Packet 317]]
|
||||
{{packet|name=Pickup ground item|description=Sent when the player picks up an item from the ground.|opcode=236|type=Fixed|length=6|revision=317}}
|
||||
== Pickup Ground Item ==
|
||||
|
||||
=== Description ===
|
||||
|
||||
This packet is sent when a player clicks the "Pick Up" option on an item when its on the ground.
|
||||
|
||||
=== Packet Structure ===
|
||||
{|border=2
|
||||
! Data Type
|
||||
! Description
|
||||
|-
|
||||
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
||||
| The Y coordinate of the item.
|
||||
|-
|
||||
| [[Data Types#Standard data types|Short]]
|
||||
| The item ID.
|
||||
|-
|
||||
| [[Data Types#Little Endian|Little Endian]] [[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 -->
|
||||
The following categories contain pages or media.
|
||||
* [[Category Data Type]] (3 members)
|
||||
* [[Category Packet]] (71 members)
|
||||
* [[Category Packet]] (72 members)
|
||||
* [[Category Packet 194]] (1 members)
|
||||
* [[Category Packet 317]] (68 members)
|
||||
* [[Category Packet 317]] (69 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 68 pages are in this category.
|
||||
The following 69 pages are in this category.
|
||||
* [[317 Add friend]]
|
||||
* [[317 Add ignore]]
|
||||
* [[317 Animation reset]]
|
||||
@ -48,6 +48,7 @@ The following 68 pages are in this category.
|
||||
* [[317 Object action 1]]
|
||||
* [[317 Object action 3]]
|
||||
* [[317 Open welcome screen]]
|
||||
* [[317 Pickup ground item]]
|
||||
* [[317 Player command]]
|
||||
* [[317 Privacy options]]
|
||||
* [[317 Protocol]]
|
||||
|
@ -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 71 pages are in this category.
|
||||
The following 72 pages are in this category.
|
||||
* [[194 Protocol]]
|
||||
* [[317 Add friend]]
|
||||
* [[317 Add ignore]]
|
||||
@ -49,6 +49,7 @@ The following 71 pages are in this category.
|
||||
* [[317 Object action 1]]
|
||||
* [[317 Object action 3]]
|
||||
* [[317 Open welcome screen]]
|
||||
* [[317 Pickup ground item]]
|
||||
* [[317 Player command]]
|
||||
* [[317 Privacy options]]
|
||||
* [[317 Protocol]]
|
||||
|
Loading…
Reference in New Issue
Block a user