From d863373d2048a6ddaee4d086f63e320ee15ce71c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jul 2019 21:46:52 -0300 Subject: TS/BUG 12 fixed already finish hasan quest but still get this message [22:07] Time left: 3 minutes remaining --- npc/003-4/sorfina.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index 3a373d817..5b991cc18 100644 --- a/npc/003-4/sorfina.txt +++ b/npc/003-4/sorfina.txt @@ -112,6 +112,15 @@ OnKillMurderer: end; OnWarn: + /* removed: not in map. You can leave the map. + if (!compare(getmap(), "hasn@")) + end; + */ + // Quest state is invalid + .@q=getq(TulimsharQuest_Hasan); + if (.@q != 3) + end; + .@q3=getq3(TulimsharQuest_Hasan); dispbottom l("Time left: @@ remaining", FuzzyTime(.@q3)); if (.@q3-gettimetick(2) > 60) -- cgit v1.2.3-70-g09d2