diff options
Diffstat (limited to 'npc/new_38-1-woodland-mine/monsters.txt')
-rw-r--r-- | npc/new_38-1-woodland-mine/monsters.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/new_38-1-woodland-mine/monsters.txt b/npc/new_38-1-woodland-mine/monsters.txt deleted file mode 100644 index 7eb44908..00000000 --- a/npc/new_38-1-woodland-mine/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// 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; -} |