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, 0 insertions, 14 deletions
diff --git a/npc/018-2_Woodland_minning_camp/monsters.txt b/npc/018-2_Woodland_minning_camp/monsters.txt deleted file mode 100644 index dab70518..00000000 --- a/npc/018-2_Woodland_minning_camp/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// Map: 018-2 -// This is the Woodland Mines -- level 1. -// - -018-2.gat,114,21,4,3 monster YellowSlime 1007,1,120000,60000,Mob38::OnYellowSlime - -018-2.gat,0,0,0 script Mob38 -1,{ -OnYellowSlime: - set @mobID, 1007; - callfunc "MobPoints"; - break; - - end; -} |