From 90f8941def4b977e65bd0f441aab526333736a11 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 11:59:43 -0300 Subject: Add required skill: Resurrection. Continue the code for the showdown. --- npc/006-7/ctrl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/006-7/ctrl.txt') 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 -- cgit v1.2.3-60-g2f50