summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-10 14:07:21 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-10 14:07:21 -0300
commit8c39f8c31d1e7e53bf8128b52e6f3846acba237e (patch)
tree69f636f2a88abc194641db871fbc28a132f897f9 /npc/002-3
parent488c9121260fb62c443baaebd9170a67019b9059 (diff)
downloadserverdata-8c39f8c31d1e7e53bf8128b52e6f3846acba237e.tar.gz
serverdata-8c39f8c31d1e7e53bf8128b52e6f3846acba237e.tar.bz2
serverdata-8c39f8c31d1e7e53bf8128b52e6f3846acba237e.tar.xz
serverdata-8c39f8c31d1e7e53bf8128b52e6f3846acba237e.zip
Modify Moubootaur Legends from Index 1 to Index 2.
0 - Vault; 1 - rEvolt; 2 - Moubootaur Legends; 3 - Evolved; 4 - WoA
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/doors.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt
index c79e2611d..e762b11c9 100644
--- a/npc/002-3/doors.txt
+++ b/npc/002-3/doors.txt
@@ -18,7 +18,7 @@ OnTouch:
restorecam;
close;
}
- if (getvaultid() && !(##01_MLQUEST & MLP_ML_NARD)) {
+ if (getvaultid() && !(##02_MLQUEST & MLP_ML_NARD)) {
mesc l("Alright. A new world. What mysteries await for me behind that wooden door?");
next;
mesc l("Visiting a new world is always exciting. Actually, the opportunity of taking a new life in a new universe isn't that bad either.");
@@ -27,7 +27,7 @@ OnTouch:
next;
mesc l("Anyway... Let's see how this world works!");
next;
- ##01_MLQUEST = ##01_MLQUEST | MLP_ML_NARD;
+ ##02_MLQUEST = ##02_MLQUEST | MLP_ML_NARD;
closeclientdialog;
}