summaryrefslogtreecommitdiff
path: root/world/map/npc/xmas/2011/entranceHelpers.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-01-30 17:19:55 -0800
committerBen Longbons <b.r.longbons@gmail.com>2014-02-02 19:22:47 -0800
commit045622fa6e515cf403ec710420746a15bcb75562 (patch)
tree9e95523c2548d3957935c9f267a3b3c09e69e94d /world/map/npc/xmas/2011/entranceHelpers.txt
parent67ec53b404beae200cebc5331cf4452223628dde (diff)
downloadserverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.gz
serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.bz2
serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.xz
serverdata-045622fa6e515cf403ec710420746a15bcb75562.zip
Remove disabled magic and old holiday quests
Diffstat (limited to 'world/map/npc/xmas/2011/entranceHelpers.txt')
-rw-r--r--world/map/npc/xmas/2011/entranceHelpers.txt76
1 files changed, 0 insertions, 76 deletions
diff --git a/world/map/npc/xmas/2011/entranceHelpers.txt b/world/map/npc/xmas/2011/entranceHelpers.txt
deleted file mode 100644
index 38ba818c..00000000
--- a/world/map/npc/xmas/2011/entranceHelpers.txt
+++ /dev/null
@@ -1,76 +0,0 @@
-// This file is part of Christmas Event 2011
-// author: Jenalya
-// The NPCs in this file are for background information
-
-030-2.gat,74,29,0|script|Vellamo|328,{
-
- if (!(gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_start_day)
- && !(gettime(7) == ($@xmas2011_year + 1) && gettime(6) == 1 && gettime(5) <= $@xmas2011_reward_end_day))
- goto L_NoEvent;
- if ((gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_reward_start_day)
- || (gettime(7) == ($@xmas2011_year + 1) && gettime(6) == 1 && gettime(5) <= $@xmas2011_reward_end_day))
- goto L_RewardTime;
- mes "[Vellamo]";
- mes "\"Those terrible slimes! It's a disaster!";
- mes "No matter what I do they always come back!\"";
- next;
- mes "\"How am I supposed to work under these conditions!";
- mes "This is unacceptable! Those icky slimes!\"";
- next;
- mes "\"They have occupied the entire basement where all our materials and all the remaining presents are stored.";
- mes "Grrrr.\"";
- mes "He seems too freaked out to have a decent conversation.";
- goto L_Close;
-
-L_NoEvent:
- mes "[Vellamo]";
- mes "\"How did you come in? At this time of the year the door should be locked!\"";
- warp "030-1.gat", 99, 55;
- goto L_Close;
-
-L_RewardTime:
- mes "[Vellamo]";
- mes "\"Those annoying slimes are still there.\"";
- mes "Vellamo seems to be totally overwrought.";
- goto L_Close;
-
-L_Close:
- close;
-}
-
-// welcome Guy
-030-2.gat,87,40,0|script|Valtteri|328,{
-
- if (!(gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_start_day)
- && !(gettime(7) == ($@xmas2011_year + 1) && gettime(6) == 1 && gettime(5) <= $@xmas2011_reward_end_day))
- goto L_NoEvent;
- if ((gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_reward_start_day)
- || (gettime(7) == ($@xmas2011_year + 1) && gettime(6) == 1 && gettime(5) <= $@xmas2011_reward_end_day))
- goto L_RewardTime;
-
- mes "[Valterri]";
- mes "\"Welcome to Santa's house.";
- mes "We're currently busy with the preparations for Christmas, so please don't interrupt the helpers.\"";
- menu
- "Wow, this place looks much smaller from the outside.",-,
- "Thank you.",L_Close;
- mes "[Valterri]";
- mes "\"Isn't it obvious? Magic!";
- mes "Santa is a member of The Sages of Kazei, which is a council of powerful wizards who rule our lands.\"";
- goto L_Close;
-
-L_RewardTime:
- mes "[Valterri]";
- mes "\"Welcome to Santa's house.";
- mes "We just finished the Christmas rush.\"";
- goto L_Close;
-
-L_NoEvent:
- mes "[Valtteri]";
- mes "\"How did you come in? At this time of the year the door should be locked!\"";
- warp "030-1.gat", 99, 55;
- goto L_Close;
-
-L_Close:
- close;
-}