From 0673c5af641b2745701cda0cb181d750a3ed4562 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Dec 2018 16:02:30 -0200 Subject: Fix moar bugs --- npc/018-2-2/main.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/018-2-2/main.txt') diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index b6e33508e..c9c940c64 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -20,6 +20,7 @@ OnFinish: setq2 LoFQuest_HH, .@g|@HH_LEVEL; dispbottom l("Novice Dungeon cleared!"); getitem HeroCoin, @HH_LEVEL; + getexp 4800-@HH_TIMER, @HH_LEVEL*20; end; OnNoviceBossKilled: @@ -51,8 +52,8 @@ OnMasterBossKilled: // Everytime loop OnPlayerCycle: @HH_TIMER+=1; - // 20 minutes have passed. This should be 40 minutes, but the HH is not finished yet - if (@HH_TIMER >= 2400) { + // 25 minutes have passed and your time is over + if (@HH_TIMER >= 3000) { warp "018-2-1", 0, 0; dispbottom l("You were rescued by DUSTMAN."); end; -- cgit v1.2.3-60-g2f50