summaryrefslogtreecommitdiff
path: root/npc/011-4_Lake_cave
diff options
context:
space:
mode:
Diffstat (limited to 'npc/011-4_Lake_cave')
-rw-r--r--npc/011-4_Lake_cave/_import.txt4
-rw-r--r--npc/011-4_Lake_cave/_mobs.txt19
-rw-r--r--npc/011-4_Lake_cave/_warps.txt4
-rw-r--r--npc/011-4_Lake_cave/monsters.txt20
4 files changed, 47 insertions, 0 deletions
diff --git a/npc/011-4_Lake_cave/_import.txt b/npc/011-4_Lake_cave/_import.txt
new file mode 100644
index 00000000..37f9085e
--- /dev/null
+++ b/npc/011-4_Lake_cave/_import.txt
@@ -0,0 +1,4 @@
+map: 011-4.gat
+npc: npc/011-4_Lake_cave/monsters.txt
+npc: npc/011-4_Lake_cave/_warps.txt
+npc: npc/011-4_Lake_cave/_mobs.txt
diff --git a/npc/011-4_Lake_cave/_mobs.txt b/npc/011-4_Lake_cave/_mobs.txt
new file mode 100644
index 00000000..62bb6fb4
--- /dev/null
+++ b/npc/011-4_Lake_cave/_mobs.txt
@@ -0,0 +1,19 @@
+// 011-4 Lake cave mobs
+
+011-4.gat,51,29,39,39 monster Shroom 1019,1,0,0,Mob011-4::On1019
+011-4.gat,93,114,39,39 monster Lamp Snake 1021,1,0,0,Mob011-4::On1021
+
+
+011-4.gat,0,0,0 script Mob011-4 -1,{
+On1019:
+ set @mobID, 1019;
+ callfunc "MobPoints";
+ break;
+
+On1021:
+ set @mobID, 1021;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}
diff --git a/npc/011-4_Lake_cave/_warps.txt b/npc/011-4_Lake_cave/_warps.txt
new file mode 100644
index 00000000..e0fe5a00
--- /dev/null
+++ b/npc/011-4_Lake_cave/_warps.txt
@@ -0,0 +1,4 @@
+// 011-4 Lake cave warps
+
+011-4.gat,73,8 warp ToHermitsCave 0,-1,011-3.gat,31,24
+011-4.gat,129,86 warp ToCaveBeneathHurnscald -1,-1,009-3.gat,21,55
diff --git a/npc/011-4_Lake_cave/monsters.txt b/npc/011-4_Lake_cave/monsters.txt
new file mode 100644
index 00000000..95d09026
--- /dev/null
+++ b/npc/011-4_Lake_cave/monsters.txt
@@ -0,0 +1,20 @@
+// Map: new_17-1
+// This is the Lake Cave, second level of the Hermit's Cave.
+//
+
+new_17-1.gat,0,0,0,0 monster CaveSnake 1021,40,0,0,Mob17::OnCaveSnake
+new_17-1.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob17::OnSpikyMushroom
+
+new_17-1.gat,0,0,0 script Mob17 -1,{
+OnCaveSnake:
+ set @mobID, 1021;
+ callfunc "MobPoints";
+ break;
+
+OnSpikyMushroom:
+ set @mobID, 1019;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}