diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-26 22:07:59 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-10-18 21:47:21 -0700 |
commit | 235709d0d10c632bef619df6f8d6ea27f5c190ac (patch) | |
tree | 1e9026e23cba5bbc79d3660e9e46ba3dc57c1990 /world/map/npc/006-1/pachua.txt | |
parent | c2f9e626d98b929d81d2dc76ee1094885d801bb1 (diff) | |
download | serverdata-235709d0d10c632bef619df6f8d6ea27f5c190ac.tar.gz serverdata-235709d0d10c632bef619df6f8d6ea27f5c190ac.tar.bz2 serverdata-235709d0d10c632bef619df6f8d6ea27f5c190ac.tar.xz serverdata-235709d0d10c632bef619df6f8d6ea27f5c190ac.zip |
Halloween 2011 Trick-or-Treating
Diffstat (limited to 'world/map/npc/006-1/pachua.txt')
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt index 824bc9b5..941ffa79 100644 --- a/world/map/npc/006-1/pachua.txt +++ b/world/map/npc/006-1/pachua.txt @@ -1,5 +1,4 @@ 006-1.gat,23,100,0|script|Pachua|143,{ - set @LEATHER_PATCH_PRICE, 300; set @wants_leather_patch, QUEST_Forestbow_state & NIBBLE_4_MASK; @@ -16,6 +15,10 @@ // if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 2) goto L_MakeBasket; // if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 3) goto L_SeeBunny; + set @hw2011_npc_id, $@hw2011_npc_pachua; + if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) + goto L_TrickOrTreat; + L_Begin: mes "[Chief Pachua]"; mes ""; @@ -312,4 +315,7 @@ L_SeeBunny: mes "\"You need to return to the Easter Bunny now.\""; next; goto L_Begin; + +L_TrickOrTreat: + callfunc "TrickOrTreat2011"; } |