summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-15 21:36:06 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-15 21:36:06 -0200
commitca7c929fb3bd13bfd9d0c82d474688e45d0c0f5c (patch)
treee9c3c798ba355d628bcd71b66736ab78078ea75c /npc/002-1
parentaa6f42a31116e550c24251c6cc9bb9fc89ca2ba5 (diff)
downloadserverdata-ca7c929fb3bd13bfd9d0c82d474688e45d0c0f5c.tar.gz
serverdata-ca7c929fb3bd13bfd9d0c82d474688e45d0c0f5c.tar.bz2
serverdata-ca7c929fb3bd13bfd9d0c82d474688e45d0c0f5c.tar.xz
serverdata-ca7c929fb3bd13bfd9d0c82d474688e45d0c0f5c.zip
Give 20 seconds more to clear ship hold, because I've changed the map
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/peter.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt
index c8911e9fe..b6821428c 100644
--- a/npc/002-1/peter.txt
+++ b/npc/002-1/peter.txt
@@ -211,8 +211,8 @@ OnStartOutside:
}
warp @MAP_NAME$, 33, 24;
- addtimer(100000, "Peter::OnLowTime");
- addtimer(120000, "Peter::OnTimeout");
+ addtimer(120000, "Peter::OnLowTime");
+ addtimer(140000, "Peter::OnTimeout");
// Spawn the Monsters
areamonster @MAP_NAME$, 23, 19, 57, 40, strmobinfo(1, @pt_mob), @pt_mob, 1, "RattosControl::OnRatto1Death";