diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 18 | ||||
-rw-r--r-- | npc/012-1/guards.txt | 18 |
2 files changed, 16 insertions, 20 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index c6505f6d6..74de30b30 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -242,21 +242,19 @@ OnTimer210000: OnTimer420000: OnTimer540000: $@SIEGE_TULIM+=1; -// Spawn each 30s after timer 120, difficulty raisers exempt (same for boss) +// Spawn each 45s after timer 120, difficulty raisers exempt (same for boss) OnTimer120000: -OnTimer150000: -//OnTimer180000: BOSS WAVE +OnTimer165000: +//Timer 180000: BOSS WAVE //OnTimer210000: difficulty raiser -OnTimer240000: -OnTimer270000: +OnTimer255000: OnTimer300000: -OnTimer330000: -OnTimer360000: +OnTimer345000: OnTimer390000: -//OnTimer420000: difficulty raiser -OnTimer450000: +//Timer 420000: difficulty raiser +OnTimer435000: OnTimer480000: -OnTimer510000: +OnTimer525000: //OnTimer540000: difficulty raiser OnTimer570000: siege_cast("003-1", .name$, $@SIEGE_TULIM, TP_TULIM); diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 48c34b382..0fffaaa50 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -671,21 +671,19 @@ OnTimer210000: OnTimer420000: OnTimer540000: $@SIEGE_HURNS+=1; -// Spawn each 30s after timer 120, difficulty raisers exempt (same for boss) +// Spawn each 45s after timer 120, difficulty raisers exempt (same for boss) OnTimer120000: -OnTimer150000: -//OnTimer180000: BOSS WAVE +OnTimer165000: +//Timer 180000: BOSS WAVE //OnTimer210000: difficulty raiser -OnTimer240000: -OnTimer270000: +OnTimer255000: OnTimer300000: -OnTimer330000: -OnTimer360000: +OnTimer345000: OnTimer390000: -//OnTimer420000: difficulty raiser -OnTimer450000: +//Timer 420000: difficulty raiser +OnTimer435000: OnTimer480000: -OnTimer510000: +OnTimer525000: //OnTimer540000: difficulty raiser OnTimer570000: siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS); |