diff options
Diffstat (limited to 'world/map/npc/easter/2012/easter2012config.txt')
-rw-r--r-- | world/map/npc/easter/2012/easter2012config.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/world/map/npc/easter/2012/easter2012config.txt b/world/map/npc/easter/2012/easter2012config.txt new file mode 100644 index 00000000..35483871 --- /dev/null +++ b/world/map/npc/easter/2012/easter2012config.txt @@ -0,0 +1,28 @@ +// 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 accepted 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; +} |