summaryrefslogtreecommitdiff
path: root/npc/017-1_Woodland_hills
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-04-02 10:57:56 -0600
committerJared Adams <jaxad0127@gmail.com>2010-04-02 10:59:47 -0600
commit4984f5f96f2c2382dd9eb6ec5032c983040106bd (patch)
tree60cbb6fcdf3200bf02a39c69f8a6d490e4e866d7 /npc/017-1_Woodland_hills
parent20c953c37b6ca28b6308430edc77e9dc0796c66a (diff)
downloadserverdata-4984f5f96f2c2382dd9eb6ec5032c983040106bd.tar.gz
serverdata-4984f5f96f2c2382dd9eb6ec5032c983040106bd.tar.bz2
serverdata-4984f5f96f2c2382dd9eb6ec5032c983040106bd.tar.xz
serverdata-4984f5f96f2c2382dd9eb6ec5032c983040106bd.zip
Add theater map and new cave by poison_ivy
Diffstat (limited to 'npc/017-1_Woodland_hills')
-rw-r--r--npc/017-1_Woodland_hills/_mobs.txt13
-rw-r--r--npc/017-1_Woodland_hills/_warps.txt4
2 files changed, 17 insertions, 0 deletions
diff --git a/npc/017-1_Woodland_hills/_mobs.txt b/npc/017-1_Woodland_hills/_mobs.txt
index e8b7f270..fe695470 100644
--- a/npc/017-1_Woodland_hills/_mobs.txt
+++ b/npc/017-1_Woodland_hills/_mobs.txt
@@ -1,6 +1,9 @@
// 017-1 Woodland hills mobs
017-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob017-1::On1037
+017-1.gat,28,27,19,11 monster GambogeHerb 2033,1,0,25000,Mob017-1::On2033
+017-1.gat,90,23,76,8 monster Loghead 2027,3,5000,60000,Mob017-1::On2027
+017-1.gat,31,47,18,11 monster Loghead 2027,3,5000,60000,Mob017-1::On2027
017-1.gat,0,0,0 script Mob017-1 -1,{
@@ -9,5 +12,15 @@ On1037:
callfunc "MobPoints";
break;
+On2027:
+ set @mobID, 2027;
+ callfunc "MobPoints";
+ break;
+
+On2033:
+ set @mobID, 2033;
+ callfunc "MobPoints";
+ break;
+
end;
}
diff --git a/npc/017-1_Woodland_hills/_warps.txt b/npc/017-1_Woodland_hills/_warps.txt
index 26917709..e1b48f73 100644
--- a/npc/017-1_Woodland_hills/_warps.txt
+++ b/npc/017-1_Woodland_hills/_warps.txt
@@ -1,3 +1,7 @@
// 017-1 Woodland hills warps
017-1.gat,46,105 warp toWoodland 2,-1,013-1.gat,45,22
+017-1.gat,43,32 warp toTheatre -1,-1,017-2.gat,26,28
+017-1.gat,76,31 warp toCave -1,-1,013-3.gat,141,147
+017-1.gat,98,20 warp toCave -1,-1,013-3.gat,173,129
+017-1.gat,97,31 warp toCave -1,-1,013-3.gat,162,168