diff options
Diffstat (limited to 'npc/007-1_Woodland/_mobs.txt')
-rw-r--r-- | npc/007-1_Woodland/_mobs.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/007-1_Woodland/_mobs.txt b/npc/007-1_Woodland/_mobs.txt new file mode 100644 index 00000000..b4653078 --- /dev/null +++ b/npc/007-1_Woodland/_mobs.txt @@ -0,0 +1,19 @@ +// 007-1 Woodland mobs + +007-1.gat,119,66,9,9 monster Fluffy 1020,1,0,0,Mob007-1::On1020 +007-1.gat,96,35,9,9 monster Sleep Flower 1014,1,0,0,Mob007-1::On1014 + + +007-1.gat,0,0,0 script Mob007-1 -1,{ +On1014: + set @mobID, 1014; + callfunc "MobPoints"; + break; + +On1020: + set @mobID, 1020; + callfunc "MobPoints"; + break; + + end; +} |