diff options
Diffstat (limited to 'npc/003-1_Beach/_mobs.txt')
-rw-r--r-- | npc/003-1_Beach/_mobs.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/003-1_Beach/_mobs.txt b/npc/003-1_Beach/_mobs.txt new file mode 100644 index 00000000..c7daca33 --- /dev/null +++ b/npc/003-1_Beach/_mobs.txt @@ -0,0 +1,19 @@ +// 003-1 Beach mobs + +003-1.gat,117,48,19,19 monster Black Scorpion 1009,10,0,0,Mob003-1::On1009 +003-1.gat,105,64,19,19 monster Snake 1010,10,0,0,Mob003-1::On1010 + + +003-1.gat,0,0,0 script Mob003-1 -1,{ +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + break; + +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + break; + + end; +} |