From f063507243d8476e38633b0c0c0aedf2f760bbfb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 16:13:09 -0300 Subject: Some more time on Forgotten Throne Room event chain (E8~E12) --- npc/023-3-1/logic.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/023-3-1/logic.txt') diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index fdb86e649..5e1adcc17 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -183,7 +183,7 @@ OnE07: .@n$=instance_npcname(.name$); @SCOUT=monster(.@m$, 43, 29, l("Assassin"), HoodedNinja, 1, .name$+"::OnMobDie"); - sc_start(SC_STUN, 12000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, @SCOUT); + sc_start(SC_STUN, 14000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, @SCOUT); unitemote(@SCOUT, E_KITTY); unitstop(@ISBAMUTH); @@ -191,7 +191,7 @@ OnE07: deltimer(.@n$+"::OnW01"); deltimer(.@n$+"::OnW02"); - addtimer(1500, .@n$+"::OnE08"); + addtimer(2000, .@n$+"::OnE08"); end; OnE08: @@ -201,7 +201,7 @@ OnE08: unittalk(@ISBAMUTH, l("What's it, scout.")); unitwalk(@ISBAMUTH, 45, 34); - addtimer(1500, .@n$+"::OnE09"); + addtimer(2500, .@n$+"::OnE09"); end; OnE09: @@ -211,7 +211,7 @@ OnE09: unitemote(@SCOUT, E_THUMBUP); unittalk(@ISBAMUTH, l("So, it is ready?")); - addtimer(1500, .@n$+"::OnE10"); + addtimer(2000, .@n$+"::OnE10"); end; OnE10: -- cgit v1.2.3-60-g2f50