From 4984f5f96f2c2382dd9eb6ec5032c983040106bd Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 2 Apr 2010 10:57:56 -0600 Subject: Add theater map and new cave by poison_ivy --- npc/017-1_Woodland_hills/_mobs.txt | 13 +++++++++++++ npc/017-1_Woodland_hills/_warps.txt | 4 ++++ 2 files changed, 17 insertions(+) (limited to 'npc/017-1_Woodland_hills') 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 -- cgit v1.2.3-70-g09d2