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, 0 insertions, 39 deletions
diff --git a/npc/012-2-7/_import.txt b/npc/012-2-7/_import.txt
deleted file mode 100644
index 5224df90..00000000
--- a/npc/012-2-7/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// 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
deleted file mode 100644
index 0230a227..00000000
--- a/npc/012-2-7/_savepoints.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-// 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
deleted file mode 100644
index 29b5aab2..00000000
--- a/npc/012-2-7/_warps.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-// 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
deleted file mode 100644
index 9de84bf9..00000000
--- a/npc/012-2-7/marazor.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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;
-}