From 4a00e45e62458cb3dee3a9b8e5359f8788b61593 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 2 Nov 2018 10:53:30 -0300 Subject: [skip ci] _roll eyes_ --- npc/020-1/siege.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/020-1') diff --git a/npc/020-1/siege.txt b/npc/020-1/siege.txt index 9b56c90b2..a149b8ec2 100644 --- a/npc/020-1/siege.txt +++ b/npc/020-1/siege.txt @@ -14,13 +14,12 @@ OnLoop: @nlib_time+=5; // This is looped every 5 s // Victory conditions: All monsters dead & number of waves filled. (Or if you reach level 40) - if (BaseLevel >= 40 || (@nlib_wave >= 10 && mobcount("020-1", "#NLib_Siege::OnPetDeath") <= 0)) { + if (BaseLevel >= 40 || (@nlib_wave >= 10 && mobcount("020-1", "#NLib_Siege::OnPetDeath") <= 0)) goto L_Victory; // New wave condition: Waves pending and A- All Mobs Dead B- 4 minutes spent if (@nlib_wave < 10 && (mobcount("020-1", "#NLib_Siege::OnPetDeath") <= 0 || @nlib_time >= 240)) goto L_NextRound; - } // reset timer addtimer(5000, "#NLib_Siege::OnLoop"); -- cgit v1.2.3-60-g2f50