From e68fa3087865e369cb78cfa61c441507eedf4284 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 4 Jan 2007 20:17:07 +0000 Subject: Server-side implementation of item pick-up. --- src/defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/defines.h') diff --git a/src/defines.h b/src/defines.h index 6cceeaa8..049eba3d 100644 --- a/src/defines.h +++ b/src/defines.h @@ -136,8 +136,8 @@ enum { // Game GPMSG_PLAYER_MAP_CHANGE = 0x0100, // S filename, W x, W y GPMSG_PLAYER_SERVER_CHANGE = 0x0101, // B*32 token, S game address, W game port - PGMSG_PICKUP = 0x0110, - GPMSG_PICKUP_RESPONSE = 0x0111, + PGMSG_PICKUP = 0x0110, // W*2 position + GPMSG_INVENTORY = 0x0120, // { B slot, W item id [, B amount ] }* GPMSG_BEING_ENTER = 0x0200, // B type, W being id // player: S name, B hair style, B hair color, B gender // monster: W type id -- cgit v1.2.3-60-g2f50