Difference between revisions of "317:Item on player"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Item on player|description=Sent when a player uses an item on another player.|opcode=14|type=Fixed|length=8|revision=317}} == Item on Player == === Description === This pac...)
 
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The frame ID.
 
| The frame ID.
 
|-
 
|-
| Short
+
| [[Data_Types#Standard_data_types|Short]]
 
| The other players ID.
 
| The other players ID.
 
|-
 
|-
| Short
+
| [[Data_Types#Standard_data_types|Short]]
 
| The item ID.
 
| The item ID.
 
|-
 
|-
| [[Data Types#Big Endian|Big Endian]] Short
+
| [[Data Types#Big Endian|Big Endian]] [[Data_Types#Standard_data_types|Short]]
 
| The items slot ID.
 
| The items slot ID.
 
|-
 
|-
 
|}
 
|}

Revision as of 18:49, 11 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.
Big Endian Short The items slot ID.