diff options
Diffstat (limited to 'npc/015-1_Woodland')
-rw-r--r-- | npc/015-1_Woodland/_mobs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/015-1_Woodland/_mobs.txt b/npc/015-1_Woodland/_mobs.txt index 6ec8206f..da5ffd9a 100644 --- a/npc/015-1_Woodland/_mobs.txt +++ b/npc/015-1_Woodland/_mobs.txt @@ -1,7 +1,13 @@ // 015-1 Woodland mobs +015-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob015-1::On1037 015-1.gat,0,0,0 script Mob015-1 -1,{ +On1037: + set @mobID, 1037; + callfunc "MobPoints"; + break; + end; } |