diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-25 00:00:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-25 00:00:28 -0300 |
commit | e12dbeae767358298ca601738f931ac216445bb2 (patch) | |
tree | 4453fe60576e9dec4823e399e4daf67262290140 /npc/functions/hub.txt | |
parent | 9780bb57b6c28c339101548aae0daa8bb57e45c9 (diff) | |
download | serverdata-e12dbeae767358298ca601738f931ac216445bb2.tar.gz serverdata-e12dbeae767358298ca601738f931ac216445bb2.tar.bz2 serverdata-e12dbeae767358298ca601738f931ac216445bb2.tar.xz serverdata-e12dbeae767358298ca601738f931ac216445bb2.zip |
Handle the by-traffic, that is, when people use Mirror Lake but end in the wrong world.
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; |