diff options
Diffstat (limited to 'npc/002-1_Sandstorm/_mobs.txt')
-rw-r--r-- | npc/002-1_Sandstorm/_mobs.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/002-1_Sandstorm/_mobs.txt b/npc/002-1_Sandstorm/_mobs.txt new file mode 100644 index 00000000..2ef2a902 --- /dev/null +++ b/npc/002-1_Sandstorm/_mobs.txt @@ -0,0 +1,13 @@ +// 002-1 Sandstorm mobs + +002-1.gat,0,0,0,0 monster Maggot 1002,20,1000,500,Mob002-1::On1002 + + +002-1.gat,0,0,0 script Mob002-1 -1,{ +On1002: + set @mobID, 1002; + callfunc "MobPoints"; + break; + + end; +} |