From 39f057715e207488c42443e63e4799067009d240 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 29 Apr 2011 18:34:00 +0200 Subject: Remove Easter 2011 --- npc/024-1_Tulimshar_Canyon/eomie.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'npc/024-1_Tulimshar_Canyon/eomie.txt') diff --git a/npc/024-1_Tulimshar_Canyon/eomie.txt b/npc/024-1_Tulimshar_Canyon/eomie.txt index fb91b07b..f2b716ac 100644 --- a/npc/024-1_Tulimshar_Canyon/eomie.txt +++ b/npc/024-1_Tulimshar_Canyon/eomie.txt @@ -2,13 +2,14 @@ 024-1.gat,72,94,0 script Eomie 164,{ - set @month, 4; - set @start_day, 15; - set @end_day, 30; +// 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 == 4) goto L_Grass; - if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 5) goto L_MakeGrass; - if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 6) goto L_SeeBunny; +// if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 4) goto L_Grass; +// if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 5) goto L_MakeGrass; +// if (gettime(6) == @month && gettime(5) >= @start_day && gettime(5) <= @end_day && QUEST_Easter11 == 6) goto L_SeeBunny; L_Greeting: mes "[Eomie]"; -- cgit v1.2.3-60-g2f50