From 498d7b5a40892cab4138dfd83b331ebff9bf47b7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 30 Sep 2020 19:28:22 -0300 Subject: Halloween 2020 Bugfix Patch 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. --- world/map/npc/annuals/halloween/doomsday.txt | 33 ++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'world/map/npc/annuals') 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; -- cgit v1.2.3-60-g2f50