summaryrefslogtreecommitdiff
path: root/npc/001-2-39
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-01-13 20:50:42 +0100
committerSaulc <lucashelaine14@gmail.com>2018-01-13 20:50:42 +0100
commit20df2abc1aca00d6aa5dc78347133890f36b32f3 (patch)
tree4ad4a8bb8b0605473a702e314799a4626347721a /npc/001-2-39
downloadserverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.gz
serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.bz2
serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.xz
serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.zip
Initial commit
Diffstat (limited to 'npc/001-2-39')
-rw-r--r--npc/001-2-39/_import.txt5
-rw-r--r--npc/001-2-39/_warps.txt4
-rw-r--r--npc/001-2-39/mapflags.txt1
-rw-r--r--npc/001-2-39/qanon.txt22
4 files changed, 32 insertions, 0 deletions
diff --git a/npc/001-2-39/_import.txt b/npc/001-2-39/_import.txt
new file mode 100644
index 000000000..8ceee7679
--- /dev/null
+++ b/npc/001-2-39/_import.txt
@@ -0,0 +1,5 @@
+// Map 001-2-39: unnamed
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/001-2-39/_warps.txt",
+"npc/001-2-39/mapflags.txt",
+"npc/001-2-39/qanon.txt",
diff --git a/npc/001-2-39/_warps.txt b/npc/001-2-39/_warps.txt
new file mode 100644
index 000000000..527acae5d
--- /dev/null
+++ b/npc/001-2-39/_warps.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 001-2-39: unnamed warps
+001-2-39,45,33,0 warp #001-2-39_45_33 0,0,001-2-38,24,33
+001-2-39,23,33,0 warp #001-2-39_23_33 0,0,001-2-37,36,33
diff --git a/npc/001-2-39/mapflags.txt b/npc/001-2-39/mapflags.txt
new file mode 100644
index 000000000..5d6887855
--- /dev/null
+++ b/npc/001-2-39/mapflags.txt
@@ -0,0 +1 @@
+001-2-39 mapflag town
diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt
new file mode 100644
index 000000000..150362c92
--- /dev/null
+++ b/npc/001-2-39/qanon.txt
@@ -0,0 +1,22 @@
+// Evol scripts.
+// Authors:
+// Alige
+// Reid
+// Description:
+// Artis's Legion of Aemil leader.
+
+001-2-39,34,41,0 script Q'Anon NPC_Q_ANON,{
+ mesn;
+ mesq lg("It's been a while, girl!", "It's been a while, boy!");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+