From c7a7da3af3207d57e6d89145ae82b08fe6aa0317 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 22 Dec 2020 11:44:19 +0000 Subject: [PATCH] Add hop time formula to login.md Signed-off-by: Graham --- share/doc/protocol/login.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/doc/protocol/login.md b/share/doc/protocol/login.md index 39ceaf41..b5543553 100644 --- a/share/doc/protocol/login.md +++ b/share/doc/protocol/login.md @@ -331,6 +331,9 @@ main menu and exit fullscreen or use a members' account. **Message:** You have only just left another world. Your profile will be transferred in seconds. +The number of remaining seconds is calculated using the following formula: +(hopTime * 60 + 180) / 50 + ### 22 (`INVALID_LOGIN_PACKET`) **Message:** Malformed login packet. Please try again.