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-1/nalkri.txt | |
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-1/nalkri.txt')
-rw-r--r-- | npc/001-1/nalkri.txt | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/npc/001-1/nalkri.txt b/npc/001-1/nalkri.txt deleted file mode 100644 index e155a8a87..000000000 --- a/npc/001-1/nalkri.txt +++ /dev/null @@ -1,59 +0,0 @@ -// Evol scripts. -// Author: -// Reid -// Description: -// Nalkri, walking NPC of the Legion of Aemil on the west part of Artis. - -001-1,35,84,0 script Nalkri#001-1 NPC_DEMON_MALE_LEGION_ARTIS,{ - npctalk3 l("Stay clear."); - close; - -OnTimer1000: - domovestep; - -OnInit: - initpath "move", 56, 84, - "move", 60, 93, - "move", 68, 98, - "dir", DOWN, 0, - "wait", 1, 0, - "move", 68, 100, - "dir", RIGHT, 0, - "wait", 1, 0, - "dir", DOWN, 0, - "wait", 1, 0, - "dir", LEFT, 0, - "wait", 1, 0, - "dir", UP, 0, - "move", 67, 98, - "dir", RIGHT, 0, - "wait", 2, 0, - "move", 51, 101, - "dir", LEFT, 0, - "wait", 1, 0, - "dir", DOWN, 0, - "wait", 1, 0, - "dir", RIGHT, 0, - "wait", 1, 0, - "dir", UP, 0, - "move", 48, 100, - "dir", RIGHT, 0, - "wait", 1, 0, - "dir", DOWN, 0, - "wait", 1, 0, - "dir", LEFT, 0, - "wait", 1, 0, - "dir", RIGHT, 0, - "move", 55, 96, - "move", 43, 88, - "move", 35, 84, - "dir", LEFT, 0, - "wait", 1, 0, - "dir", DOWN, 0, - "wait", 4, 0, - "dir", RIGHT, 0, - "wait", 1, 0; - - initialmove; - initnpctimer; -} |