summaryrefslogtreecommitdiff
path: root/npc/001-1/chelios.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-07-19 03:18:19 +0200
committerReid <reidyaro@gmail.com>2015-07-19 03:18:55 +0200
commitb8544416d68d5d74ff3bff3356b0663dd3dce280 (patch)
tree17e4c7c41f3598c35b0da1d16f99faf5e7aaf1a3 /npc/001-1/chelios.txt
parente4d866b4dcc1fc762321137962b604e0364b931a (diff)
downloadserverdata-b8544416d68d5d74ff3bff3356b0663dd3dce280.tar.gz
serverdata-b8544416d68d5d74ff3bff3356b0663dd3dce280.tar.bz2
serverdata-b8544416d68d5d74ff3bff3356b0663dd3dce280.tar.xz
serverdata-b8544416d68d5d74ff3bff3356b0663dd3dce280.zip
Add chelios NPC on artis.
Diffstat (limited to 'npc/001-1/chelios.txt')
-rw-r--r--npc/001-1/chelios.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt
new file mode 100644
index 00000000..3b6c958c
--- /dev/null
+++ b/npc/001-1/chelios.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Blacksmith's assistant of Aemil
+
+001-1,95,109,0 script Chelios 429,{
+ mesn;
+ mesq l("Can I be of any help?");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 2;
+ end;
+}
+