From 27f511b0b6bc032d509e5e87ff37d979088d077f Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Fri, 15 Feb 2013 16:48:46 +0100 Subject: Halloween quest: reset the player's quest progress on the current year when the quest was unfinished the previous year. --- world/map/npc/011-1/oscar.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'world/map') 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; -- cgit v1.2.3-60-g2f50