From 3d0823d5c9b56be5c3892c0a4e717f961cb93e69 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 1 Jun 2011 15:27:26 -0600 Subject: Change the Converter to use different folder names And update everything to use it. --- npc/014-3_Cave/_import.txt | 5 ----- npc/014-3_Cave/_mobs.txt | 8 -------- npc/014-3_Cave/_warps.txt | 7 ------- npc/014-3_Cave/monsters.txt | 14 -------------- 4 files changed, 34 deletions(-) delete mode 100644 npc/014-3_Cave/_import.txt delete mode 100644 npc/014-3_Cave/_mobs.txt delete mode 100644 npc/014-3_Cave/_warps.txt delete mode 100644 npc/014-3_Cave/monsters.txt (limited to 'npc/014-3_Cave') diff --git a/npc/014-3_Cave/_import.txt b/npc/014-3_Cave/_import.txt deleted file mode 100644 index 6b15d275..00000000 --- a/npc/014-3_Cave/_import.txt +++ /dev/null @@ -1,5 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 014-3.gat -npc: npc/014-3_Cave/_mobs.txt -npc: npc/014-3_Cave/_warps.txt -npc: npc/014-3_Cave/monsters.txt diff --git a/npc/014-3_Cave/_mobs.txt b/npc/014-3_Cave/_mobs.txt deleted file mode 100644 index c8452fdd..00000000 --- a/npc/014-3_Cave/_mobs.txt +++ /dev/null @@ -1,8 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 014-3 Cave mobs - - - -014-3.gat,0,0,0 script Mob014-3 -1,{ - end; -} diff --git a/npc/014-3_Cave/_warps.txt b/npc/014-3_Cave/_warps.txt deleted file mode 100644 index 73a05160..00000000 --- a/npc/014-3_Cave/_warps.txt +++ /dev/null @@ -1,7 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 014-3 Cave warps - -014-3.gat,35,32 warp ToOutside -1,-1,014-1.gat,76,39 -014-3.gat,57,173 warp ToOutside 0,-1,014-1.gat,93,59 -014-3.gat,91,108 warp ToCave -1,-1,014-3.gat,103,53 -014-3.gat,103,54 warp ToCave -1,-1,014-3.gat,91,109 diff --git a/npc/014-3_Cave/monsters.txt b/npc/014-3_Cave/monsters.txt deleted file mode 100644 index 2237ea42..00000000 --- a/npc/014-3_Cave/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// Map: 014-3 -// This is the caves beneath West Woodland. -// - -014-3.gat,0,0,0,0 monster Bat 1017,50,0,0,Mob30::OnBat - -014-3.gat,0,0,0 script Mob30 -1,{ -OnBat: - set @mobID, 1017; - callfunc "MobPoints"; - break; - - end; -} -- cgit v1.2.3-70-g09d2