summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2013-02-15 16:48:46 +0100
committerVincent Petithory <vincent.petithory@gmail.com>2013-02-15 16:48:46 +0100
commit27f511b0b6bc032d509e5e87ff37d979088d077f (patch)
tree78d3abdf719eb23bfd6df7734f3affd1ed6d52c3
parentb6d48344c2c1b7fc2c785389de1f9caabe1ddb9e (diff)
downloadserverdata-27f511b0b6bc032d509e5e87ff37d979088d077f.tar.gz
serverdata-27f511b0b6bc032d509e5e87ff37d979088d077f.tar.bz2
serverdata-27f511b0b6bc032d509e5e87ff37d979088d077f.tar.xz
serverdata-27f511b0b6bc032d509e5e87ff37d979088d077f.zip
Halloween quest: reset the player's quest progress on the current year when the quest was unfinished the previous year.
-rw-r--r--world/map/npc/011-1/oscar.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/011-1/oscar.txt b/world/map/npc/011-1/oscar.txt
index 8babc2ec..53a79f70 100644
--- a/world/map/npc/011-1/oscar.txt
+++ b/world/map/npc/011-1/oscar.txt
@@ -43,6 +43,7 @@ function|script|HalloweenQuestWaterPumpkins|{
goto L_Init;
L_AdjustYear:
+ set Quest_Halloween, 0;
set @halloween_year, gettime(7) - 2000;
callsub S_Update_Annual_Quest;
goto L_Init;