From ca7c929fb3bd13bfd9d0c82d474688e45d0c0f5c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jan 2019 21:36:06 -0200 Subject: Give 20 seconds more to clear ship hold, because I've changed the map --- npc/002-1/peter.txt | 4 ++-- npc/002-2/ratto.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'npc') 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"; 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: -- cgit v1.2.3-70-g09d2