diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-02 09:48:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-02 09:48:44 -0300 |
commit | e81eb72c2fb540068258685215274d316baa5c84 (patch) | |
tree | 5c9fdb7c8a47dfe3fd346cba62c2cdde58de588d | |
parent | db860735e7c47511d8f8e10a9cab5a412f517130 (diff) | |
download | serverdata-e81eb72c2fb540068258685215274d316baa5c84.tar.gz serverdata-e81eb72c2fb540068258685215274d316baa5c84.tar.bz2 serverdata-e81eb72c2fb540068258685215274d316baa5c84.tar.xz serverdata-e81eb72c2fb540068258685215274d316baa5c84.zip |
Fix brokenstuff
-rw-r--r-- | npc/003-3/malindou.txt | 1 | ||||
-rw-r--r-- | npc/019-2/guards.txt | 1 | ||||
-rw-r--r-- | npc/023-2/mk.txt | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index e3b7e5351..cbf09c42f 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -137,6 +137,7 @@ OnInit: addmapmask "019-3", MASK_MATTACK; setmapflagnosave("019-3", "000-1", 22, 22); setmapflagnosave("020-1", "000-1", 22, 22); + setmapflagnosave("023-2", "000-1", 22, 22); setmapflag("019-3",mf_bexp,25); setmapflag("020-1",mf_bexp,150); enablenpc "Lightbringer#NLib"; diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index 7dcf8277b..7f6bae7ce 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -37,6 +37,7 @@ $NLIB_HIGHNAME$=""; setmapflagnosave("019-3", "000-1", 22, 22); setmapflagnosave("020-1", "000-1", 22, 22); + setmapflagnosave("023-2", "000-1", 22, 22); setmapflag("019-3",mf_bexp,25); setmapflag("020-1",mf_bexp,150); enablenpc "Lightbringer#NLib"; 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"; } |