From 167ec30542c137a3b9923a0998c02fbbf89dfa89 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 22 Nov 2008 20:58:00 +0000 Subject: Add some missing files And some that aren't finished yet --- npc/013-3_Cave/barrier.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 npc/013-3_Cave/barrier.txt (limited to 'npc/013-3_Cave/barrier.txt') diff --git a/npc/013-3_Cave/barrier.txt b/npc/013-3_Cave/barrier.txt new file mode 100644 index 00000000..07f7a12b --- /dev/null +++ b/npc/013-3_Cave/barrier.txt @@ -0,0 +1,17 @@ +// + +013-3.gat,71,21 script #DemonMineBarrier1 127,1,1,{ + if (QUEST_demon_mines >= 2) quit; + + if (QUEST_demon_mines == 1 && countitem(1198) >= 1) goto L_Has_Jack_O_Soul; + + mes "The barrier around the opening pushes you bach as you approach."; + + warp "013-3.gat", 71, 38; + quit; + +L_Has_Jack_O_Soul: + mes "The barrier around the opening allows you passage."; + set QUEST_demon_mines, 2; + delitem 1198, 1; +} -- cgit v1.2.3-60-g2f50