summaryrefslogtreecommitdiff
path: root/npc/020-2-5
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-5')
-rw-r--r--npc/020-2-5/_import.txt5
-rw-r--r--npc/020-2-5/_warps.txt5
-rw-r--r--npc/020-2-5/dausen.txt19
-rw-r--r--npc/020-2-5/filipa.txt19
4 files changed, 0 insertions, 48 deletions
diff --git a/npc/020-2-5/_import.txt b/npc/020-2-5/_import.txt
deleted file mode 100644
index e7e9087c..00000000
--- a/npc/020-2-5/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// Map 020-2-5: Legion Castle
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/020-2-5/_warps.txt",
-"npc/020-2-5/dausen.txt",
-"npc/020-2-5/filipa.txt",
diff --git a/npc/020-2-5/_warps.txt b/npc/020-2-5/_warps.txt
deleted file mode 100644
index de006eac..00000000
--- a/npc/020-2-5/_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 020-2-5: Legion Castle warps
-020-2-5,34,31,0 warp #020-2-5_34_31 0,0,020-1,281,86
-020-2-5,45,38,0 warp #020-2-5_45_38 0,0,020-1,291,89
-020-2-5,46,21,0 warp #020-2-5_46_21 2,0,020-2-6,36,28
diff --git a/npc/020-2-5/dausen.txt b/npc/020-2-5/dausen.txt
deleted file mode 100644
index 1354b636..00000000
--- a/npc/020-2-5/dausen.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Dausen, the Legion Lieutenant inside Legion HQ in Tulim.
-// THIS IS A PLACEHOLDER!
-
-020-2-5,40,23,0 script Dausen NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION,{
- speech
- l("Hi there. I am lieutenant Dausen."),
- l("Red Sands desert is dangerous at the moment, so we sealed it off."),
- l("The mines are also on the risk of collapsing, so the workers had to be evacuated as well."),
- l("I fear for the future of this town...");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}
diff --git a/npc/020-2-5/filipa.txt b/npc/020-2-5/filipa.txt
deleted file mode 100644
index cbdd40e5..00000000
--- a/npc/020-2-5/filipa.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Filipa, a Legion Guard inside Legion HQ in Tulim.
-// THIS IS A PLACEHOLDER!
-
-020-2-5,47,28,0 script Filipa NPC_RAIJIN_FEMALE_LEGION_ARTIS,{
- speech
- l("Hi there."),
- l("This is no place for you, get moving!"),
- l("If you want, you can hunt something, or cook something, or craft something."),
- l("Whatever, just get out of here already!");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}