Difference between revisions of "317:Item action 1"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Item action 1|description=Sent when the player clicks the first opniton of an item.|opcode=122|type=Fixed|length=6|revision=317}} == Item Action 1 == === Description === Th...)
 
 
Line 1: Line 1:
{{packet|name=Item action 1|description=Sent when the player clicks the first opniton of an item.|opcode=122|type=Fixed|length=6|revision=317}}
+
{{packet|name=Item action 1|description=Sent when the player clicks the first option of an item.|opcode=122|type=Fixed|length=6|revision=317}}
 
== Item Action 1 ==
 
== Item Action 1 ==
  
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| [[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 frame ID.
 
| The frame ID.
 
|-
 
|-
| Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The slot the item is in.
 
| The slot the item is in.
 
|-
 
|-
| [[Data_Types#Big_Endian|Big Endian]] Short
+
| [[Data_Types#Big_Endian|Big Endian]] [[Data_Types#Standard_data_types|Short]]
 
| The ID of the item.
 
| The ID of the item.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 19:03, 11 October 2009

Item action 1
Sent when the player clicks the first option of an item.
Opcode 122
Type Fixed
Length 6

Item Action 1

Description

This packet is sent when a player clicks the first option of an item, such as "Bury" for bones or "Eat" for food.

Packet Structure

Data Type Description
Little Endian Short Special A The frame ID.
Short Special A The slot the item is in.
Big Endian Short The ID of the item.