summaryrefslogtreecommitdiff
path: root/npc/002-2
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-2
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-2')
-rw-r--r--npc/002-2/ratto.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/002-2/ratto.txt b/npc/002-2/ratto.txt
index 82190f2ca..7c7dde562 100644
--- a/npc/002-2/ratto.txt
+++ b/npc/002-2/ratto.txt
@@ -37,7 +37,7 @@ OnRatto1Death:
.@q2=getq2(ShipQuests_Peter);
if (.@q2 == 15)
goto L_Victor;
- addtimer(65000, "RattosControl::OnRatto1Respawn");
+ addtimer(85000, "RattosControl::OnRatto1Respawn");
end;
OnRatto2Death:
@@ -45,7 +45,7 @@ OnRatto2Death:
.@q2=getq2(ShipQuests_Peter);
if (.@q2 == 15)
goto L_Victor;
- addtimer(65000, "RattosControl::OnRatto2Respawn");
+ addtimer(85000, "RattosControl::OnRatto2Respawn");
end;
OnRatto3Death:
@@ -53,7 +53,7 @@ OnRatto3Death:
.@q2=getq2(ShipQuests_Peter);
if (.@q2 == 15)
goto L_Victor;
- addtimer(65000, "RattosControl::OnRatto3Respawn");
+ addtimer(85000, "RattosControl::OnRatto3Respawn");
end;
OnRatto4Death:
@@ -61,7 +61,7 @@ OnRatto4Death:
.@q2=getq2(ShipQuests_Peter);
if (.@q2 == 15)
goto L_Victor;
- addtimer(65000, "RattosControl::OnRatto4Respawn");
+ addtimer(85000, "RattosControl::OnRatto4Respawn");
end;
L_Victor: