diff options
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 426 |
1 files changed, 181 insertions, 245 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index e9ea84e8..ea3d430e 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -63,251 +63,187 @@ enum static const int INVENTORY_OFFSET = 2; static const int STORAGE_OFFSET = 1; -/********************************* - * Packets from server to client * - *********************************/ -#define SMSG_SERVER_VERSION_RESPONSE 0x7531 - -#define SMSG_CONNECTION_PROBLEM 0x0081 - -#define SMSG_UPDATE_HOST 0x0063 /**< Custom update host packet */ -#define SMSG_LOGIN_DATA 0x0069 -#define SMSG_LOGIN_ERROR 0x006a - -#define SMSG_CHAR_LOGIN 0x006b -#define SMSG_CHAR_LOGIN_ERROR 0x006c -#define SMSG_CHAR_CREATE_SUCCEEDED 0x006d -#define SMSG_CHAR_CREATE_FAILED 0x006e -#define SMSG_CHAR_DELETE_SUCCEEDED 0x006f -#define SMSG_CHAR_DELETE_FAILED 0x0070 -#define SMSG_CHAR_MAP_INFO 0x0071 -#define SMSG_CHAR_PASSWORD_RESPONSE 0x0062 /**< Custom packet reply to password change request */ - -#define SMSG_CHAR_SWITCH_RESPONSE 0x00b3 -#define SMSG_CHANGE_MAP_SERVER 0x0092 - -#define SMSG_MAP_LOGIN_SUCCESS 0x0073 /**< Contains starting location */ -#define SMSG_MAP_QUIT_RESPONSE 0x018b -#define SMSG_PLAYER_UPDATE_1 0x01d8 -#define SMSG_PLAYER_UPDATE_2 0x01d9 -#define SMSG_PLAYER_MOVE 0x01da /**< A nearby player moves */ -#define SMSG_PLAYER_STOP 0x0088 /**< Stop walking, set position */ -#define SMSG_PLAYER_MOVE_TO_ATTACK 0x0139 /**< Move to within attack range */ -#define SMSG_PLAYER_STAT_UPDATE_1 0x00b0 -#define SMSG_PLAYER_STAT_UPDATE_2 0x00b1 -#define SMSG_PLAYER_STAT_UPDATE_3 0x0141 -#define SMSG_PLAYER_STAT_UPDATE_4 0x00bc -#define SMSG_PLAYER_STAT_UPDATE_5 0x00bd -#define SMSG_PLAYER_STAT_UPDATE_6 0x00be -#define SMSG_WHO_ANSWER 0x00c2 -#define SMSG_PLAYER_WARP 0x0091 /**< Warp player to map/location */ -#define SMSG_PLAYER_INVENTORY 0x01ee -#define SMSG_PLAYER_INVENTORY_ADD 0x00a0 -#define SMSG_PLAYER_INVENTORY_REMOVE 0x00af -#define SMSG_PLAYER_INVENTORY_USE 0x01c8 -#define SMSG_PLAYER_EQUIPMENT 0x00a4 -#define SMSG_PLAYER_EQUIP 0x00aa -#define SMSG_PLAYER_UNEQUIP 0x00ac -#define SMSG_PLAYER_ATTACK_RANGE 0x013a -#define SMSG_PLAYER_ARROW_EQUIP 0x013c -#define SMSG_PLAYER_ARROW_MESSAGE 0x013b -#define SMSG_PLAYER_SKILLS 0x010f -#define SMSG_PLAYER_SKILL_UP 0x010e // same as SMSG_GUILD_SKILL_UP -#define SMSG_SKILL_FAILED 0x0110 -#define SMSG_SKILL_DAMAGE 0x01de -#define SMSG_ITEM_USE_RESPONSE 0x00a8 -#define SMSG_ITEM_VISIBLE 0x009d /**< An item is on the floor */ -#define SMSG_ITEM_DROPPED 0x009e /**< An item is dropped */ -#define SMSG_ITEM_REMOVE 0x00a1 /**< An item disappers */ -#define SMSG_BEING_VISIBLE 0x0078 -#define SMSG_BEING_MOVE 0x007b /**< A nearby monster moves */ -#define SMSG_BEING_SPAWN 0x007c /**< A being spawns nearby */ -#define SMSG_BEING_MOVE2 0x0086 /**< New eAthena being moves */ -#define SMSG_BEING_REMOVE 0x0080 -#define SMSG_BEING_CHANGE_LOOKS 0x00c3 -#define SMSG_BEING_CHANGE_LOOKS2 0x01d7 /**< Same as 0x00c3, but 16 bit ID */ -#define SMSG_BEING_SELFEFFECT 0x019b -#define SMSG_BEING_EMOTION 0x00c0 -#define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ -#define SMSG_BEING_CHAT 0x008d /**< A being talks */ -#define SMSG_BEING_NAME_RESPONSE 0x0095 /**< Has to be requested */ -#define SMSG_BEING_CHANGE_DIRECTION 0x009c -#define SMSG_BEING_RESURRECT 0x0148 - -#define SMSG_PLAYER_STATUS_CHANGE 0x0119 -#define SMSG_PLAYER_GUILD_PARTY_INFO 0x0195 -#define SMSG_BEING_STATUS_CHANGE 0x0196 - -#define SMSG_NPC_MESSAGE 0x00b4 -#define SMSG_NPC_NEXT 0x00b5 -#define SMSG_NPC_CLOSE 0x00b6 -#define SMSG_NPC_CHOICE 0x00b7 /**< Display a choice */ -#define SMSG_NPC_BUY_SELL_CHOICE 0x00c4 -#define SMSG_NPC_BUY 0x00c6 -#define SMSG_NPC_SELL 0x00c7 -#define SMSG_NPC_BUY_RESPONSE 0x00ca -#define SMSG_NPC_SELL_RESPONSE 0x00cb -#define SMSG_NPC_INT_INPUT 0x0142 /**< Integer input */ -#define SMSG_NPC_STR_INPUT 0x01d4 /**< String input */ -#define SMSG_PLAYER_CHAT 0x008e /**< Player talks */ -#define SMSG_WHISPER 0x0097 /**< Whisper Recieved */ -#define SMSG_WHISPER_RESPONSE 0x0098 -#define SMSG_GM_CHAT 0x009a /**< GM announce */ -#define SMSG_WALK_RESPONSE 0x0087 - -#define SMSG_TRADE_REQUEST 0x00e5 /**< Receiving a request to trade */ -#define SMSG_TRADE_RESPONSE 0x00e7 -#define SMSG_TRADE_ITEM_ADD 0x00e9 -#define SMSG_TRADE_ITEM_ADD_RESPONSE 0x01b1 /**< Not standard eAthena! */ -#define SMSG_TRADE_OK 0x00ec -#define SMSG_TRADE_CANCEL 0x00ee -#define SMSG_TRADE_COMPLETE 0x00f0 - -#define SMSG_PARTY_CREATE 0x00fa -#define SMSG_PARTY_INFO 0x00fb -#define SMSG_PARTY_INVITE_RESPONSE 0x00fd -#define SMSG_PARTY_INVITED 0x00fe -#define SMSG_PARTY_SETTINGS 0x0101 -#define SMSG_PARTY_MOVE 0x0104 -#define SMSG_PARTY_LEAVE 0x0105 -#define SMSG_PARTY_UPDATE_HP 0x0106 -#define SMSG_PARTY_UPDATE_COORDS 0x0107 -#define SMSG_PARTY_MESSAGE 0x0109 - -#define SMSG_PLAYER_STORAGE_ITEMS 0x01f0 /**< Item list for storage */ -#define SMSG_PLAYER_STORAGE_EQUIP 0x00a6 /**< Equipment list for storage */ -#define SMSG_PLAYER_STORAGE_STATUS 0x00f2 /**< Slots used and total slots */ -#define SMSG_PLAYER_STORAGE_ADD 0x00f4 /**< Add item/equip to storage */ -#define SMSG_PLAYER_STORAGE_REMOVE 0x00f6 /**< Remove item/equip from storage */ -#define SMSG_PLAYER_STORAGE_CLOSE 0x00f8 /**< Storage access closed */ - -#define SMSG_ADMIN_KICK_ACK 0x00cd -#define SMSG_ADMIN_IP 0x020c - -#define SMSG_GUILD_CREATE_RESPONSE 0x0167 -#define SMSG_GUILD_POSITION_INFO 0x016c -#define SMSG_GUILD_MEMBER_LOGIN 0x016d -#define SMSG_GUILD_MASTER_OR_MEMBER 0x014e -#define SMSG_GUILD_BASIC_INFO 0x01b6 -#define SMSG_GUILD_ALIANCE_INFO 0x014c -#define SMSG_GUILD_MEMBER_LIST 0x0154 -#define SMSG_GUILD_POS_NAME_LIST 0x0166 -#define SMSG_GUILD_POS_INFO_LIST 0x0160 -#define SMSG_GUILD_POSITION_CHANGED 0x0174 -#define SMSG_GUILD_MEMBER_POS_CHANGE 0x0156 -#define SMSG_GUILD_EMBLEM 0x0152 -#define SMSG_GUILD_SKILL_INFO 0x0162 -#define SMSG_GUILD_NOTICE 0x016f -#define SMSG_GUILD_INVITE 0x016a -#define SMSG_GUILD_INVITE_ACK 0x0169 -#define SMSG_GUILD_LEAVE 0x015a -#define SMSG_GUILD_EXPULSION 0x015c -#define SMSG_GUILD_EXPULSION_LIST 0x0163 -#define SMSG_GUILD_MESSAGE 0x017f -#define SMSG_GUILD_SKILL_UP 0x010e // same as SMSG_PLAYER_SKILL_UP -#define SMSG_GUILD_REQ_ALLIANCE 0x0171 -#define SMSG_GUILD_REQ_ALLIANCE_ACK 0x0173 -#define SMSG_GUILD_DEL_ALLIANCE 0x0184 -#define SMSG_GUILD_OPPOSITION_ACK 0x0181 -#define SMSG_GUILD_BROKEN 0x015e - -#define SMSG_MVP 0x010c - -#define SMSG_MAP_MASK 0x0226 - -/********************************** - * Packets from client to server * - **********************************/ -#define CMSG_SERVER_VERSION_REQUEST 0x7530 - -#define CMSG_CHAR_PASSWORD_CHANGE 0x0061 /**< Custom change password packet */ -#define CMSG_CHAR_SERVER_CONNECT 0x0065 -#define CMSG_CHAR_SELECT 0x0066 -#define CMSG_CHAR_CREATE 0x0067 -#define CMSG_CHAR_DELETE 0x0068 - -#define CMSG_MAP_SERVER_CONNECT 0x0072 -#define CMSG_MAP_LOADED 0x007d -#define CMSG_CLIENT_QUIT 0x018A - -#define CMSG_CHAT_MESSAGE 0x008c -#define CMSG_CHAT_WHISPER 0x0096 - -#define CMSG_SKILL_LEVELUP_REQUEST 0x0112 -#define CMSG_STAT_UPDATE_REQUEST 0x00bb -#define CMSG_SKILL_USE_BEING 0x0113 -#define CMSG_SKILL_USE_POSITION 0x0116 -// Variant of 0x116 with 80 char string at end (unsure of use) -#define CMSG_SKILL_USE_POSITION_MORE 0x0190 -#define CMSG_SKILL_USE_MAP 0x011b - -#define CMSG_PLAYER_INVENTORY_USE 0x00a7 -#define CMSG_PLAYER_INVENTORY_DROP 0x00a2 -#define CMSG_PLAYER_EQUIP 0x00a9 -#define CMSG_PLAYER_UNEQUIP 0x00ab - -#define CMSG_ITEM_PICKUP 0x009f -#define CMSG_PLAYER_CHANGE_DIR 0x009b -#define CMSG_PLAYER_CHANGE_DEST 0x0085 -#define CMSG_PLAYER_CHANGE_ACT 0x0089 // same as CMSG_PLAYER_ATTACK -#define CMSG_PLAYER_RESTART 0x00b2 -#define CMSG_PLAYER_EMOTE 0x00bf -#define CMSG_PLAYER_ATTACK 0x0089 // same as CMSG_PLAYER_CHANGE_ACT -#define CMSG_WHO_REQUEST 0x00c1 - -#define CMSG_NPC_TALK 0x0090 -#define CMSG_NPC_NEXT_REQUEST 0x00b9 -#define CMSG_NPC_CLOSE 0x0146 -#define CMSG_NPC_LIST_CHOICE 0x00b8 -#define CMSG_NPC_INT_RESPONSE 0x0143 -#define CMSG_NPC_STR_RESPONSE 0x01d5 -#define CMSG_NPC_BUY_SELL_REQUEST 0x00c5 -#define CMSG_NPC_BUY_REQUEST 0x00c8 -#define CMSG_NPC_SELL_REQUEST 0x00c9 - -#define CMSG_TRADE_REQUEST 0x00e4 -#define CMSG_TRADE_RESPONSE 0x00e6 -#define CMSG_TRADE_ITEM_ADD_REQUEST 0x00e8 -#define CMSG_TRADE_CANCEL_REQUEST 0x00ed -#define CMSG_TRADE_ADD_COMPLETE 0x00eb -#define CMSG_TRADE_OK 0x00ef - -#define CMSG_PARTY_CREATE 0x00f9 -#define CMSG_PARTY_INVITE 0x00fc -#define CMSG_PARTY_INVITED 0x00ff -#define CMSG_PARTY_LEAVE 0x0100 -#define CMSG_PARTY_SETTINGS 0x0102 -#define CMSG_PARTY_KICK 0x0103 -#define CMSG_PARTY_MESSAGE 0x0108 - -#define CMSG_MOVE_TO_STORAGE 0x00f3 /** Move item to storage */ -#define CMSG_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 -#define CMSG_ADMIN_MUTE 0x0149 - -#define CMSG_GUILD_CHECK_MASTER 0x014d -#define CMSG_GUILD_REQUEST_INFO 0x014f -#define CMSG_GUILD_REQUEST_EMBLEM 0x0151 -#define CMSG_GUILD_CHANGE_EMBLEM 0x0153 -#define CMSG_GUILD_CHANGE_MEMBER_POS 0x0155 -#define CMSG_GUILD_LEAVE 0x0159 -#define CMSG_GUILD_EXPULSION 0x015b -#define CMSG_GUILD_BREAK 0x015d -#define CMSG_GUILD_CHANGE_POS_INFO 0x0161 -#define CMSG_GUILD_CREATE 0x0165 -#define CMSG_GUILD_INVITE 0x0168 -#define CMSG_GUILD_INVITE_REPLY 0x016b -#define CMSG_GUILD_CHANGE_NOTICE 0x016e -#define CMSG_GUILD_ALLIANCE_REQUEST 0x0170 -#define CMSG_GUILD_ALLIANCE_REPLY 0x0172 -#define CMSG_GUILD_MESSAGE 0x017e -#define CMSG_GUILD_OPPOSITION 0x0180 -#define CMSG_GUILD_ALLIANCE_DELETE 0x0183 +enum { + // login server messages + SMSG_UPDATE_HOST = 0x0063, // update host notify + CMSG_LOGIN_REGISTER = 0x0064, // account login + SMSG_LOGIN_DATA = 0x0069, // account login success + SMSG_LOGIN_ERROR = 0x006a, // account login error + + // char server messages + CMSG_CHAR_PASSWORD_CHANGE = 0x0061, // change password + SMSG_CHAR_PASSWORD_RESPONSE = 0x0062, // change password result + CMSG_CHAR_SERVER_CONNECT = 0x0065, // connect char + CMSG_CHAR_SELECT = 0x0066, // select character + CMSG_CHAR_CREATE = 0x0067, // create character + CMSG_CHAR_DELETE = 0x0068, // delete character + SMSG_CHAR_LOGIN = 0x006b, // connect char success + SMSG_CHAR_LOGIN_ERROR = 0x006c, // connect char error + SMSG_CHAR_CREATE_SUCCEEDED = 0x006d, // create character success + SMSG_CHAR_CREATE_FAILED = 0x006e, // create character error + SMSG_CHAR_DELETE_SUCCEEDED = 0x006f, // delete character success + SMSG_CHAR_DELETE_FAILED = 0x0070, // delete character error + SMSG_CHAR_MAP_INFO = 0x0071, // select character success + + // map server messages + CMSG_MAP_SERVER_CONNECT = 0x0072, // connect map + SMSG_MAP_LOGIN_SUCCESS = 0x0073, // connect map success + SMSG_BEING_VISIBLE = 0x0078, // being appear notify + SMSG_BEING_MOVE = 0x007b, // being move notify + SMSG_BEING_SPAWN = 0x007c, // being spawn notify + CMSG_MAP_LOADED = 0x007d, // map loaded + CMSG_MAP_PING = 0x007e, // ping + SMSG_SERVER_PING = 0x007f, // pong + SMSG_BEING_REMOVE = 0x0080, // remove being notify + CMSG_PLAYER_CHANGE_DEST = 0x0085, // walk + SMSG_WALK_RESPONSE = 0x0087, // walk success + SMSG_PLAYER_STOP = 0x0088, // stop walking notify + CMSG_PLAYER_CHANGE_ACT = 0x0089, // player action + SMSG_BEING_ACTION = 0x008a, // being action notify + CMSG_CHAT_MESSAGE = 0x008c, // global chat + SMSG_BEING_CHAT = 0x008d, // global chat notify + SMSG_PLAYER_CHAT = 0x008e, // global chat result + CMSG_NPC_TALK = 0x0090, // npc click + SMSG_PLAYER_WARP = 0x0091, // change map notify + SMSG_CHANGE_MAP_SERVER = 0x0092, // change map server notify + CMSG_NAME_REQUEST = 0x0094, // get being name + SMSG_BEING_NAME_RESPONSE = 0x0095, // get being name result + CMSG_CHAT_WHISPER = 0x0096, // whisper + SMSG_WHISPER = 0x0097, // receive whisper + SMSG_WHISPER_RESPONSE = 0x0098, // whisper result + SMSG_GM_CHAT = 0x009a, // gm announcement notify + CMSG_PLAYER_CHANGE_DIR = 0x009b, // face direction + SMSG_BEING_CHANGE_DIRECTION = 0x009c, // face direction notify + SMSG_ITEM_VISIBLE = 0x009d, // item visible notify + SMSG_ITEM_DROPPED = 0x009e, // item dropped notify + CMSG_ITEM_PICKUP = 0x009f, // item pickup + SMSG_PLAYER_INVENTORY_ADD = 0x00a0, // inventory add notify + SMSG_ITEM_REMOVE = 0x00a1, // flooritem delete notify + CMSG_PLAYER_INVENTORY_DROP = 0x00a2, // drop item + SMSG_PLAYER_EQUIPMENT = 0x00a4, // inventory equipment notify + SMSG_PLAYER_STORAGE_EQUIP = 0x00a6, // storage equipment notify + CMSG_PLAYER_INVENTORY_USE = 0x00a7, // use item + SMSG_ITEM_USE_RESPONSE = 0x00a8, // use item result + CMSG_PLAYER_EQUIP = 0x00a9, // equip item + SMSG_PLAYER_EQUIP = 0x00aa, // equip item result + CMSG_PLAYER_UNEQUIP = 0x00ab, // unequip item + SMSG_PLAYER_UNEQUIP = 0x00ac, // unequip item result + SMSG_PLAYER_INVENTORY_REMOVE = 0x00af, // inventory delete notify + SMSG_PLAYER_STAT_UPDATE_1 = 0x00b0, // player stat update 1 notify + SMSG_PLAYER_STAT_UPDATE_2 = 0x00b1, // player stat update 2 notify + CMSG_PLAYER_REBOOT = 0x00b2, // respawn or switch character + SMSG_CHAR_SWITCH_RESPONSE = 0x00b3, // character switch success + SMSG_NPC_MESSAGE = 0x00b4, // script message notify + SMSG_NPC_NEXT = 0x00b5, // (reverse) script next + SMSG_NPC_CLOSE = 0x00b6, // (reverse) script close + SMSG_NPC_CHOICE = 0x00b7, // (reverse) script menu + CMSG_NPC_LIST_CHOICE = 0x00b8, // (reverse) script menu result + CMSG_NPC_NEXT_REQUEST = 0x00b9, // (reverse) script next result + CMSG_STAT_UPDATE_REQUEST = 0x00bb, // stat increase + SMSG_PLAYER_STAT_UPDATE_4 = 0x00bc, // stat increase result + SMSG_PLAYER_STAT_UPDATE_5 = 0x00bd, // player stat update 5 notify + SMSG_PLAYER_STAT_UPDATE_6 = 0x00be, // stat price notify + CMSG_PLAYER_EMOTE = 0x00bf, // emote + SMSG_BEING_EMOTION = 0x00c0, // emote notify + SMSG_NPC_BUY_SELL_CHOICE = 0x00c4, // npc click result shop + CMSG_NPC_BUY_SELL_REQUEST = 0x00c5, // npc shop buy/sell select + SMSG_NPC_BUY = 0x00c6, // npc shop buy select result + SMSG_NPC_SELL = 0x00c7, // npc shop sell select result + CMSG_NPC_BUY_REQUEST = 0x00c8, // npc shop buy + CMSG_NPC_SELL_REQUEST = 0x00c9, // npc shop sell + SMSG_NPC_BUY_RESPONSE = 0x00ca, // npc shop buy result + SMSG_NPC_SELL_RESPONSE = 0x00cb, // npc shop sell result + SMSG_ADMIN_KICK_ACK = 0x00cd, // kick result + CMSG_TRADE_REQUEST = 0x00e4, // trade please + SMSG_TRADE_REQUEST = 0x00e5, // incoming trade request + CMSG_TRADE_RESPONSE = 0x00e6, // incoming trade request result + SMSG_TRADE_RESPONSE = 0x00e7, // trade please result + CMSG_TRADE_ITEM_ADD_REQUEST = 0x00e8, // trade add + SMSG_TRADE_ITEM_ADD = 0x00e9, // trade item added notify + CMSG_TRADE_ADD_COMPLETE = 0x00eb, // trade lock + SMSG_TRADE_OK = 0x00ec, // trade lock notify + CMSG_TRADE_CANCEL_REQUEST = 0x00ed, // trade cancel + SMSG_TRADE_CANCEL = 0x00ee, // trade cancel notify + CMSG_TRADE_OK = 0x00ef, // trade commit + SMSG_TRADE_COMPLETE = 0x00f0, // trade complete notify + SMSG_PLAYER_STORAGE_STATUS = 0x00f2, // storage size notify + CMSG_MOVE_TO_STORAGE = 0x00f3, // storage put + SMSG_PLAYER_STORAGE_ADD = 0x00f4, // storage added notify + CMSG_MOVE_FROM_STORAGE = 0x00f5, // storage take + SMSG_PLAYER_STORAGE_REMOVE = 0x00f6, // storage removed notify + CMSG_CLOSE_STORAGE = 0x00f7, // storage close + SMSG_PLAYER_STORAGE_CLOSE = 0x00f8, // storage closed notify + CMSG_PARTY_CREATE = 0x00f9, // party create + SMSG_PARTY_CREATE = 0x00fa, // party create result + SMSG_PARTY_INFO = 0x00fb, // party info notify + CMSG_PARTY_INVITE = 0x00fc, // party invite + SMSG_PARTY_INVITE_RESPONSE = 0x00fd, // party invite result + SMSG_PARTY_INVITED = 0x00fe, // (reverse) party invitation + CMSG_PARTY_INVITED = 0x00ff, // (reverse) party invitation result + CMSG_PARTY_LEAVE = 0x0100, // party leave + SMSG_PARTY_SETTINGS = 0x0101, // party option notify + CMSG_PARTY_SETTINGS = 0x0102, // party option + CMSG_PARTY_KICK = 0x0103, // party kick + SMSG_PARTY_LEAVE = 0x0105, // party left notify + SMSG_PARTY_UPDATE_HP = 0x0106, // party hp notify + SMSG_PARTY_UPDATE_COORDS = 0x0107, // party xy notify + CMSG_PARTY_MESSAGE = 0x0108, // party message + SMSG_PARTY_MESSAGE = 0x0109, // party message notify + SMSG_PLAYER_SKILL_UP = 0x010e, // skill raise result + SMSG_PLAYER_SKILLS = 0x010f, // skill info notify + SMSG_SKILL_FAILED = 0x0110, // skill failed + CMSG_SKILL_LEVELUP_REQUEST = 0x0112, // skill raise + CMSG_PLAYER_STOP_ATTACK = 0x0118, // attack stop + SMSG_PLAYER_STATUS_CHANGE = 0x0119, // player option notify + SMSG_PLAYER_MOVE_TO_ATTACK = 0x0139, // player move attack range notify + SMSG_PLAYER_ATTACK_RANGE = 0x013a, // player attack range notify + SMSG_PLAYER_ARROW_MESSAGE = 0x013b, // player arrow fail notify + SMSG_PLAYER_ARROW_EQUIP = 0x013c, // player arrow equip notify + SMSG_PLAYER_STAT_UPDATE_3 = 0x0141, // player stat update 3 + SMSG_NPC_INT_INPUT = 0x0142, // (reverse) script input integer + CMSG_NPC_INT_RESPONSE = 0x0143, // (reverse) script input integer result + CMSG_NPC_CLOSE = 0x0146, // (reverse) script close response + SMSG_BEING_RESURRECT = 0x0148, // being resurrected notify + CMSG_CLIENT_QUIT = 0x018a, // client quit + SMSG_MAP_QUIT_RESPONSE = 0x018b, // client quit result + SMSG_PLAYER_GUILD_PARTY_INFO = 0x0195, // guild party info notify + SMSG_BEING_STATUS_CHANGE = 0x0196, // being status change notify + SMSG_PVP_MAP_MODE = 0x0199, // map pvp status + SMSG_PVP_SET = 0x019a, // being pvp status + SMSG_BEING_SELFEFFECT = 0x019b, // being effect + SMSG_TRADE_ITEM_ADD_RESPONSE = 0x01b1, // trade add result + SMSG_PLAYER_INVENTORY_USE = 0x01c8, // use item result + SMSG_NPC_STR_INPUT = 0x01d4, // (reverse) script input string + CMSG_NPC_STR_RESPONSE = 0x01d5, // (reverse) script input string result + SMSG_BEING_CHANGE_LOOKS2 = 0x01d7, // being change look + SMSG_PLAYER_UPDATE_1 = 0x01d8, // player appear notify + SMSG_PLAYER_UPDATE_2 = 0x01d9, // player appear notify + SMSG_PLAYER_MOVE = 0x01da, // player move notify + SMSG_SKILL_DAMAGE = 0x01de, // deal skill damage + SMSG_PLAYER_INVENTORY = 0x01ee, // inventory list notify + SMSG_PLAYER_STORAGE_ITEMS = 0x01f0, // storage list notify + SMSG_BEING_IP_RESPONSE = 0x020c, // player ip notify + CMSG_ONLINE_LIST = 0x0210, // online list request + SMSG_ONLINE_LIST = 0x0211, // advanced online list + SMSG_NPC_COMMAND = 0x0212, // npc command + SMSG_QUEST_SET_VAR = 0x0214, // send quest + SMSG_QUEST_PLAYER_VARS = 0x0215, // send all quest + SMSG_BEING_MOVE3 = 0x0225, // being move 3 + SMSG_MAP_MASK = 0x0226, // send map mask + SMSG_MAP_MUSIC = 0x0227, // change map music + SMSG_NPC_CHANGETITLE = 0x0228, // npc change title + SMSG_SCRIPT_MESSAGE = 0x0229, // script message + SMSG_PLAYER_CLIENT_COMMAND = 0x0230, // remote client command + SMSG_MAP_SET_TILES_TYPE = 0x0231, // send area collision + SMSG_PLAYER_HP = 0x0232, // send hp update + SMSG_PLAYER_HP_FULL = 0x0233, // send full hp + + // any server messages + SMSG_CONNECTION_PROBLEM = 0x0081, // connect foo error + CMSG_SERVER_VERSION_REQUEST = 0x7530, // version + SMSG_SERVER_VERSION_RESPONSE = 0x7531, // version result + CMSG_CLIENT_DISCONNECT = 0x7532, // disconnect +}; } |