Pick Up Item

"Pick Up Item" involves several things.

  1. We assume that the item is either automatically picked up because of it's proximity to the vehicle, or because it's being explicitly requested to be picked up.

  2. The client should first verify that we can pick up more of the item. The client can then play the appropriate pick up successful/denied sound.

  3. The client then sends the pick up request packet to the zone server. The zone server is responsible for taking care of removing the item from the world and issuing a success and 'remove world item' packet back to the client and anyone else.