summaryrefslogtreecommitdiff
path: root/npc
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
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')
-rw-r--r--npc/001-7/celestia_bossfight.txt10
-rw-r--r--npc/002-3/doors.txt4
-rw-r--r--npc/012-7/celestia.txt4
-rw-r--r--npc/functions/hub.txt4
4 files changed, 11 insertions, 11 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;
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;
}
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt
index 8ad80de44..680c3f220 100644
--- a/npc/012-7/celestia.txt
+++ b/npc/012-7/celestia.txt
@@ -266,7 +266,7 @@ L_OtherQuest:
// Mirror Lake
L_VaultQuest:
- if (##01_MLWORLD & MLP_TMW_CELESTIA) {
+ if (##02_MLWORLD & MLP_TMW_CELESTIA) {
mesn;
mesq l("Yes, try to summon the Yeti King in Tulimshar Sewers. Make sure you have someone else with you to help.");
close;
@@ -341,7 +341,7 @@ L_VaultQuest:
mesn;
mesq l("Don't go alone, though! He would not listen to me, it is not you alone he'll pay attention. You will lose reagents!");
next;
- ##01_MLWORLD=##01_MLWORLD|MLP_TMW_CELESTIA;
+ ##02_MLWORLD=##02_MLWORLD|MLP_TMW_CELESTIA;
Zeny+=410;
getitembound(EverburnPowder, 5, 4);
setq HurnscaldQuest_Celestia, 1;
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 2839a8d64..664424a29 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -290,9 +290,9 @@ function script HUB_Logout {
.@api$=json_encode("UID", ##VAULT,
"GID", getcharid(3),
"VAR1N", "MLQUEST",
- "VAR1V", ##01_MLQUEST,
+ "VAR1V", ##02_MLQUEST,
"VAR2N", "MLWORLD",
- "VAR2V", ##01_MLWORLD,
+ "VAR2V", ##02_MLWORLD,
"VEXP", ##VAULT_EXP,
"GOTO", ##VAULT_GOTO,
"MLTO", ##VAULT_MLTO);