diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-19 19:21:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-19 19:21:07 +0300 |
commit | 82d9ed1a055c7cdb7856c695104e9838f4e1718f (patch) | |
tree | 494da396f3cb98a6fcfd18015a2c6cf343186dea /src/net | |
parent | 8ebb3d9ffbe6e725bc04df53294739384b82ed0b (diff) | |
download | plus-82d9ed1a055c7cdb7856c695104e9838f4e1718f.tar.gz plus-82d9ed1a055c7cdb7856c695104e9838f4e1718f.tar.bz2 plus-82d9ed1a055c7cdb7856c695104e9838f4e1718f.tar.xz plus-82d9ed1a055c7cdb7856c695104e9838f4e1718f.zip |
eathena: rearrange protocol.h.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/protocol.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 8095d1200..d88b5cb06 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -227,6 +227,27 @@ #define SMSG_BANK_STATUS 0x09a6 +#define SMSG_SOLVE_CHAR_NAME 0x0194 +#define SMSG_SKILL_CASTING 0x07fb +#define SMSG_SKILL_CAST_CANCEL 0x01b9 +#define SMSG_SKILL_NO_DAMAGE 0x011a +#define SMSG_SKILL_GROUND_NO_DAMAGE 0x0117 +#define SMSG_SKILL_ENTRY 0x09ca + +#define SMSG_BEING_IP_RESPONSE 0x020c +#define SMSG_PVP_MAP_MODE 0x0199 +#define SMSG_PVP_SET 0x019a +#define SMSG_MAP_TYPE_PROPERTY2 0x099b +#define SMSG_IGNORE_ALL_RESPONSE 0x00d2 +#define SMSG_ONLINE_LIST 0x0211 +#define SMSG_NPC_COMMAND 0x0212 + +#define SMSG_MAP_ACCOUNT_ID 0x0283 +#define SMSG_PLAYER_SHORTCUTS 0x07d9 +#define SMSG_PLAYER_SHOW_EQUIP 0x02da +#define SMSG_NPC_CUTIN 0x01b3 +#define SMSG_NPC_VIEWPOINT 0x0144 + /********************************** * Packets from client to server * **********************************/ @@ -402,25 +423,4 @@ #define CMSG_BANK_WITHDRAW 0x09a9 #define CMSG_BANK_CHECK 0x09ab -#define SMSG_SOLVE_CHAR_NAME 0x0194 -#define SMSG_SKILL_CASTING 0x07fb -#define SMSG_SKILL_CAST_CANCEL 0x01b9 -#define SMSG_SKILL_NO_DAMAGE 0x011a -#define SMSG_SKILL_GROUND_NO_DAMAGE 0x0117 -#define SMSG_SKILL_ENTRY 0x09ca - -#define SMSG_BEING_IP_RESPONSE 0x020c -#define SMSG_PVP_MAP_MODE 0x0199 -#define SMSG_PVP_SET 0x019a -#define SMSG_MAP_TYPE_PROPERTY2 0x099b -#define SMSG_IGNORE_ALL_RESPONSE 0x00d2 -#define SMSG_ONLINE_LIST 0x0211 -#define SMSG_NPC_COMMAND 0x0212 - -#define SMSG_MAP_ACCOUNT_ID 0x0283 -#define SMSG_PLAYER_SHORTCUTS 0x07d9 -#define SMSG_PLAYER_SHOW_EQUIP 0x02da -#define SMSG_NPC_CUTIN 0x01b3 -#define SMSG_NPC_VIEWPOINT 0x0144 - #endif // NET_EATHENA_PROTOCOL_H |