From 82e75bac3bab01ff7833913002c2ab9f3fc45898 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 6 Aug 2021 23:54:39 -0300 Subject: Groata Grotto - Reset it along Soren's Village. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is OK to make the battles last longer. It is NOT OK to let it running and "somedayâ„¢" the level 150 will be finished --- npc/soren/main.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/npc/soren/main.txt b/npc/soren/main.txt index 70dc55217..845c662d0 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -57,6 +57,7 @@ OnTouch: // Some cleanup might be needed to don't raise difficulty infinitely // So every day, at 03:23 AM, if no one is trying the quest, it'll get rid // of the non-permanent monsters on Soren Village & Soren House. +// FIXME: It also clears up Groata Grotto OnClock0323: if (getareausers("soren") == 0 && getareausers("soren-2") == 0 && @@ -65,6 +66,15 @@ OnClock0323: killmonster("soren", "all"); killmonster("soren-2", "all"); } + if ($@GROTTO && + getareausers("006-0") == 0 && + getareausers("006-3") == 0 && + getareausers("006-5") == 0) { + killmonster("006-5", "all"); + $@GROATA = 0; + $@GROTTO = 0; + enablenpc "#006-5_49_54"; + } end; } -- cgit v1.2.3-60-g2f50