From c0ad5c77eed5b73f8e33708518a737e17d25f0f8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Apr 2015 12:33:10 +0300 Subject: eathena: add outdated packets to protocol.h. --- src/net/eathena/protocol.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 1f556b81a..ac2024cf8 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -81,6 +81,7 @@ #define SMSG_PLAYER_INVENTORY_USE 0x01c8 #define SMSG_PLAYER_IDENTIFY_LIST 0x0177 #define SMSG_PLAYER_IDENTIFIED 0x0179 +#define SMSG_PLAYER_CART_ADD_OUTDATED 0x0124 #define SMSG_PLAYER_CART_ADD 0x01c5 #define SMSG_PLAYER_CART_ADD_ERROR 0x012c #define SMSG_PLAYER_CART_ITEMS 0x0993 @@ -104,6 +105,7 @@ #define SMSG_PLAYER_SKILL_UP 0x010e #define SMSG_PLAYER_HEAL 0x013d #define SMSG_PLAYER_SKILL_COOLDOWN 0x043d +#define SMSG_PLAYER_SKILL_COOLDOWN_LIST_OUTDATED 0x043e #define SMSG_PLAYER_SKILL_COOLDOWN_LIST 0x0985 #define SMSG_PLAYER_SKILL_MESSAGE 0x0215 #define SMSG_PLAYER_NOTIFY_MAPINFO 0x0189 @@ -123,6 +125,7 @@ #define SMSG_PLAYER_EQUIP_TICK_ACK 0x02d9 #define SMSG_PLAYER_FAVORITE_ITEM 0x0908 #define SMSG_SKILL_FAILED 0x0110 +#define SMSG_SKILL_DAMAGE_OUTDATED 0x0114 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 #define SMSG_SKILL_SNAP 0x08d2 @@ -145,7 +148,7 @@ #define SMSG_BEING_MOVE3 0x0b04 #define SMSG_BEING_REMOVE 0x0080 #define SMSG_BEING_REMOVE_SKILL 0x0120 -// Same as 0x00c3, but 16 bit ID +#define SMSG_BEING_CHANGE_LOOKS_OUTDATED 0x00c3 #define SMSG_BEING_CHANGE_LOOKS2 0x01d7 #define SMSG_BEING_SELFEFFECT 0x019b #define SMSG_BEING_SPECIAL_EFFECT 0x01f3 @@ -178,6 +181,7 @@ #define SMSG_AUTOSHADOW_SPELL_LIST 0x0442 #define SMSG_BIND_ITEM 0x02d3 +#define SMSG_PLAYER_STATUS_CHANGE_OUTDATED 0x0119 #define SMSG_PLAYER_STATUS_CHANGE 0x0229 #define SMSG_PLAYER_STATUS_CHANGE2 0x028a #define SMSG_PLAYER_STATUS_CHANGE_NO_TICK 0x0196 @@ -230,7 +234,9 @@ #define SMSG_BUYINGSTORE_SELLER_SELL_FAILED 0x0824 // Receiving a request to trade +#define SMSG_TRADE_REQUEST_OUTDATED 0x00e5 #define SMSG_TRADE_REQUEST 0x01f4 +#define SMSG_TRADE_RESPONSE_OUTDATED 0x00e7 #define SMSG_TRADE_RESPONSE 0x01f5 #define SMSG_TRADE_ITEM_ADD 0x080f #define SMSG_TRADE_ITEM_ADD_RESPONSE 0x00ea @@ -241,6 +247,7 @@ #define SMSG_PARTY_CREATE 0x00fa #define SMSG_PARTY_INFO 0x00fb +#define SMSG_PARTY_INVITE_RESPONSE_OUTDATED 0x00fd #define SMSG_PARTY_INVITE_RESPONSE 0x02c5 #define SMSG_PARTY_INVITED 0x02c6 #define SMSG_PARTY_SETTINGS 0x07d8 @@ -255,6 +262,7 @@ #define SMSG_PLAYER_STORAGE_ITEMS 0x0995 /**< Item list for storage */ #define SMSG_PLAYER_STORAGE_EQUIP 0x0996 /**< Equipment list for storage */ #define SMSG_PLAYER_STORAGE_STATUS 0x00f2 /**< Slots used and total slots */ +#define SMSG_PLAYER_STORAGE_ADD_OUTDATED 0x00f4 #define SMSG_PLAYER_STORAGE_ADD 0x01c4 /**< Add item/equip to storage */ // Remove item/equip from storage #define SMSG_PLAYER_STORAGE_REMOVE 0x00f6 @@ -295,8 +303,10 @@ #define SMSG_GUILD_OPPOSITION_ACK 0x0181 #define SMSG_GUILD_BROKEN 0x015e #define SMSG_GUILD_UPDATE_COORDS 0x01eb +#define SMSG_GUILD_ALLIANCE_ADDED_DISABLED 0x0185 #define SMSG_QUEST_ADD 0x02b3 +#define SMSG_QUEST_LIST_OUTDATED 0x02b1 #define SMSG_QUEST_LIST 0x097a #define SMSG_QUEST_LIST_OBJECTIVES 0x02b2 #define SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5 @@ -365,6 +375,7 @@ #define SMSG_SKILL_CAST_CANCEL 0x01b9 #define SMSG_SKILL_NO_DAMAGE 0x011a #define SMSG_SKILL_GROUND_NO_DAMAGE 0x0117 +#define SMSG_SKILL_GROUND_DAMAGE_UNUSED 0x0115 #define SMSG_SKILL_ENTRY 0x09ca #define SMSG_SKILL_ITEM_LIST_WINDOW 0x07e3 @@ -458,6 +469,9 @@ #define SMSG_ROULETTE_RECV_ITEM_ACK 0x0a22 #define SMSG_ROULETTE_GENERATE_ACK_TYPE 0x0a20 +#define SMSG_MARRIAGE_PROPOSAL_OUTDATED 0x01e2 +#define SMSG_MARRIAGE_PROCESS_OUTDATED 0x01e4 + /********************************** * Packets from client to server * **********************************/ -- cgit v1.2.3-60-g2f50