diff options
Diffstat (limited to 'npc/001-3/monsters.txt')
-rw-r--r-- | npc/001-3/monsters.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/001-3/monsters.txt b/npc/001-3/monsters.txt new file mode 100644 index 00000000..04e6b11d --- /dev/null +++ b/npc/001-3/monsters.txt @@ -0,0 +1,14 @@ +// Map: 001-3 +// This is the Tulimshar Arena -- below Tulimshar. +// + +001-3.gat,0,0,0,0 monster Maggot 1002,10,0,0,Mob6::OnMaggot + +001-3.gat,0,0,0 script Mob6 -1,{ +OnMaggot: + set @mobID, 1002; + callfunc "MobPoints"; + break; + + end; +}
\ No newline at end of file |