From d6dccae8b0d1aef9f2c6268c42827e79f32ace1e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 11:56:53 -0300 Subject: At minutes 3, 6 and 8, siege difficulty (Tulim and Hurnscald) will raise --- npc/012-1/guards.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 507396f51..13fc66fca 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -668,12 +668,15 @@ OnTimer300000: siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS); end; -OnTimer60000: +// At minute 3, 6 and 8, difficulty raises OnTimer180000: -OnTimer240000: OnTimer360000: -OnTimer420000: OnTimer480000: + $@SIEGE_HURNS+=1; +// Other minutes are not affected +OnTimer60000: +OnTimer240000: +OnTimer420000: siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS); end; -- cgit v1.2.3-60-g2f50