summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/halloween/doomsday.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-30 19:28:22 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-30 19:28:22 -0300
commit498d7b5a40892cab4138dfd83b331ebff9bf47b7 (patch)
tree964ae88e951540e95894c0736f3c5b31d8ff57c6 /world/map/npc/annuals/halloween/doomsday.txt
parent53fa8ff7dcdc1abe32f0a72747174eb9faaa8781 (diff)
downloadserverdata-498d7b5a40892cab4138dfd83b331ebff9bf47b7.tar.gz
serverdata-498d7b5a40892cab4138dfd83b331ebff9bf47b7.tar.bz2
serverdata-498d7b5a40892cab4138dfd83b331ebff9bf47b7.tar.xz
serverdata-498d7b5a40892cab4138dfd83b331ebff9bf47b7.zip
Halloween 2020 Bugfix Patchv2020.09.30
Add Halloween 2020 drops. Update news. Submodule update. Allow runners to receive EXP share at DD5. Use Ledmitz SFX for boss spawning. Nerf Rubber Bat. Nerf Zax. Nerf De'Kagen's spawns. Allow Game Masters to repeat Halloween 2020 fight. Partly tested.
Diffstat (limited to 'world/map/npc/annuals/halloween/doomsday.txt')
-rw-r--r--world/map/npc/annuals/halloween/doomsday.txt33
1 files changed, 31 insertions, 2 deletions
diff --git a/world/map/npc/annuals/halloween/doomsday.txt b/world/map/npc/annuals/halloween/doomsday.txt
index 6af00341..1967f532 100644
--- a/world/map/npc/annuals/halloween/doomsday.txt
+++ b/world/map/npc/annuals/halloween/doomsday.txt
@@ -297,10 +297,39 @@ OnTouch:
goto L_Check;
if ($@HW2020_HOCUS == 3)
end;
+ // GM Special Menu
+ if (GM < G_GM)
+ warp "009-1", 52, 40;
+ if (GM < G_GM)
+ end;
+ goto L_GMMenu;
+
+// GM Menu
+L_GMMenu:
+ mes "This event is already over.";
+ mes "However, you are a Game Master.";
+ mes "Do you want to allow the battle to happen again?";
+ next;
+ menu
+ "No, I was trying to get to Hurns", L_GMNo,
+ "YES, BEGIN THE AMBUSH", L_GMYes,
+ "No, it was an accident.", L_GMCancel;
+
+L_GMYes:
+ set $@HW2020_HOCUS, 0;
+ gmlog strcharinfo(0) + " has reset Halloween 2020 Battle.";
+ mes "* BEEEEEEEP *";
+ mes "##9(Talk to portal again to ambush)##0";
+ close;
+
+L_GMNo:
warp "009-1", 52, 40;
- end;
+ close;
+
+L_GMCancel:
+ close;
-// TODO
+// Main Event
L_Ambush:
set $@HW2020_HOCUS, 1;
mapannounce "003-1", "What, did you thought it would be so easy?" , 0;