summaryrefslogtreecommitdiffstats
path: root/docs/packets.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/packets.txt')
-rw-r--r--docs/packets.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/packets.txt b/docs/packets.txt
index 76db63d..4547adf 100644
--- a/docs/packets.txt
+++ b/docs/packets.txt
@@ -173,6 +173,25 @@ client. Any not listed error codes are unknown errors.
* 6 = existing email address
}
+CMSG_CHAR_SELECT 0x0026
+Request to select a character.
+{
+ C characterId
+}
+
+SMSG_CHAR_SELECT_RESPONSE 0x0027
+Response to character selection.
+{
+ C code
+ * 0 = selection succeded
+ A mapName
+ S characterX
+ S characterY
+ * 1 = invalid id
+ * 2 = not logged in
+ * 3 = no characters
+}
+
2.2 OBJECTS