diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-01-14 16:20:52 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-01-14 16:20:52 +0000 |
commit | a6f2542ebfa3e7cb4573a394578ffbd00fe8e0cf (patch) | |
tree | 76f95b9f58022596326f4e9ef2676ecd37980773 /docs | |
parent | f0a3f100f1c21e41447a420f8a729f2fb46c31eb (diff) | |
download | manaserv-a6f2542ebfa3e7cb4573a394578ffbd00fe8e0cf.tar.gz manaserv-a6f2542ebfa3e7cb4573a394578ffbd00fe8e0cf.tar.bz2 manaserv-a6f2542ebfa3e7cb4573a394578ffbd00fe8e0cf.tar.xz manaserv-a6f2542ebfa3e7cb4573a394578ffbd00fe8e0cf.zip |
Sever returns infos about position of the selected character (map name, coordinates).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/packets.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/packets.txt b/docs/packets.txt index 76db63d4..4547adf5 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 |