diff options
Diffstat (limited to 'npc/013-3_Cave')
-rw-r--r-- | npc/013-3_Cave/_import.txt | 4 | ||||
-rw-r--r-- | npc/013-3_Cave/barrier.txt | 17 | ||||
-rw-r--r-- | npc/013-3_Cave/bookcase.txt | 0 | ||||
-rw-r--r-- | npc/013-3_Cave/mask_chest.txt | 5 | ||||
-rw-r--r-- | npc/013-3_Cave/misc.txt | 0 | ||||
-rw-r--r-- | npc/013-3_Cave/sword_chest.txt | 0 |
6 files changed, 26 insertions, 0 deletions
diff --git a/npc/013-3_Cave/_import.txt b/npc/013-3_Cave/_import.txt index 83f4256e..e4208f4f 100644 --- a/npc/013-3_Cave/_import.txt +++ b/npc/013-3_Cave/_import.txt @@ -1,3 +1,7 @@ map: 013-3.gat +npc: npc/013-3_Cave/barrier.txt +npc: npc/013-3_Cave/misc.txt npc: npc/013-3_Cave/_warps.txt npc: npc/013-3_Cave/_mobs.txt +npc: npc/013-3_Cave/mask_chest.txt +npc: npc/013-3_Cave/sword_chest.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; +} diff --git a/npc/013-3_Cave/bookcase.txt b/npc/013-3_Cave/bookcase.txt new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/npc/013-3_Cave/bookcase.txt diff --git a/npc/013-3_Cave/mask_chest.txt b/npc/013-3_Cave/mask_chest.txt new file mode 100644 index 00000000..1fdb6559 --- /dev/null +++ b/npc/013-3_Cave/mask_chest.txt @@ -0,0 +1,5 @@ +// + +013-3.gat,28,27 script Chest#DemonMask ,{ + +} diff --git a/npc/013-3_Cave/misc.txt b/npc/013-3_Cave/misc.txt new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/npc/013-3_Cave/misc.txt diff --git a/npc/013-3_Cave/sword_chest.txt b/npc/013-3_Cave/sword_chest.txt new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/npc/013-3_Cave/sword_chest.txt |