From e12dbeae767358298ca601738f931ac216445bb2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 May 2021 00:00:28 -0300 Subject: Handle the by-traffic, that is, when people use Mirror Lake but end in the wrong world. --- npc/functions/hub.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 3b6a4dafe..8201bda0a 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -54,6 +54,12 @@ function script HUB_Login { // Unset the target lake/world set_byte(##00_INFO, 0, 3); set_nibble(##00_INFO, 0, 5); + } else if (.@gto) { + // Heading somewhere which is not here! + mesc l("WARNING: If you use any Mirror Lake feature on this world, the current Mirror Lake Quest will be marked as \"Failed\"."), 1; + mesc l("If this is undesired, select the correct world, and if needed create a new char on it."), 1; + next; + closeclientdialog; } } return; -- cgit v1.2.3-60-g2f50