diff options
-rw-r--r-- | npc/soren/main.txt | 28 |
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; |