From e81eb72c2fb540068258685215274d316baa5c84 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 2 Nov 2018 09:48:44 -0300 Subject: Fix brokenstuff --- npc/023-2/mk.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/023-2') diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt index 5d59130d3..b2d48ad11 100644 --- a/npc/023-2/mk.txt +++ b/npc/023-2/mk.txt @@ -64,7 +64,7 @@ L_Finish2: killmonsterall("023-2"); .wcycle=0; maptimer("023-2", 10, "The Monster King#NLib::OnReturn"); - channelmes("#world", "*FINAL SCORE - PLAYERS "+.victory_count+" : "+.defeat_count+" MONSTERS*"); + channelmes("#world", "*FINAL SCORE - PLAYERS "+.victory_count+" : "+.defeat_count+" MONSTERS*"); // Clean up the event $NIVALIS_LIBDATE=gettimetick(2); @@ -78,6 +78,7 @@ L_Finish2: removemapflag("020-1", mf_bexp); removemapflag("020-1", mf_nosave); removemapflag("023-2", mf_bexp); + removemapflag("023-2", mf_nosave); stopnpctimer; end; @@ -96,7 +97,6 @@ OnTimer3000: areamonster "023-2", 21, 109, 31, 114, "Monster", any(AngryScorpion, BlackSlime, BlackScorpion, Wolvern, BlueSlime, SlimeBlast, CaveMaggot), .@pl; } else if (.wcycle % 30 == 18) { areamonster "023-2", 21, 109, 31, 114, "Monster", any(BlackSlime, BlueSlime, SlimeBlast), 1; // PS. Drop “Demure Dark Soul” ¬.¬ - } } else if (.wcycle % 60 == 0) { mapannounce "023-2", str(.wcycle/60)+" minute(s) remaining"; } -- cgit v1.2.3-70-g09d2