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