diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-09 23:19:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-09 23:19:42 -0300 |
commit | 4c3f30718ef7f9aa5b994931263746c6ea54a0eb (patch) | |
tree | 851712d25f6c9f6801647230cf935403c029026b /npc | |
parent | 3f6c36038578ce3524f164340b55ca1685b1f784 (diff) | |
download | serverdata-4c3f30718ef7f9aa5b994931263746c6ea54a0eb.tar.gz serverdata-4c3f30718ef7f9aa5b994931263746c6ea54a0eb.tar.bz2 serverdata-4c3f30718ef7f9aa5b994931263746c6ea54a0eb.tar.xz serverdata-4c3f30718ef7f9aa5b994931263746c6ea54a0eb.zip |
Allow players 2 seconds to collect any drop from Pirate Attack
Diffstat (limited to 'npc')
-rw-r--r-- | npc/016-7/main.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |