summaryrefslogtreecommitdiff
path: root/npc/002-1/peter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-31 16:20:47 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-31 16:20:47 -0300
commit4391f319938811dd4ce1f7824815b7de10347c68 (patch)
tree577062b160b6845e08739d1d72e3faac75bcea9a /npc/002-1/peter.txt
parent25de1c1713a85b44e38dfe74832357f1ce766ef8 (diff)
downloadserverdata-4391f319938811dd4ce1f7824815b7de10347c68.tar.gz
serverdata-4391f319938811dd4ce1f7824815b7de10347c68.tar.bz2
serverdata-4391f319938811dd4ce1f7824815b7de10347c68.tar.xz
serverdata-4391f319938811dd4ce1f7824815b7de10347c68.zip
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
Diffstat (limited to 'npc/002-1/peter.txt')
-rw-r--r--npc/002-1/peter.txt2
1 files changed, 1 insertions, 1 deletions
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;