summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-19 16:21:50 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-19 16:21:50 -0300
commit5259b5b877f7060397e86b205ee8e63f02bee318 (patch)
treeb6c4a2559e359d7159ae029c25a537730c79fb98 /npc/012-1
parent686b0534247b7236dace61840bf439c52aac5b64 (diff)
downloadserverdata-5259b5b877f7060397e86b205ee8e63f02bee318.tar.gz
serverdata-5259b5b877f7060397e86b205ee8e63f02bee318.tar.bz2
serverdata-5259b5b877f7060397e86b205ee8e63f02bee318.tar.xz
serverdata-5259b5b877f7060397e86b205ee8e63f02bee318.zip
Try to change a bit how siege in Hurnscald works
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/guards.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index 194fbfbc1..8bb8b517e 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -609,14 +609,15 @@ OnStartSiege:
end;
// Warmup
-OnTimer35000:
OnTimer70000:
OnTimer95000:
+ siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS);
+OnTimer35000:
siege_cast("014-3", .name$, $@SIEGE_HURNS, TP_HURNS);
end;
// Timers
-OnTimer135000:
+OnTimer60000:
siege_setup("012-1");
siege_cast("014-3", .name$, $@SIEGE_HURNS, TP_HURNS);
mapannounce("012-1", "##2Message to all Hurnscald NPCs: Take shelter!", bc_map);
@@ -635,7 +636,7 @@ OnTimer135000:
disablenpc "Jack";
end;
-OnTimer165000:
+OnTimer90000:
siege_cast("012-1", .name$, 0, TP_HURNS);
siege_cast("014-3", .name$, $@SIEGE_HURNS, TP_HURNS);
disablenpc "Shoppa Kep";