diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-24 17:53:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-24 17:53:52 -0300 |
commit | b4639233e51e677f2dac30723c8d505a7c818132 (patch) | |
tree | dd8c5f7367eba5a9401a7a137b5ed66705733265 /npc/018-7-1/demure.txt | |
parent | d1de48ff1f8e3f9b30cc1fa6e785c4883e6884f1 (diff) | |
download | serverdata-b4639233e51e677f2dac30723c8d505a7c818132.tar.gz serverdata-b4639233e51e677f2dac30723c8d505a7c818132.tar.bz2 serverdata-b4639233e51e677f2dac30723c8d505a7c818132.tar.xz serverdata-b4639233e51e677f2dac30723c8d505a7c818132.zip |
Fix remaining bugs, except the ones patched with duct tape ofcr13.5_20210724
Diffstat (limited to 'npc/018-7-1/demure.txt')
-rw-r--r-- | npc/018-7-1/demure.txt | 4 |
1 files 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; |