summaryrefslogtreecommitdiff
path: root/npc/010-2_Dimonds_Cove/chef.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-04-29 18:34:00 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-29 22:00:00 +0200
commit39f057715e207488c42443e63e4799067009d240 (patch)
tree4a047315137022a53e00752eb6381641a62b9142 /npc/010-2_Dimonds_Cove/chef.txt
parented63a1353c982694e93721575f578bc70b2b75fe (diff)
downloadserverdata-39f057715e207488c42443e63e4799067009d240.tar.gz
serverdata-39f057715e207488c42443e63e4799067009d240.tar.bz2
serverdata-39f057715e207488c42443e63e4799067009d240.tar.xz
serverdata-39f057715e207488c42443e63e4799067009d240.zip
Remove Easter 2011
Diffstat (limited to 'npc/010-2_Dimonds_Cove/chef.txt')
-rw-r--r--npc/010-2_Dimonds_Cove/chef.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/010-2_Dimonds_Cove/chef.txt b/npc/010-2_Dimonds_Cove/chef.txt
index 120e5a25..3d759005 100644
--- a/npc/010-2_Dimonds_Cove/chef.txt
+++ b/npc/010-2_Dimonds_Cove/chef.txt
@@ -1,12 +1,13 @@
010-2.gat,33,25,0 script Chef 148,{
- set @month, 4;
- set @start_day, 15;
- set @end_day, 30;
-
- if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 7) goto L_JellyBean;
- if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 8) goto L_MakeJellyBean;
- if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 9) goto L_SeeBunny;
+// lines belong to easter 2011:
+// set @month, 4;
+// set @start_day, 15;
+// set @end_day, 30;
+
+// if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 7) goto L_JellyBean;
+// if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 8) goto L_MakeJellyBean;
+// if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 9) goto L_SeeBunny;
L_Begin:
mes "[Chef]";