From b987a2806dbcd87a23850901f6f0b86f0801086c Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 1 Apr 2009 14:13:11 -0600 Subject: Create a few more handlers for eAthena Map, chat, and admin have been finished (to the degree they handle all existing cases). --- src/net/ea/protocol.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/ea/protocol.h') diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index 8a4d6135..5a2260e6 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -121,6 +121,7 @@ static const int STORAGE_OFFSET = 1; * Packets from client to server * **********************************/ #define CMSG_CLIENT_PING 0x007e /**< Send to server with tick */ +#define CMSG_CLIENT_QUIT 0x018A #define CMSG_TRADE_RESPONSE 0x00e6 #define CMSG_ITEM_PICKUP 0x009f #define CMSG_MAP_LOADED 0x007d @@ -161,6 +162,11 @@ static const int STORAGE_OFFSET = 1; #define CSMG_MOVE_FROM_STORAGE 0x00f5 /** Remove item from storage */ #define CMSG_CLOSE_STORAGE 0x00f7 /** Request storage close */ +#define CMSG_ADMIN_ANNOUNCE 0x0099 +#define CMSG_ADMIN_LOCAL_ANNOUNCE 0x019C +#define CMSG_ADMIN_HIDE 0x019D +#define CMSG_ADMIN_KICK 0x00CC + /** Encodes coords and direction in 3 bytes data */ void set_coordinates(char *data, unsigned short x, unsigned short y, unsigned char direction); -- cgit v1.2.3-70-g09d2