diff options
Diffstat (limited to 'npc/002-2/_mobs.txt')
-rw-r--r-- | npc/002-2/_mobs.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/002-2/_mobs.txt b/npc/002-2/_mobs.txt new file mode 100644 index 00000000..a505cef4 --- /dev/null +++ b/npc/002-2/_mobs.txt @@ -0,0 +1,19 @@ +// 002-2 mobs + +002-2.gat,38,38,9,9 monster Red Slime 1008,1,0,0,Mob002-2::On1008 +002-2.gat,82,92,9,9 monster Black Scorpion 1009,1,0,0,Mob002-2::On1009 + + +002-2.gat,0,0,0 script Mob002-2 -1,{ +On1008: + set @mobID, 1008; + callfunc "MobPoints"; + break; + +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + break; + + end; +} |