From 2e4a0bf7a25e47d8adc4eb70a386d5e3b39a5e62 Mon Sep 17 00:00:00 2001 From: skyleo Date: Thu, 26 Sep 2019 14:42:56 +0200 Subject: Fix a missing end in Slipslowrun NPC that allowed to reset the timer This bug allowed you to have no time limit on the party mode of Izlude Arena, making it quite easy for you to farm OCAs. Thanks to Vector from oRO Staff for finding this! --- npc/other/arena/arena_party.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/other/arena/arena_party.txt b/npc/other/arena/arena_party.txt index 67c69f8e8..f3362687d 100644 --- a/npc/other/arena/arena_party.txt +++ b/npc/other/arena/arena_party.txt @@ -165,6 +165,8 @@ OnTouch: } force_1-2,99,31,4 script Slipslowrun#party 4_F_TELEPORTER,{ + end; + OnStart: initnpctimer; $arena_minptst = gettime(GETTIME_MINUTE); -- cgit v1.2.3-70-g09d2