diff options
Diffstat (limited to 'npc/023-2/mk.txt')
-rw-r--r-- | npc/023-2/mk.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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"; } |