summaryrefslogtreecommitdiff
path: root/npc/001-7
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/001-7
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/001-7')
-rw-r--r--npc/001-7/celestia_bossfight.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt
index afe0535a0..7fd8163e4 100644
--- a/npc/001-7/celestia_bossfight.txt
+++ b/npc/001-7/celestia_bossfight.txt
@@ -22,8 +22,8 @@
end;
L_GoHome:
- .@MLPQuest=( (##01_MLWORLD & MLP_TMW_CELESTIA) &&
- !(##01_MLWORLD & MLP_TMW_YETIKING) &&
+ .@MLPQuest=( (##02_MLWORLD & MLP_TMW_CELESTIA) &&
+ !(##02_MLWORLD & MLP_TMW_YETIKING) &&
getvaultid());
if (.@MLPQuest) {
mesn strcharinfo(0);
@@ -105,8 +105,8 @@ L_Survivor:
mesn col(l("The Yeti King"), 3);
mesq l("I can warp you home now.");
mes "";
- .@MLPQuest=( (##01_MLWORLD & MLP_TMW_CELESTIA) &&
- !(##01_MLWORLD & MLP_TMW_YETIKING) &&
+ .@MLPQuest=( (##02_MLWORLD & MLP_TMW_CELESTIA) &&
+ !(##02_MLWORLD & MLP_TMW_YETIKING) &&
getvaultid());
select
rif(!.@MLPQuest, l("Please, bring me back home.")),
@@ -232,7 +232,7 @@ L_VaultQuest:
mesq l("Are you ready to cross the Mirror Lake and return to your world?");
next;
if (askyesno() == ASK_YES) {
- ##01_MLWORLD=##01_MLWORLD|MLP_TMW_YETIKING;
+ ##02_MLWORLD=##02_MLWORLD|MLP_TMW_YETIKING;
MirrorLakeSendTo(MLP_TMW, 0);
}
close;