diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-18 02:08:36 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-18 02:08:36 +0100 |
commit | 26faa9a208a15ea858f5069a4c0d92e8a0709bdb (patch) | |
tree | 7ef0a6a5e39cb63f72ea9a6742f5a4cb320b41b4 /npc/001-2-39 | |
parent | b9416a07a0f085c64888ac02fecd47d43feee218 (diff) | |
download | serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.gz serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.bz2 serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.xz serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.zip |
delete evol maps
Diffstat (limited to 'npc/001-2-39')
-rw-r--r-- | npc/001-2-39/_import.txt | 5 | ||||
-rw-r--r-- | npc/001-2-39/_warps.txt | 4 | ||||
-rw-r--r-- | npc/001-2-39/mapflags.txt | 1 | ||||
-rw-r--r-- | npc/001-2-39/qanon.txt | 22 |
4 files changed, 0 insertions, 32 deletions
diff --git a/npc/001-2-39/_import.txt b/npc/001-2-39/_import.txt deleted file mode 100644 index 8ceee7679..000000000 --- a/npc/001-2-39/_import.txt +++ /dev/null @@ -1,5 +0,0 @@ -// 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 deleted file mode 100644 index 527acae5d..000000000 --- a/npc/001-2-39/_warps.txt +++ /dev/null @@ -1,4 +0,0 @@ -// 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 deleted file mode 100644 index 5d6887855..000000000 --- a/npc/001-2-39/mapflags.txt +++ /dev/null @@ -1 +0,0 @@ -001-2-39 mapflag town diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt deleted file mode 100644 index 150362c92..000000000 --- a/npc/001-2-39/qanon.txt +++ /dev/null @@ -1,22 +0,0 @@ -// 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; -} - |