summaryrefslogtreecommitdiff
path: root/npc/020-2-8
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-8')
-rw-r--r--npc/020-2-8/_import.txt5
-rw-r--r--npc/020-2-8/_warps.txt3
-rw-r--r--npc/020-2-8/heathin.txt19
-rw-r--r--npc/020-2-8/jhedia.txt19
4 files changed, 0 insertions, 46 deletions
diff --git a/npc/020-2-8/_import.txt b/npc/020-2-8/_import.txt
deleted file mode 100644
index d7122dcb..00000000
--- a/npc/020-2-8/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// Map 020-2-8: Tulimshar Blacksmith
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/020-2-8/_warps.txt",
-"npc/020-2-8/heathin.txt",
-"npc/020-2-8/jhedia.txt",
diff --git a/npc/020-2-8/_warps.txt b/npc/020-2-8/_warps.txt
deleted file mode 100644
index 1a0eaf03..00000000
--- a/npc/020-2-8/_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 020-2-8: Tulimshar Blacksmith warps
-020-2-8,35,33,0 warp #020-2-8_35_33 0,0,020-1,292,131
diff --git a/npc/020-2-8/heathin.txt b/npc/020-2-8/heathin.txt
deleted file mode 100644
index 4880313e..00000000
--- a/npc/020-2-8/heathin.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Heathin, Tulimshar's smith.
-// THIS IS A PLACEHOLDER!
-
-020-2-8,36,23,0 script Heathin NPC_ANGUS_THE_SMITH,{
- speech
- l("Hi there."),
- l("Looks like someone ran out of ideas for placeholder NPCs."),
- l("So if you want, you can bring me a hammer."),
- l("Whatever.");
- close;
-
-OnInit:
- .distance = 2;
- end;
-}
diff --git a/npc/020-2-8/jhedia.txt b/npc/020-2-8/jhedia.txt
deleted file mode 100644
index ee412001..00000000
--- a/npc/020-2-8/jhedia.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Micksha
-// Description:
-// Jhedia, Apprentice of Tulimshar's smith Heathin.
-// THIS IS A PLACEHOLDER!
-
-020-2-8,42,24,0 script Jhedia NPC_YOUNG_MAN_IN_PINK,{
- speech
- l("Hi there."),
- l("Looks like someone ran out of ideas for placeholder NPCs."),
- l("So if you want, you can bring Heathin a hammer."),
- l("Whatever.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}