diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-10 14:07:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-10 14:07:21 -0300 |
commit | 8c39f8c31d1e7e53bf8128b52e6f3846acba237e (patch) | |
tree | 69f636f2a88abc194641db871fbc28a132f897f9 /npc/012-7 | |
parent | 488c9121260fb62c443baaebd9170a67019b9059 (diff) | |
download | serverdata-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/012-7')
-rw-r--r-- | npc/012-7/celestia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |