From b4639233e51e677f2dac30723c8d505a7c818132 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Jul 2021 17:53:52 -0300 Subject: Fix remaining bugs, except the ones patched with duct tape ofc --- npc/018-7-1/demure.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/018-7-1/demure.txt b/npc/018-7-1/demure.txt index 869b68c30..aaee73efc 100644 --- a/npc/018-7-1/demure.txt +++ b/npc/018-7-1/demure.txt @@ -139,14 +139,14 @@ OnDem2: mapannounce(getmap(), "CONGRATULATIONS - YOU WIN", bc_map | bc_pc); Zeny += rand2(500, 1500)*max(1, @d_mode2); // FIXME: Add a proper reward - maptimer2(.@m$, 100, strnpcinfo(NPC_NAME_UNIQUE)+"::OnBye"); + maptimer2(.@m$, 1000, strnpcinfo(NPC_NAME_UNIQUE)+"::OnBye"); 01871_Demure_BlackBox(); } end; OnBye: Zeny += rand2(100, 300)*max(1, @d_mode2); - warp "018-7-2", 23, 22; + warp "018-7-1", 23, 22; deltimer strnpcinfo(NPC_NAME_UNIQUE)+"::OnBeet"; end; -- cgit v1.2.3-60-g2f50