summaryrefslogtreecommitdiff
path: root/npc/018-3_Cave/bookcase.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-23 01:40:56 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-23 01:40:56 +0000
commit175d674267356b7d6a915a9912698a9c922f2b17 (patch)
tree37d9df9e95889f58f822faf13d9a7e65b83c5523 /npc/018-3_Cave/bookcase.txt
parentf8b3d027949a6349b7aee531c0b93459f9937ba4 (diff)
downloadserverdata-175d674267356b7d6a915a9912698a9c922f2b17.tar.gz
serverdata-175d674267356b7d6a915a9912698a9c922f2b17.tar.bz2
serverdata-175d674267356b7d6a915a9912698a9c922f2b17.tar.xz
serverdata-175d674267356b7d6a915a9912698a9c922f2b17.zip
Add demon mask quest, remove some old files, etc
Diffstat (limited to 'npc/018-3_Cave/bookcase.txt')
-rw-r--r--npc/018-3_Cave/bookcase.txt64
1 files changed, 64 insertions, 0 deletions
diff --git a/npc/018-3_Cave/bookcase.txt b/npc/018-3_Cave/bookcase.txt
new file mode 100644
index 00000000..b2e14e41
--- /dev/null
+++ b/npc/018-3_Cave/bookcase.txt
@@ -0,0 +1,64 @@
+//
+
+018-3.gat,75,123,0 script #DemonMineBookcase1 127,{
+ if (QUEST_demon_mines == 0) goto L_Search;
+
+ mes "You see nothing different about the bookcase.";
+ mes "Do you want to search it again anyways?";
+ next;
+ menu
+ "Yes", L_Search,
+ "No", -;
+ close;
+
+L_Search:
+ mes "After searching the bookcase, you were able to find a few pasages that you can read.";
+ next;
+
+ mes "One of the describes an ancient barrier that guards a great treasure.";
+ mes "";
+ mes "To get trough it, you need to consume the soul of a great pumpkin ghost.";
+ next;
+
+ mes "Another passage describes a ritual needed to open a certain cursed chest.";
+ mes "";
+ mes "It looks like a lot of items will be needed.";
+ next;
+
+ mes "The slime of a maggot.";
+ mes "A mushroom, big or small.";
+ mes "The petal of a flower.";
+ next;
+
+ mes "A pearl from the sea.";
+ mes "A spike; the harder, the better.";
+ mes "Some raw wood. One log should do.";
+ next;
+
+ mes "An antenna. Preferably pink.";
+ mes "The tongues of four different snakes.";
+ mes "A key to a treasure chest.";
+ next;
+
+ mes "A pile of ash.";
+ mes "Four different herbs.";
+ mes "A bug, or part of one.";
+ next;
+
+ mes "A lamp for the dark.";
+ mes "Rock and metal, as one.";
+ mes "Three different deaths dealt by three different scorpions.";
+ next;
+
+ mes "The womb that gives birth to butterflies.";
+ mes "The gentle caress of a creature without blemish.";
+ mes "A single piece of darkness.";
+ next;
+
+ mes "And a bottle's worth of water.";
+ mes "";
+ mes "You begin to wonder if you read that list right.";
+ next;
+
+ set QUEST_demon_mines, 1;
+}