diff options
Diffstat (limited to 'npc/014-3_Cave')
-rw-r--r-- | npc/014-3_Cave/_import.txt | 4 | ||||
-rw-r--r-- | npc/014-3_Cave/_mobs.txt | 7 | ||||
-rw-r--r-- | npc/014-3_Cave/_warps.txt | 6 | ||||
-rw-r--r-- | npc/014-3_Cave/monsters.txt | 14 |
4 files changed, 31 insertions, 0 deletions
diff --git a/npc/014-3_Cave/_import.txt b/npc/014-3_Cave/_import.txt new file mode 100644 index 00000000..f18b6e02 --- /dev/null +++ b/npc/014-3_Cave/_import.txt @@ -0,0 +1,4 @@ +map: 014-3.gat +npc: npc/014-3_Cave/monsters.txt +npc: npc/014-3_Cave/_warps.txt +npc: npc/014-3_Cave/_mobs.txt diff --git a/npc/014-3_Cave/_mobs.txt b/npc/014-3_Cave/_mobs.txt new file mode 100644 index 00000000..417a4ef0 --- /dev/null +++ b/npc/014-3_Cave/_mobs.txt @@ -0,0 +1,7 @@ +// 014-3 Cave mobs + + + +014-3.gat,0,0,0 script Mob014-3 -1,{ + end; +} diff --git a/npc/014-3_Cave/_warps.txt b/npc/014-3_Cave/_warps.txt new file mode 100644 index 00000000..39704f98 --- /dev/null +++ b/npc/014-3_Cave/_warps.txt @@ -0,0 +1,6 @@ +// 014-3 Cave warps + +014-3.gat,35,32 warp ToOutside -1,-1,014-1.gat,76,39 +014-3.gat,57,173 warp ToOutside 0,-1,014-1.gat,93,59 +014-3.gat,91,108 warp ToCave -1,-1,014-3.gat,103,53 +014-3.gat,103,54 warp ToCave -1,-1,014-3.gat,91,109 diff --git a/npc/014-3_Cave/monsters.txt b/npc/014-3_Cave/monsters.txt new file mode 100644 index 00000000..b0620568 --- /dev/null +++ b/npc/014-3_Cave/monsters.txt @@ -0,0 +1,14 @@ +// Map: new_30-1 +// This is the caves beneath West Woodland. +// + +new_30-1.gat,0,0,0,0 monster Bat 1017,50,0,0,Mob30::OnBat + +new_30-1.gat,0,0,0 script Mob30 -1,{ +OnBat: + set @mobID, 1017; + callfunc "MobPoints"; + break; + + end; +} |