summaryrefslogtreecommitdiff
path: root/npc/019-1-1/miler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-10 19:50:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-10 19:50:59 -0300
commit6d5062790b12e0ed9c082246a47ffe3150441f51 (patch)
treef7c355c402e4131edaa3a9c6a0c121c3665a1962 /npc/019-1-1/miler.txt
parent457c97c4976190a1c7a8a77de0cf71c570f9307a (diff)
downloadserverdata-6d5062790b12e0ed9c082246a47ffe3150441f51.tar.gz
serverdata-6d5062790b12e0ed9c082246a47ffe3150441f51.tar.bz2
serverdata-6d5062790b12e0ed9c082246a47ffe3150441f51.tar.xz
serverdata-6d5062790b12e0ed9c082246a47ffe3150441f51.zip
Well & Miler placeholders
Diffstat (limited to 'npc/019-1-1/miler.txt')
-rw-r--r--npc/019-1-1/miler.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt
new file mode 100644
index 000000000..3b36bf094
--- /dev/null
+++ b/npc/019-1-1/miler.txt
@@ -0,0 +1,18 @@
+// TMW2/LOF Script.
+// Author:
+// Jesusalva
+// Description:
+// Part from the EPISODE and the Well Quest
+// TODO: Walking NPC, clothes, etc;
+
+019-1-1,41,24,0 script Miler NPC_PLAYER,{
+ .@q=getq(LoFQuest_EPISODE);
+ .@w=getq(NivalisQuest_Well);
+ mes l("Out of Order.");
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 5;
+ end;
+}