From fad0ae953dd2d7c27af35aba17bec5315eec1fd8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 May 2022 12:57:40 -0300 Subject: Fix a bunch of typos --- npc/034-4/intro.txt | 12 ++++++------ npc/034-4/storage.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/npc/034-4/intro.txt b/npc/034-4/intro.txt index f9fb3d93f..cf5ff2d23 100644 --- a/npc/034-4/intro.txt +++ b/npc/034-4/intro.txt @@ -92,7 +92,7 @@ OnTimer50000: monster(.mp$, 37, 33, strmobinfo(1, Scar), Scar, .@pi * 3 / 2); end; -// 1.35 minutes (should be OK?) +// 1.75 minutes (should be OK?) OnTimer150000: .@pi = getmapusers(.mp$) + 1; @@ -112,21 +112,21 @@ OnTimer300000: monster(.mp$, 43, 52, strmobinfo(1, Terranite), Terranite, 1+(.@pi/2)); end; -// 3 minutes is too much? +// 2 minutes -OnTimer480000: +OnTimer360000: .@pi = getmapusers(.mp$) + 1; monster(.mp$, 50, 29, strmobinfo(1, Scar), Scar, 1+(.@pi/2)); monster(.mp$, 43, 52, strmobinfo(1, Scar), Scar, 1+(.@pi/2)); monster(.mp$, 37, 33, strmobinfo(1, Scar), Scar, 1+(.@pi/2)); monster(.mp$, 50, 29, strmobinfo(1, Terranite), Terranite, .@pi); monster(.mp$, 43, 52, strmobinfo(1, Forain), Forain, .@pi); - monster(.mp$, 37, 33, strmobinfo(1, AzulSkullSlime), AzulSkullSlime, .@pi); + monster(.mp$, 37, 33, strmobinfo(1, AzulSkullSlime), AzulSkullSlime, 1+(.@pi/2)); end; // +2 minutes -OnTimer540000: +OnTimer480000: .@pi = getmapusers(.mp$) + 1; monster(.mp$, 50, 29, strmobinfo(1, Terranite), Terranite, .@pi); monster(.mp$, 43, 52, strmobinfo(1, BlackSlimeMother), BlackSlimeMother, .@pi); @@ -138,7 +138,7 @@ OnTimer540000: // Bypass, or it'll take... a while OnTimer40000: if (!$@GM_OVERRIDE) end; -OnTimer600000: +OnTimer540000: .@pi = getmapusers(.mp$) + 1; monster(.mp$, 50, 29, strmobinfo(1, GoboBear), GoboBear, 1+(.@pi/2)); $@VALIA_STATUS[.pid] = 10; diff --git a/npc/034-4/storage.txt b/npc/034-4/storage.txt index 37082fb4f..423f57412 100644 --- a/npc/034-4/storage.txt +++ b/npc/034-4/storage.txt @@ -102,7 +102,7 @@ OnTimer45000: monster(.mp$, 44, 78, strmobinfo(1, BlackMamba), BlackMamba, 1); end; -OnTimer600000: +OnTimer60000: .@pi = getmapusers(.mp$) + 1; monster(.mp$, 44, 78, strmobinfo(1, GoboBear), GoboBear, .@pi); $@VALIA_STATUS[.pid] = 12; -- cgit v1.2.3-70-g09d2