From a860cff760e39dc63de529991131fe295e03f543 Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 30 Dec 2018 13:31:04 -0500 Subject: make char server notify login server of successful auth --- tools/protocol.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tools/protocol.py') diff --git a/tools/protocol.py b/tools/protocol.py index 12f8ead..2940744 100755 --- a/tools/protocol.py +++ b/tools/protocol.py @@ -5250,6 +5250,22 @@ def build_context(): Password changed or not. ''', ) + login_char.r(0x2742, 'auth send success', + fixed=[ + at(0, u16, 'packet id'), + at(2, account_id, 'account id'), + at(6, u32, 'login id1'), + at(10, u32, 'login id2'), + at(14, ip4, 'ip'), + at(18, client_version, 'client protocol version'), + ], + fixed_size=22, + pre=[0x0065], + post=[0x006b, 0x006c], + desc=''' + Notify login server that we accepted the auth data + ''', + ) # TOC_CHARMAP # char map -- cgit v1.2.3-60-g2f50