summaryrefslogtreecommitdiff
path: root/npc/001-2-33
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-12-24 03:50:16 +0100
committerReid <reidyaro@gmail.com>2015-12-24 03:50:16 +0100
commit4ae7a2bfbbae9657b7965f462275284e86f25f25 (patch)
treea746148751fe7958be16e217069d868a4f4a806d /npc/001-2-33
parent88b980a6d93cbf6881b25ccd0c45fb841a9170ec (diff)
downloadserverdata-4ae7a2bfbbae9657b7965f462275284e86f25f25.tar.gz
serverdata-4ae7a2bfbbae9657b7965f462275284e86f25f25.tar.bz2
serverdata-4ae7a2bfbbae9657b7965f462275284e86f25f25.tar.xz
serverdata-4ae7a2bfbbae9657b7965f462275284e86f25f25.zip
Move lozerk to 001-2-33.
Diffstat (limited to 'npc/001-2-33')
-rw-r--r--npc/001-2-33/_import.txt1
-rw-r--r--npc/001-2-33/lozerk.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-2-33/_import.txt b/npc/001-2-33/_import.txt
index f41e28a4..5979d28e 100644
--- a/npc/001-2-33/_import.txt
+++ b/npc/001-2-33/_import.txt
@@ -1,5 +1,6 @@
// Map 001-2-33
npc: npc/001-2-33/_warps.txt
npc: npc/001-2-33/doors.txt
+npc: npc/001-2-33/lozerk.txt
npc: npc/001-2-33/mapflags.txt
npc: npc/001-2-33/triggers.txt
diff --git a/npc/001-2-33/lozerk.txt b/npc/001-2-33/lozerk.txt
new file mode 100644
index 00000000..c206b8c3
--- /dev/null
+++ b/npc/001-2-33/lozerk.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Sword trainer from the Legion of Aemil guild.
+
+001-2-33,34,33,0 script Lozerk NPC_DEMON_MALE_SWORD,{
+ mesn;
+ mesq l("You can't join the sword training clothed that way.");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}
+