From 235709d0d10c632bef619df6f8d6ea27f5c190ac Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 26 Sep 2011 22:07:59 -0700 Subject: Halloween 2011 Trick-or-Treating --- world/map/npc/021-1/eurni.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'world/map/npc/021-1/eurni.txt') diff --git a/world/map/npc/021-1/eurni.txt b/world/map/npc/021-1/eurni.txt index 014d8d7a..e24e320a 100644 --- a/world/map/npc/021-1/eurni.txt +++ b/world/map/npc/021-1/eurni.txt @@ -1,6 +1,10 @@ // 021-1.gat,141,113,0|script|Eurni|136,{ + set @hw2011_npc_id, $@hw2011_npc_eurni; + if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) + goto L_TrickOrTreat; + if (BaseLevel < 10) goto L_TooYoung; if (zeny < 10000) goto L_NoMoney; @@ -36,4 +40,7 @@ L_NoMoney: mes "[Eurni the Surgeon]"; mes "\"You don't have enough to pay for my services.\""; close; + +L_TrickOrTreat: + callfunc "TrickOrTreat2011"; } -- cgit v1.2.3-70-g09d2