summaryrefslogtreecommitdiff
path: root/npc/001-1/xilaxa.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-08-02 04:58:27 +0200
committerReid <reidyaro@gmail.com>2015-08-02 04:58:27 +0200
commit18370774fe816513e60d96e7ee45957188bc6f45 (patch)
treecff8ce3b29f7d6712d3da5dcf61e5ce321250ee2 /npc/001-1/xilaxa.txt
parent1e6547917615ec9f09452d017764a3fa99281708 (diff)
downloadserverdata-18370774fe816513e60d96e7ee45957188bc6f45.tar.gz
serverdata-18370774fe816513e60d96e7ee45957188bc6f45.tar.bz2
serverdata-18370774fe816513e60d96e7ee45957188bc6f45.tar.xz
serverdata-18370774fe816513e60d96e7ee45957188bc6f45.zip
Add Xilaxa on 001-1.
Diffstat (limited to 'npc/001-1/xilaxa.txt')
-rw-r--r--npc/001-1/xilaxa.txt55
1 files changed, 55 insertions, 0 deletions
diff --git a/npc/001-1/xilaxa.txt b/npc/001-1/xilaxa.txt
new file mode 100644
index 00000000..48002881
--- /dev/null
+++ b/npc/001-1/xilaxa.txt
@@ -0,0 +1,55 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Moon, main NPC for the urchin quest.
+
+001-1,52,44,0 script Xilaxa#001-1 431,{
+ npctalk3 l("You're on my way.");
+ close;
+
+OnTimer1000:
+ if (isunitwalking())
+ {
+ initnpctimer;
+ end;
+ }
+ movetonextpos;
+ initnpctimer;
+ end;
+
+OnInit:
+ initpath "move", 52, 54,
+ "move", 57, 82,
+ "move", 56, 86,
+ "wait", 1, 0,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "dir", DOWN, 0,
+ "wait", 2, 0,
+ "dir", LEFT, 0,
+ "wait", 1, 0,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "dir", RIGHT, 0,
+ "move", 62, 82,
+ "dir", UP, 0,
+ "move", 62, 82,
+ "move", 55, 56,
+ "move", 56, 45,
+ "move", 54, 43,
+ "dir", DOWN, 0,
+ "wait", 2, 0,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "dir", DOWN, 0,
+ "wait", 2, 0,
+ "dir", LEFT, 0,
+ "wait", 1, 0,
+ "dir", DOWN, 0,
+ "wait", 5, 0,
+ "move", 52, 44;
+
+ initialmove;
+ initnpctimer;
+}