Difference between revisions of "317:Object action 2"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Object action 2|description=Sent when the player clicks the second option avaliable for an an object.|opcode=252|type=Fixed|length=6|revision=317}} == Object action 2 == ===...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{packet|name=Object action 2|description=Sent when the player clicks the second option avaliable for an an object.|opcode=252|type=Fixed|length=6|revision=317}}
+
{{packet|name=Object action 2|description=Sent when the player clicks the second option available for an an object.|opcode=252|type=Fixed|length=6|revision=317}}
 
== Object action 2 ==
 
== Object action 2 ==
  
 
=== Description ===
 
=== Description ===
  
This packet is sent when a player clicks the second option avaliable of an oject, such as "Prospect" for rocks.
+
This packet is sent when a player clicks the second option available of an object, such as "Prospect" for rocks.
  
 
=== Packet Structure ===
 
=== Packet Structure ===
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| [[Data_Types#Big_Endian|Big Endian]] Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| [[Data_Types#Big_Endian|Big Endian]] [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The objects ID.
 
| The objects ID.
 
|-
 
|-
| [[Data_Types#Little Endian|Little Endian]] Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| [[Data_Types#Little Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The objects Y coordinate.
 
| The objects Y coordinate.
 
|-
 
|-
| Short [[Data_Type#Non_Standard_Data_Types|Special A]]
+
| [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The objects X coordinate.
 
| The objects X coordinate.
 
|}
 
|}

Latest revision as of 19:07, 11 October 2009

Object action 2
Sent when the player clicks the second option available for an an object.
Opcode 252
Type Fixed
Length 6

Object action 2

Description

This packet is sent when a player clicks the second option available of an object, such as "Prospect" for rocks.

Packet Structure

Data Type Description
Big Endian Short Special A The objects ID.
Little Endian Short Special A The objects Y coordinate.
Short Special A The objects X coordinate.