Difference between revisions of "317:Item on floor"

From RuneWiki
Jump to navigationJump to search
(New page: {{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== === Descriptio...)
 
m
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| [[Data Types#Big Endian|Big Endian]] Short
+
| [[Data Types#Little Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]]
 
| The interface ID.
 
| The interface ID.
 
|-
 
|-
| Unsigned Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| Unsigned [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The item being used ID.
 
| The item being used ID.
 
|-
 
|-
| Unsigned Byte
+
| Unsigned [[Data_Types#Standard_data_types|Byte]]
 
| The floor items ID.
 
| The floor items ID.
 
|-
 
|-
| Unsigned Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| Unsigned [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The Y coordinate of the item.
 
| The Y coordinate of the item.
 
|-
 
|-
| Unsigned [[Data Types#Big Endian|Big Endian]] Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| 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.
 
| The items slot ID.
 
|-
 
|-
| Unsigned Byte
+
| Unsigned [[Data_Types#Standard_data_types|Byte]]
 
| The X coordinate of the item.
 
| The X coordinate of the item.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 04:19, 12 October 2009

Item on floor
Sent when a player uses an item on another item thats on the floor.
Opcode 25
Type Fixed
Length 10

Item on Floor

Description

This packet is sent when a player uses an item on another item thats on the floor.

Packet Structure

Data Type Description
Little Endian Short The interface ID.
Unsigned Short Special A The item being used ID.
Unsigned Byte The floor items ID.
Unsigned Short Special A The Y coordinate of the item.
Unsigned Little Endian Short Special A The items slot ID.
Unsigned Byte The X coordinate of the item.