Difference between revisions of "317:Item on floor"

From RuneWiki
Jump to navigationJump to search
m
 
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| [[Data Types#Big Endian|Big Endian]] [[Data_Types#Standard_data_types|Short]]
+
| [[Data Types#Little Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]]
 
| The interface ID.
 
| The interface ID.
 
|-
 
|-
Line 23: Line 23:
 
| The Y coordinate of the item.
 
| The Y coordinate of the item.
 
|-
 
|-
| Unsigned [[Data Types#Big Endian|Big Endian]] [[Data_Types#Standard_data_types|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.
 
|-
 
|-

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.