summaryrefslogtreecommitdiff
path: root/npc
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
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')
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/chelios.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index 17f9f512b..94c9e1d4d 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -4,6 +4,7 @@ npc: npc/001-1/_mobs.txt
npc: npc/001-1/_warps.txt
npc: npc/001-1/artaxe.txt
npc: npc/001-1/beuss.txt
+npc: npc/001-1/chelios.txt
npc: npc/001-1/cookiemaster.txt
npc: npc/001-1/doors.txt
npc: npc/001-1/elmo.txt
diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt
new file mode 100644
index 000000000..3b6c958c2
--- /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;
+}
+