diff options
Diffstat (limited to 'npc/new_14-1-south-woodland')
-rw-r--r-- | npc/new_14-1-south-woodland/monsters.txt | 40 | ||||
-rw-r--r-- | npc/new_14-1-south-woodland/passages.txt | 4 |
2 files changed, 0 insertions, 44 deletions
diff --git a/npc/new_14-1-south-woodland/monsters.txt b/npc/new_14-1-south-woodland/monsters.txt deleted file mode 100644 index f371e497..00000000 --- a/npc/new_14-1-south-woodland/monsters.txt +++ /dev/null @@ -1,40 +0,0 @@ -// Map: new_14-1 -// This is South Woodland. -// - -new_14-1.gat,0,0,0,0 monster Scorpion 1003,50,0,0,Mob14::OnScorpion -new_14-1.gat,0,0,0,0 monster SpikyMushroom 1019,50,0,0,Mob14::OnSpikyMushroom -new_14-1.gat,0,0,0,0 monster LogHead 1025,50,0,0,Mob14::OnLogHead - -new_14-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob14::OnCobalt - -new_14-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob14::OnSilkWorm - -new_14-1.gat,0,0,0 script Mob14 -1,{ -OnScorpion: - set @mobID, 1003; - callfunc "MobPoints"; - break; - -OnSpikyMushroom: - set @mobID, 1019; - callfunc "MobPoints"; - break; - -OnLogHead: - set @mobID, 1025; - callfunc "MobPoints"; - break; - -OnCobalt: - set @mobID, 1030; - callfunc "MobPoints"; - break; - -OnSilkWorm: - set @mobID, 1035; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/new_14-1-south-woodland/passages.txt b/npc/new_14-1-south-woodland/passages.txt deleted file mode 100644 index 787de46c..00000000 --- a/npc/new_14-1-south-woodland/passages.txt +++ /dev/null @@ -1,4 +0,0 @@ -new_14-1.gat,131,53 warp tofield 2,2,new_16-1.gat,25,53 -new_14-1.gat,48,23 warp tofield 1,1,new_9-1.gat,46,99 -new_14-1.gat,14,54 warp tomap31 0,2,new_31-1.gat,92,54 -new_14-1.gat,55,104 warp tomap32 3,1,new_32-1.gat,56,21
\ No newline at end of file |