mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 20:05:01 -05:00
Create MediaWiki page '317 Object action 1'
This commit is contained in:
parent
4019f4f6fe
commit
5db42ec22e
24
317-Object-action-1.mediawiki
Normal file
24
317-Object-action-1.mediawiki
Normal file
@ -0,0 +1,24 @@
|
||||
[[Category Packet]]
|
||||
[[Category Packet 317]]
|
||||
{{packet|name=Object action 1|description=Sent when the player clicks the first option of an object.|opcode=132|type=Fixed|length=6|revision=317}}
|
||||
== Object Action 1 ==
|
||||
|
||||
=== Description ===
|
||||
|
||||
This packet is sent when a player clicks the first option of an object, such as "Cut" for trees or "Mine" for rocks.
|
||||
|
||||
=== Packet Structure ===
|
||||
{|border=2
|
||||
! Data Type
|
||||
! Description
|
||||
|-
|
||||
| [[Data Types#Little Endian|Little 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 objects ID.
|
||||
|-
|
||||
| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||
| The objects Y coordinate.
|
||||
|-
|
||||
|}
|
@ -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]] (56 members)
|
||||
* [[Category Packet]] (57 members)
|
||||
* [[Category Packet 194]] (1 members)
|
||||
* [[Category Packet 317]] (53 members)
|
||||
* [[Category Packet 317]] (54 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 53 pages are in this category.
|
||||
The following 54 pages are in this category.
|
||||
* [[317 Animation reset]]
|
||||
* [[317 Attack (NPC)]]
|
||||
* [[317 Bank 10 items]]
|
||||
@ -36,6 +36,7 @@ The following 53 pages are in this category.
|
||||
* [[317 Minimap State]]
|
||||
* [[317 NPC action 2]]
|
||||
* [[317 NPC action 3]]
|
||||
* [[317 Object action 1]]
|
||||
* [[317 Object action 3]]
|
||||
* [[317 Open welcome screen]]
|
||||
* [[317 Player command]]
|
||||
|
@ -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 56 pages are in this category.
|
||||
The following 57 pages are in this category.
|
||||
* [[194 Protocol]]
|
||||
* [[317 Animation reset]]
|
||||
* [[317 Attack (NPC)]]
|
||||
@ -37,6 +37,7 @@ The following 56 pages are in this category.
|
||||
* [[317 Minimap State]]
|
||||
* [[317 NPC action 2]]
|
||||
* [[317 NPC action 3]]
|
||||
* [[317 Object action 1]]
|
||||
* [[317 Object action 3]]
|
||||
* [[317 Open welcome screen]]
|
||||
* [[317 Player command]]
|
||||
|
Loading…
Reference in New Issue
Block a user