From a6f2542ebfa3e7cb4573a394578ffbd00fe8e0cf Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sat, 14 Jan 2006 16:20:52 +0000 Subject: Sever returns infos about position of the selected character (map name, coordinates). --- docs/packets.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs') 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 -- cgit