diff options
Diffstat (limited to 'npc/010-1_Woodland/_mobs.txt')
-rw-r--r-- | npc/010-1_Woodland/_mobs.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/010-1_Woodland/_mobs.txt b/npc/010-1_Woodland/_mobs.txt new file mode 100644 index 00000000..c4b359db --- /dev/null +++ b/npc/010-1_Woodland/_mobs.txt @@ -0,0 +1,19 @@ +// 010-1 Woodland mobs + +010-1.gat,82,63,19,19 monster Scorpion 1003,1,0,0,Mob010-1::On1003 +010-1.gat,49,71,31,19 monster Shroom 1019,1,0,0,Mob010-1::On1019 + + +010-1.gat,0,0,0 script Mob010-1 -1,{ +On1003: + set @mobID, 1003; + callfunc "MobPoints"; + break; + +On1019: + set @mobID, 1019; + callfunc "MobPoints"; + break; + + end; +} |