Drop Item

When a player requests to drop an item, they send a message to the server requesting to drop it. The server can then send the message back indicating what the dropped item was.

The client needs to keep a list of "ignore automatic pickups" when this item is dropped, because we do not want the client to pick it up back up right away. The item is removed from this list when the client exits the pick up radius of this item.