diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-23 17:21:29 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-23 17:21:29 +0100 |
commit | 63f34d9fc5c4a4f527bc55e37fd78124401033e2 (patch) | |
tree | dc0b572912370ba0c7c3ffd372b345e6ea95d62d /npc/014-3_Cave | |
parent | 781f70b09f66f177cd737e8b98c052623a5da65c (diff) | |
parent | 175d674267356b7d6a915a9912698a9c922f2b17 (diff) | |
download | serverdata-63f34d9fc5c4a4f527bc55e37fd78124401033e2.tar.gz serverdata-63f34d9fc5c4a4f527bc55e37fd78124401033e2.tar.bz2 serverdata-63f34d9fc5c4a4f527bc55e37fd78124401033e2.tar.xz serverdata-63f34d9fc5c4a4f527bc55e37fd78124401033e2.zip |
Merge commit 'map-renaming/master'
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..c9f668ac --- /dev/null +++ b/npc/014-3_Cave/_import.txt @@ -0,0 +1,4 @@ +map: 014-3.gat +npc: npc/014-3_Cave/_mobs.txt +npc: npc/014-3_Cave/_warps.txt +npc: npc/014-3_Cave/monsters.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..2237ea42 --- /dev/null +++ b/npc/014-3_Cave/monsters.txt @@ -0,0 +1,14 @@ +// Map: 014-3 +// This is the caves beneath West Woodland. +// + +014-3.gat,0,0,0,0 monster Bat 1017,50,0,0,Mob30::OnBat + +014-3.gat,0,0,0 script Mob30 -1,{ +OnBat: + set @mobID, 1017; + callfunc "MobPoints"; + break; + + end; +} |