summaryrefslogtreecommitdiff
path: root/npc/017-1_Woodland_hills
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-21 13:12:17 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-21 13:12:17 -0600
commit98a22dcc4e38a1b32c9fa671ed3f6690995e8229 (patch)
tree55b3352aedbc0cdce7cb0c26a29f1102ab00be15 /npc/017-1_Woodland_hills
parentb1a467259dc2a01eac243a73574ff5abcbc69390 (diff)
downloadserverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.gz
serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.bz2
serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.xz
serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.zip
Add clover patches to woodland maps
Also add flowers to hurnscald and adjust the old woman to talk about them.
Diffstat (limited to 'npc/017-1_Woodland_hills')
-rw-r--r--npc/017-1_Woodland_hills/_mobs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/017-1_Woodland_hills/_mobs.txt b/npc/017-1_Woodland_hills/_mobs.txt
index c14e5e2f..e8b7f270 100644
--- a/npc/017-1_Woodland_hills/_mobs.txt
+++ b/npc/017-1_Woodland_hills/_mobs.txt
@@ -1,7 +1,13 @@
// 017-1 Woodland hills mobs
+017-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob017-1::On1037
017-1.gat,0,0,0 script Mob017-1 -1,{
+On1037:
+ set @mobID, 1037;
+ callfunc "MobPoints";
+ break;
+
end;
}