diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 11:56:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 11:56:53 -0300 |
commit | d6dccae8b0d1aef9f2c6268c42827e79f32ace1e (patch) | |
tree | 7420e1cb2a9397be77bd31163ff36677ee98878f /npc/012-1/guards.txt | |
parent | 3989e722bb888cfea65fa0de73a187a5d8e4438d (diff) | |
download | serverdata-d6dccae8b0d1aef9f2c6268c42827e79f32ace1e.tar.gz serverdata-d6dccae8b0d1aef9f2c6268c42827e79f32ace1e.tar.bz2 serverdata-d6dccae8b0d1aef9f2c6268c42827e79f32ace1e.tar.xz serverdata-d6dccae8b0d1aef9f2c6268c42827e79f32ace1e.zip |
At minutes 3, 6 and 8, siege difficulty (Tulim and Hurnscald) will raise
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 9 |
1 files changed, 6 insertions, 3 deletions
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; |