diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-10 07:59:37 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-10 07:59:37 -0200 |
commit | a26a2f8e7ef8bfaad7f170a42800d54ee96f9da2 (patch) | |
tree | 6bde2418b7fb5aee30140dceb3da3561135e91b9 /npc/003-1/hasan.txt | |
parent | 424aa32c75b85d8291e32780f865e0b5462cfa32 (diff) | |
download | serverdata-a26a2f8e7ef8bfaad7f170a42800d54ee96f9da2.tar.gz serverdata-a26a2f8e7ef8bfaad7f170a42800d54ee96f9da2.tar.bz2 serverdata-a26a2f8e7ef8bfaad7f170a42800d54ee96f9da2.tar.xz serverdata-a26a2f8e7ef8bfaad7f170a42800d54ee96f9da2.zip |
Ops, what is that? Hasan rewards can only be claimed until 31/Dec?
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r-- | npc/003-1/hasan.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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); |