summaryrefslogtreecommitdiff
path: root/npc/023-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-02 09:48:44 -0300
committerJesusaves <cpntb1@ymail.com>2018-11-02 09:48:44 -0300
commite81eb72c2fb540068258685215274d316baa5c84 (patch)
tree5c9fdb7c8a47dfe3fd346cba62c2cdde58de588d /npc/023-2
parentdb860735e7c47511d8f8e10a9cab5a412f517130 (diff)
downloadserverdata-e81eb72c2fb540068258685215274d316baa5c84.tar.gz
serverdata-e81eb72c2fb540068258685215274d316baa5c84.tar.bz2
serverdata-e81eb72c2fb540068258685215274d316baa5c84.tar.xz
serverdata-e81eb72c2fb540068258685215274d316baa5c84.zip
Fix brokenstuff
Diffstat (limited to 'npc/023-2')
-rw-r--r--npc/023-2/mk.txt4
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";
}