From 4391f319938811dd4ce1f7824815b7de10347c68 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 31 Aug 2018 16:20:47 -0300 Subject: Give full 2 minutes to kill each rato (instead of 1m40s) Player must walk to the Ratto and that's sometimes slow. The Rusty Knife isn't the best weapon either --- npc/002-1/peter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 9d0bd667c..cf91ed1ab 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -221,7 +221,7 @@ OnStartOutside: OnTimer2000: if (attachrid(getcharid(3, $@RAT_SAILOR_HELPER$)) == 0) goto L_Logoff; $@RAT_SAILOR_CONTROL[9] = $@RAT_SAILOR_CONTROL[9] + 2; - if ($@RAT_SAILOR_CONTROL[9] > 100) goto L_Timeout; + if ($@RAT_SAILOR_CONTROL[9] > 120) goto L_Timeout; if (PC_DIE_COUNTER > $@RAT_SAILOR_DEATHS) goto L_Dead; if ($@RAT_SAILOR_CONTROL[1] && $@RAT_SAILOR_CONTROL[2] && $@RAT_SAILOR_CONTROL[3] && $@RAT_SAILOR_CONTROL[4]) goto L_Done; if (getmapusers("002-2") == 0) goto L_CleaningEnd; -- cgit v1.2.3-60-g2f50