summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/halloween/munro.txt
diff options
context:
space:
mode:
authorJesusaves <jesusalva@themanaworld.org>2020-09-15 16:22:36 -0300
committerGitHub <noreply@github.com>2020-09-15 19:22:36 +0000
commit9db73b3e2747f0767f0203ced94c7561149acc41 (patch)
tree3ff63df4def09aa48f2ca74cbb7e3f15b8b3f3d6 /world/map/npc/annuals/halloween/munro.txt
parent716914f5b74325442b88cb55adc465dda2e38936 (diff)
downloadserverdata-9db73b3e2747f0767f0203ced94c7561149acc41.tar.gz
serverdata-9db73b3e2747f0767f0203ced94c7561149acc41.tar.bz2
serverdata-9db73b3e2747f0767f0203ced94c7561149acc41.tar.xz
serverdata-9db73b3e2747f0767f0203ced94c7561149acc41.zip
Halloween 2020 (#563)
An epic halloween event which will last about a week. Non-definitive version; Final showdown might receive last-minute changes.
Diffstat (limited to 'world/map/npc/annuals/halloween/munro.txt')
-rw-r--r--world/map/npc/annuals/halloween/munro.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/world/map/npc/annuals/halloween/munro.txt b/world/map/npc/annuals/halloween/munro.txt
index 03c81477..23075a9b 100644
--- a/world/map/npc/annuals/halloween/munro.txt
+++ b/world/map/npc/annuals/halloween/munro.txt
@@ -98,6 +98,19 @@ L_Tormenta:
// Spawn Tormenta and finish
monster "057-1", 126, 64, "Tormenta", 1137, 1, "Munro::OnTormentaDie";
+
+ // Doomsday Untils
+ if ($DOOMSDAY == 3)
+ goto L_Doomsday;
+ end;
+
+// Doomsday Act 5 Utils
+L_Doomsday:
+ if (!$DOOMSDAY_TWARP)
+ end;
+ if ($DOOMSDAY_TJANDE)
+ end;
+ set $DOOMSDAY_CNT2, $DOOMSDAY_CNT2+1;
end;
}