summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-21 21:46:52 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-21 21:46:52 -0300
commitd863373d2048a6ddaee4d086f63e320ee15ce71c (patch)
treee2f74438bfdc1e8d22ff38d973f1474e333836b8
parent394e48e3f2d2ed4675be4b7f3376146fd4a211ef (diff)
downloadserverdata-d863373d2048a6ddaee4d086f63e320ee15ce71c.tar.gz
serverdata-d863373d2048a6ddaee4d086f63e320ee15ce71c.tar.bz2
serverdata-d863373d2048a6ddaee4d086f63e320ee15ce71c.tar.xz
serverdata-d863373d2048a6ddaee4d086f63e320ee15ce71c.zip
TS/BUG 12 fixed
already finish hasan quest but still get this message [22:07] Time left: 3 minutes remaining
-rw-r--r--npc/003-4/sorfina.txt9
1 files changed, 9 insertions, 0 deletions
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)