From 4c3f30718ef7f9aa5b994931263746c6ea54a0eb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Mar 2019 23:19:42 -0300 Subject: Allow players 2 seconds to collect any drop from Pirate Attack --- npc/016-7/main.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt index b3df7169d..c4559cbe4 100644 --- a/npc/016-7/main.txt +++ b/npc/016-7/main.txt @@ -45,6 +45,11 @@ OnReward: //getitem SailorShirt, 1; // I already tried to do this before...? dispbottom l("Congratulations!"); if (isin("016-7", 23, 25, 52, 35)) + addwarp(2000, "#MarineShipAttack::OnResumeTravel"); + end; + +OnResumeTravel: + if (@timer_navio_running) warp "016-6", 31, 33; end; } -- cgit v1.2.3-60-g2f50