summaryrefslogtreecommitdiff
path: root/npc/016-1_Woodland/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/016-1_Woodland/_mobs.txt')
-rw-r--r--npc/016-1_Woodland/_mobs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/016-1_Woodland/_mobs.txt b/npc/016-1_Woodland/_mobs.txt
index dd0a4eca..54580a42 100644
--- a/npc/016-1_Woodland/_mobs.txt
+++ b/npc/016-1_Woodland/_mobs.txt
@@ -1,7 +1,13 @@
// 016-1 Woodland mobs
+016-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob016-1::On1037
016-1.gat,0,0,0 script Mob016-1 -1,{
+On1037:
+ set @mobID, 1037;
+ callfunc "MobPoints";
+ break;
+
end;
}