diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-30 17:19:55 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-02-02 19:22:47 -0800 |
commit | 045622fa6e515cf403ec710420746a15bcb75562 (patch) | |
tree | 9e95523c2548d3957935c9f267a3b3c09e69e94d /world/map/npc/easter/2012/easterbunny.txt | |
parent | 67ec53b404beae200cebc5331cf4452223628dde (diff) | |
download | serverdata-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/easterbunny.txt')
-rw-r--r-- | world/map/npc/easter/2012/easterbunny.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/world/map/npc/easter/2012/easterbunny.txt b/world/map/npc/easter/2012/easterbunny.txt deleted file mode 100644 index 85767656..00000000 --- a/world/map/npc/easter/2012/easterbunny.txt +++ /dev/null @@ -1,30 +0,0 @@ -// Easter bunny - -021-2.gat,69,55,0|script|Easter Bunny|173,{ - - if (QUEST_Easter12 >= 6) goto L_Easterbunny_Thanks; - if (QUEST_Easter12 < 5) goto L_Easterbunny_Notyet; - - mes "[Easter Bunny]"; - mes "\"Hi " + strcharinfo(0) + "! I was waiting for you. My uncle told me all about the pirates and how you were working really hard to save me. So I decided to give you a gift. You know, such generous and brave actions must be rewarded somehow.\""; - next; - mes "\"Here is what I have for you. I used it to break the lock of door in that basement. It seems to be a very resistant pan, but it can also be used as a hat. Enjoy!\""; - getitem "PanHat", 1; - set QUEST_Easter12, 6; - next; - mes "\"Oh, I forgot to mention. The Chef in Dimond's cove was really interested in this pan when he saw it. I told him it was yours, so you are the one who can decide about this.\""; - next; - mes "\"If I were you I would see what he wants with this pan, maybe you can even get something good out of it.\""; - close; - -L_Easterbunny_Notyet: - mes "[Easter Bunny]"; - mes "\"Hello!\""; - close; - -L_Easterbunny_Thanks: - mes "[Easter Bunny]"; - mes "\"Hello " + strcharinfo(0) + "! Thanks again for all your help."; - mes "I don't remember... did I tell you about the Chef from Dimond's cove? He wanted to ask you something about the pan.\""; - close; -} |