diff options
Diffstat (limited to 'world/map/npc/006-1/pachua.txt')
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt index 6f25c42b..95a43aae 100644 --- a/world/map/npc/006-1/pachua.txt +++ b/world/map/npc/006-1/pachua.txt @@ -2,6 +2,12 @@ set @LEATHER_PATCH_PRICE, 300; set @wants_leather_patch, QUEST_Forestbow_state & NIBBLE_4_MASK; + if ((gettime(5) >= $@xmas2011_start_day) && (gettime(5) < $@xmas2011_reward_start_day) && (gettime(6) == 12) && (gettime(7) == $@xmas2011_year)) + set @wants_leather_patch, @wants_leather_patch | (xmas11 & $@xmas11_talkedToChief); + + set $@xmas2011_start_day, 10; + set $@xmas2011_reward_start_day, 25; + // lines belong to easter 2011: // set @month, 4; // set @start_day, 15; |