From 8117dcb5d9dc35c07579c51907593db137c54beb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 00:55:49 -0300 Subject: gcsantime() to fix santime() loops. Uh... login frequently. --- npc/007-1/dracoula.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/007-1/dracoula.txt') diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt index bd09db34c..a40959df9 100644 --- a/npc/007-1/dracoula.txt +++ b/npc/007-1/dracoula.txt @@ -40,7 +40,7 @@ L_Quest: next; } if (.@q == 0) goto L_Continue; - if (santime() >= getq2(MineQuest_Dracoula) + 60 * 60 * 23) goto L_Repeat; + if (santime() >= getq2(MineQuest_Dracoula) + 60 * 60 * 23 || gcsantime()) goto L_Repeat; mesn; mesq l("But come back in a few hours, I didn't lost all @@!", getitemlink(BatTeeth)); close; -- cgit v1.2.3-60-g2f50