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