summaryrefslogtreecommitdiff
path: root/npc/012-2-7
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2-7')
-rw-r--r--npc/012-2-7/_import.txt5
-rw-r--r--npc/012-2-7/_savepoints.txt15
-rw-r--r--npc/012-2-7/_warps.txt3
-rw-r--r--npc/012-2-7/marazor.txt16
4 files changed, 39 insertions, 0 deletions
diff --git a/npc/012-2-7/_import.txt b/npc/012-2-7/_import.txt
new file mode 100644
index 00000000..5224df90
--- /dev/null
+++ b/npc/012-2-7/_import.txt
@@ -0,0 +1,5 @@
+// Map 012-2-7: Small House
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/012-2-7/_savepoints.txt",
+"npc/012-2-7/_warps.txt",
+"npc/012-2-7/marazor.txt",
diff --git a/npc/012-2-7/_savepoints.txt b/npc/012-2-7/_savepoints.txt
new file mode 100644
index 00000000..0230a227
--- /dev/null
+++ b/npc/012-2-7/_savepoints.txt
@@ -0,0 +1,15 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 012-2-7: Small House saves
+012-2-7,26,31,0 script #save_012-2-7_26_31 NPC_SAVE_POINT,0,0,{
+ savepointparticle .map$, .x, .y, NO_INN;
+ close;
+
+OnInit:
+ .distance = 2;
+ .sex = G_OTHER;
+ end;
+
+OnTouch:
+ bedTouch();
+ end;
+}
diff --git a/npc/012-2-7/_warps.txt b/npc/012-2-7/_warps.txt
new file mode 100644
index 00000000..29b5aab2
--- /dev/null
+++ b/npc/012-2-7/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 012-2-7: Small House warps
+012-2-7,30,35,0 warp #012-2-7_30_35 0,0,012-1,51,94
diff --git a/npc/012-2-7/marazor.txt b/npc/012-2-7/marazor.txt
new file mode 100644
index 00000000..9de84bf9
--- /dev/null
+++ b/npc/012-2-7/marazor.txt
@@ -0,0 +1,16 @@
+// The Mana World scripts.
+// Author:
+// Livio
+// Description:
+// Marazor the barber
+// THIS IS A PLACEHOLDER!
+
+012-2-7,33,29,0 script Marazor NPC_GUMI_THE_DYER,{
+ Barber(true);
+
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}