diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/guards.txt | 7 |
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"; |