summaryrefslogtreecommitdiff
path: root/world/map/npc/easter/2012/easter2012config.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/easter/2012/easter2012config.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/easter/2012/easter2012config.txt')
-rw-r--r--world/map/npc/easter/2012/easter2012config.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/world/map/npc/easter/2012/easter2012config.txt b/world/map/npc/easter/2012/easter2012config.txt
deleted file mode 100644
index 9d26e765..00000000
--- a/world/map/npc/easter/2012/easter2012config.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-// Easter 2012
-// Storyline conceived by mainly by prsm with suggestions from TheKandiman
-// Scripting by mostly by alastrim
-// Bug fixing and testing by Jenalya
-
-// Variable QUEST_Easter12 values:
-// 1 - Player agree to help uncle bunny (to get pearls, petals and orange cupcakes). (unclebunny.txt)
-// 2 - Player gave the items to uncle bunny. Now he needs to look for Frozenbeard. (unclebunny.txt)
-// 3 - Player found Frozenbeard and got information from him after giving him a black pearl. Now he needs to look for George. (frozenbeard.txt)
-// 4 - Player found George and got information from him about a possible location for the Easter bunny. (george.txt)
-// 5 - Player found the place where the Easter bunny was locked up. (#kidnapperdoor/doors.txt)
-// 6 - Player talked to Easter bunny and received the pan hat as a reward. The bunny told the chef wants to talk to you. (easterbunny.txt)
-// 7 - Player agreed to lend his pan hat to the chef.
-// 8 - Player received a jar of pickled beets from the chef, but the hat is ruined.
-// 9 - The chef offers the player a new hat after he tries to leave the room. (#chefproposition/doors.txt)
-// 10 - Player picks one of the options offered by the chef. (keep the pickled beets or change it for a chef hat)
-// 10 - OR Player got the pickled beets and the pan hat wasn't ruined during the process.
-
--|script|#easter2012config|-1,{
-OnInit:
- set $@easter2012_start_day, 23;
- set $@easter2012_reward_start_day, 8;
- set $@easter2012_reward_end_day, 22;
- set $@easter2012_year, 2012;
- set $@easter2012_pearl_amount, 3;
- set $@easter2012_orangecupcake_amount, 20;
- set $@easter2012_pinkpetal_amount, 5;
-}