summaryrefslogtreecommitdiff
path: root/npc/001-1/nalkri.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 11:00:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 11:00:49 -0300
commit8a4bf716002a017de77fe7df301ef8e4aaf00a2e (patch)
tree4947d0b015baad639fa07133369e9a09c8a468bc /npc/001-1/nalkri.txt
downloadserverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.gz
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.bz2
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.xz
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.zip
Initial commit
Diffstat (limited to 'npc/001-1/nalkri.txt')
-rw-r--r--npc/001-1/nalkri.txt59
1 files changed, 59 insertions, 0 deletions
diff --git a/npc/001-1/nalkri.txt b/npc/001-1/nalkri.txt
new file mode 100644
index 00000000..e155a8a8
--- /dev/null
+++ b/npc/001-1/nalkri.txt
@@ -0,0 +1,59 @@
+// 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;
+}