summaryrefslogtreecommitdiff
path: root/npc/008-2-17
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-17')
-rw-r--r--npc/008-2-17/_import.txt5
-rw-r--r--npc/008-2-17/_warps.txt5
-rw-r--r--npc/008-2-17/angus.txt19
-rw-r--r--npc/008-2-17/caul.txt19
4 files changed, 0 insertions, 48 deletions
diff --git a/npc/008-2-17/_import.txt b/npc/008-2-17/_import.txt
deleted file mode 100644
index 854dad03..00000000
--- a/npc/008-2-17/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// Map 008-2-17: Mining Camp
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/008-2-17/_warps.txt",
-"npc/008-2-17/angus.txt",
-"npc/008-2-17/caul.txt",
diff --git a/npc/008-2-17/_warps.txt b/npc/008-2-17/_warps.txt
deleted file mode 100644
index 1010521a..00000000
--- a/npc/008-2-17/_warps.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Map 008-2-17: Mining Camp warps
-008-2-17,52,40,0 warp #008-2-17_52_40 0,0,008-1,236,40
-008-2-17,25,39,0 warp #008-2-17_25_39 1,0,008-2-18,22,24
-008-2-17,24,34,0 warp #008-2-17_24_34 0,0,008-2-19,20,29
diff --git a/npc/008-2-17/angus.txt b/npc/008-2-17/angus.txt
deleted file mode 100644
index b51f1dcd..00000000
--- a/npc/008-2-17/angus.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Micksha
-// Description:
-// Angus the Smith.
-// THIS IS A PLACEHOLDER!
-
-008-2-17,34,47,0 script Angus NPC_ANGUS_THE_SMITH,{
- speech
- l("Hello."),
- l("Do you need your pickaxe or your shovel fixed? Then I am your man."),
- l("If you want to play with unicorns, you better piss off now.");
-
- close;
-
-OnInit:
- .distance = 4;
- end;
-}
diff --git a/npc/008-2-17/caul.txt b/npc/008-2-17/caul.txt
deleted file mode 100644
index 00515a89..00000000
--- a/npc/008-2-17/caul.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Micksha
-// Description:
-// Caul the Alchemist.
-// THIS IS A PLACEHOLDER!
-
-008-2-17,40,33,0 script Caul NPC_CAUL,{
- speech
- l("Hi there."),
- l("Don't you like the smoke, when there is a nice fire beneath a cauldron?"),
- l("Honestly, sometimes I prefer nice explosions. Better keep back!");
-
- close;
-
-OnInit:
- .distance = 4;
- end;
-}