diff options
Diffstat (limited to 'npc/018-2_Woodland_minning_camp/monsters.txt')
-rw-r--r-- | npc/018-2_Woodland_minning_camp/monsters.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/018-2_Woodland_minning_camp/monsters.txt b/npc/018-2_Woodland_minning_camp/monsters.txt new file mode 100644 index 00000000..7eb44908 --- /dev/null +++ b/npc/018-2_Woodland_minning_camp/monsters.txt @@ -0,0 +1,14 @@ +// Map: new_38-1 +// This is the Woodland Mines -- level 1. +// + +new_38-1.gat,114,21,4,3 monster YellowSlime 1007,1,120000,60000,Mob38::OnYellowSlime + +new_38-1.gat,0,0,0 script Mob38 -1,{ +OnYellowSlime: + set @mobID, 1007; + callfunc "MobPoints"; + break; + + end; +} |