summaryrefslogtreecommitdiff
path: root/net/protocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/protocol.py')
-rw-r--r--net/protocol.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/protocol.py b/net/protocol.py
index fc64767..a6dcb4c 100644
--- a/net/protocol.py
+++ b/net/protocol.py
@@ -1,5 +1,6 @@
SMSG_LOGIN_DATA = 0x0069
SMSG_CHAR_LOGIN = 0x006b
+SMSG_QUEST_SET_VAR = 0x0214
SMSG_QUEST_PLAYER_VARS = 0x0215
SMSG_CHAR_MAP_INFO = 0x0071
SMSG_MAP_LOGIN_SUCCESS = 0x0073
@@ -60,6 +61,19 @@ SMSG_TRADE_COMPLETE = 0x00f0
SMSG_ITEM_VISIBLE = 0x009d
SMSG_ITEM_DROPPED = 0x009e
SMSG_ITEM_REMOVE = 0x00a1
+SMSG_PVP_SET = 0x019a
+SMSG_PVP_MAP_MODE = 0x0199
+
+SMSG_NPC_COMMAND = 0x0212
+SMSG_BEING_MOVE3 = 0x0225
+SMSG_MAP_MASK = 0x0226
+SMSG_MAP_MUSIC = 0x0227
+SMSG_NPC_CHANGETITLE 0x0228
+SMSG_SCRIPT_MESSAGE = 0x0229
+SMSG_PLAYER_CLIENT_COMMAND = 0x0230
+SMSG_MAP_SET_TILES_TYPE = 0x0231
+SMSG_PLAYER_HP = 0x0232
+SMSG_PLAYER_HP_FULL = 0x0233
inventory_offset = 2
storage_offset = 1