Difference between revisions of "317:Item on player"

From RuneWiki
Jump to navigationJump to search
m
 
Line 20: Line 20:
 
| The item ID.
 
| The item ID.
 
|-
 
|-
| [[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 items slot ID.
 
| The items slot ID.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 04:17, 12 October 2009

Item on player
Sent when a player uses an item on another player.
Opcode 14
Type Fixed
Length 8

Item on Player

Description

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

Packet Structure

Data Type Description
Short Special A The frame ID.
Short The other players ID.
Short The item ID.
Little Endian Short The items slot ID.