Difference between revisions of "317:Drop item"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Drop item|description=Sent when a player wants to drop an item onto the ground.|opcode=87|type=Fixed|length=6|revision=317}} == Drop Item == === Description === This packet...)
 
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| ShortA
+
| Short Special A
 
| The item ID.
 
| The item ID.
 
|-
 
|-
Line 17: Line 17:
 
| The frame ID.
 
| The frame ID.
 
|-
 
|-
| ShortA
+
| Short Special A
 
| The slot ID.
 
| The slot ID.
 
|-
 
|-
 
|}
 
|}

Revision as of 05:05, 10 October 2009

Drop item
Sent when a player wants to drop an item onto the ground.
Opcode 87
Type Fixed
Length 6

Drop Item

Description

This packet is sent when a player wants to drop an item onto the ground.

Packet Structure

Data Type Description
Short Special A The item ID.
Short The frame ID.
Short Special A The slot ID.