diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-26 21:42:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-26 21:42:59 -0300 |
commit | 648010015f48cd397908cebe991cc562796668c1 (patch) | |
tree | bb49457b16397563efae83f95fb4c65583f6bb5d | |
parent | 341ad533e9fd76dae658f6b0b01adebc57bf7f05 (diff) | |
download | serverdata-648010015f48cd397908cebe991cc562796668c1.tar.gz serverdata-648010015f48cd397908cebe991cc562796668c1.tar.bz2 serverdata-648010015f48cd397908cebe991cc562796668c1.tar.xz serverdata-648010015f48cd397908cebe991cc562796668c1.zip |
Final updates to the Mirror Lake basic infrastructure on ML side.
-rw-r--r-- | npc/014-4/slide.txt | 7 | ||||
-rw-r--r-- | npc/functions/hub.txt | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/npc/014-4/slide.txt b/npc/014-4/slide.txt index 6d24670c2..28cbc67be 100644 --- a/npc/014-4/slide.txt +++ b/npc/014-4/slide.txt @@ -18,3 +18,10 @@ OnTouch: end; } +014-4,25,47,0 script #014-4_25_47 NPC_HIDDEN,0,0,{ + end; +OnTouch: + slide 25, 49; + end; +} + diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index a586cbae1..691961fe0 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -277,9 +277,11 @@ function script HUB_Logout { "VAR2N", "MLWORLD", "VAR2V", ##01_MLWORLD, "VEXP", ##VAULT_EXP, - "GOTO", 0, - "MLTO", 0); + "GOTO", ##VAULT_GOTO, + "MLTO", ##VAULT_MLTO); ##VAULT_EXP=0; + ##VAULT_GOTO=0; + ##VAULT_MLTO=0; api_send(API_FLUSHVAULT, .@api$); // Destroy temporary characters if (countitem(MirrorLakeArmor)) { |