diff options
Diffstat (limited to 'npc/006-7')
-rw-r--r-- | npc/006-7/ctrl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/006-7/ctrl.txt b/npc/006-7/ctrl.txt index 67223e25d..1a89b35ca 100644 --- a/npc/006-7/ctrl.txt +++ b/npc/006-7/ctrl.txt @@ -26,7 +26,7 @@ OnRw: mesn; mesq l("With Magic and Blades, The Icicle shall break. Do you undertake the challenge?"); mesc l("Advised: 6+ players"), 1; - mesc l("Advised: 1+ mage, 1+ tanker"), 1; + mesc l("Advised: 1+ mage, 1+ tanker, 2+ healer"), 1; mesc l("Time Limit: 90 minutes"), 1; mesc l("Enter/Leave after start: %s", b(l("NO"))), 1; next; @@ -89,7 +89,7 @@ OnRw: OnTimer5000: if (!mobcount("006-7", "all")) maptimer2("006-7", 10, "#OutOf0067::OnRw"); - if (.ticks < gettimetick(2) || !mobcount("006-7", "all")) { + if (.ticks < gettimetick(2) || !mobcount("006-7", "all") || !getmapusers("006-7")) { killmonsterall("006-7"); enablenpc .name$; .ticks = min(.ticks, gettimetick(2) + 1800); // Min. Cooldown: 30 min |