From a26a2f8e7ef8bfaad7f170a42800d54ee96f9da2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jan 2019 07:59:37 -0200 Subject: Ops, what is that? Hasan rewards can only be claimed until 31/Dec? --- npc/003-1/hasan.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index cd066797f..110ef767b 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -100,7 +100,8 @@ L_Complete: } } - if ((season() == WINTER || $@GM_OVERRIDE == 2) && getq(SQuest_Autumn) == gettime(GETTIME_YEAR)) { + .@q=getq(SQuest_Autumn); + if (season() == WINTER && (.@q == gettime(GETTIME_YEAR) || (.@q == gettime(GETTIME_YEAR)-1 && gettime(GETTIME_MONTH) <= MARCH))) { .@p=getq2(SQuest_Autumn)*$HASAN_LT/$HASAN_ST; mesn l("Summary"); mes l("Scorpions killed: @@/@@ scorpions", getq2(SQuest_Autumn), $HASAN_ST); -- cgit v1.2.3-70-g09d2