From a1be9850ce113fcf0018bb7a90c4cac50e5f3c40 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 02:42:05 -0300 Subject: Great, it works, and looks fun thus far. Shuffle timers. Current progress are stage 1 (summon), stage 2 (CoT), stage 3 (Soren Villa). Missing are stage 4 (Soren House) and stage 5 (Showdown). Roughly 70% finished. --- npc/soren/main.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'npc/soren') diff --git a/npc/soren/main.txt b/npc/soren/main.txt index 4239e48dd..9517a60c2 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -218,13 +218,13 @@ soren,104,143,0 script Soren's Lake NPC_NO_SPRITE,{ close; // Waves (total: 6 waves + 1 optional) -OnTimer5000: -OnTimer10300: -OnTimer14000: -OnTimer18000: -OnTimer25000: -OnTimer28000: -OnTimer31000: +OnTimer4500: +OnTimer11300: +OnTimer17000: +OnTimer22000: +OnTimer26200: +OnTimer29100: +OnTimer30900: if (!attachrid(.casterId)) { npctalk "Disarm process aborted: Disarmer is gone."; stopnpctimer; .st=0; @@ -357,13 +357,13 @@ soren,107,37,0 script Soren's Gizmo NPC_NO_SPRITE,{ close; // Waves (total: 6 waves + 1 optional) -OnTimer5000: -OnTimer10300: -OnTimer14000: -OnTimer18000: -OnTimer25000: -OnTimer28000: -OnTimer31000: +OnTimer6200: +OnTimer9300: +OnTimer13900: +OnTimer17200: +OnTimer24500: +OnTimer27400: +OnTimer31200: if (!attachrid(.casterId)) { npctalk "Disarm process aborted: Disarmer is gone."; stopnpctimer; .st=0; -- cgit v1.2.3-60-g2f50