summaryrefslogtreecommitdiff
path: root/npc/soren/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 02:42:05 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 02:42:05 -0300
commita1be9850ce113fcf0018bb7a90c4cac50e5f3c40 (patch)
tree75f7696b0b1f83ac1daa0346f90790fbec4aa8e6 /npc/soren/main.txt
parent2026450460345dc0c26a26987f0f8c61dfb54480 (diff)
downloadserverdata-a1be9850ce113fcf0018bb7a90c4cac50e5f3c40.tar.gz
serverdata-a1be9850ce113fcf0018bb7a90c4cac50e5f3c40.tar.bz2
serverdata-a1be9850ce113fcf0018bb7a90c4cac50e5f3c40.tar.xz
serverdata-a1be9850ce113fcf0018bb7a90c4cac50e5f3c40.zip
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.
Diffstat (limited to 'npc/soren/main.txt')
-rw-r--r--npc/soren/main.txt28
1 files changed, 14 insertions, 14 deletions
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;