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, 48 insertions, 0 deletions
diff --git a/npc/020-2-5/_import.txt b/npc/020-2-5/_import.txt
new file mode 100644
index 00000000..e7e9087c
--- /dev/null
+++ b/npc/020-2-5/_import.txt
@@ -0,0 +1,5 @@
+// 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
new file mode 100644
index 00000000..de006eac
--- /dev/null
+++ b/npc/020-2-5/_warps.txt
@@ -0,0 +1,5 @@
+// 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
new file mode 100644
index 00000000..1354b636
--- /dev/null
+++ b/npc/020-2-5/dausen.txt
@@ -0,0 +1,19 @@
+// 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
new file mode 100644
index 00000000..cbdd40e5
--- /dev/null
+++ b/npc/020-2-5/filipa.txt
@@ -0,0 +1,19 @@
+// 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;
+}