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, 48 insertions, 0 deletions
diff --git a/npc/008-2-17/_import.txt b/npc/008-2-17/_import.txt
new file mode 100644
index 00000000..854dad03
--- /dev/null
+++ b/npc/008-2-17/_import.txt
@@ -0,0 +1,5 @@
+// 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
new file mode 100644
index 00000000..1010521a
--- /dev/null
+++ b/npc/008-2-17/_warps.txt
@@ -0,0 +1,5 @@
+// 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
new file mode 100644
index 00000000..b51f1dcd
--- /dev/null
+++ b/npc/008-2-17/angus.txt
@@ -0,0 +1,19 @@
+// 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
new file mode 100644
index 00000000..00515a89
--- /dev/null
+++ b/npc/008-2-17/caul.txt
@@ -0,0 +1,19 @@
+// 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;
+}