From bae4b92e560c2694eaaf0e8b4d9e95e56204471b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 18 Jun 2011 21:58:47 -0700 Subject: Move to a subdirectory --- npc/011-3/monsters.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 npc/011-3/monsters.txt (limited to 'npc/011-3/monsters.txt') diff --git a/npc/011-3/monsters.txt b/npc/011-3/monsters.txt deleted file mode 100644 index 37da9f40..00000000 --- a/npc/011-3/monsters.txt +++ /dev/null @@ -1,21 +0,0 @@ -// Map: 011-3 -// This is the Hermit's Cave -- level 1. -// - -011-3.gat,0,0,0,0 monster Bat 1017,10,0,0,Mob4::OnBat - -011-3.gat,0,0,0,0 monster SilkWorm 1035,3,60000,30000,Mob4::OnSilkWorm - -011-3.gat,0,0,0 script Mob4 -1,{ -OnBat: - set @mobID, 1017; - callfunc "MobPoints"; - break; - -OnSilkWorm: - set @mobID, 1035; - callfunc "MobPoints"; - break; - - end; -} -- cgit v1.2.3-70-g09d2