summaryrefslogtreecommitdiff
path: root/npc/018-5-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-04 03:04:22 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-04 03:04:22 -0300
commit7650b2275e0a54d8565cacc9f63d930abd90da84 (patch)
treebfb4f5e9576e89bddbced10d983c9a5b27afd52d /npc/018-5-3
parentaaa58c45dff6a6e5aacf12ad40065e6eb9a992b7 (diff)
downloadserverdata-7650b2275e0a54d8565cacc9f63d930abd90da84.tar.gz
serverdata-7650b2275e0a54d8565cacc9f63d930abd90da84.tar.bz2
serverdata-7650b2275e0a54d8565cacc9f63d930abd90da84.tar.xz
serverdata-7650b2275e0a54d8565cacc9f63d930abd90da84.zip
Add a placeholder before I go to bed. I must finish this for 9.0
Either that, or the PVP Arena. Meh.
Diffstat (limited to 'npc/018-5-3')
-rw-r--r--npc/018-5-3/_import.txt1
-rw-r--r--npc/018-5-3/shaabty.txt20
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/018-5-3/_import.txt b/npc/018-5-3/_import.txt
index 3028beffe..a61f6de7b 100644
--- a/npc/018-5-3/_import.txt
+++ b/npc/018-5-3/_import.txt
@@ -1,3 +1,4 @@
// Map 018-5-3: Indoors
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/018-5-3/_warps.txt",
+"npc/018-5-3/shaabty.txt",
diff --git a/npc/018-5-3/shaabty.txt b/npc/018-5-3/shaabty.txt
new file mode 100644
index 000000000..42e47ea69
--- /dev/null
+++ b/npc/018-5-3/shaabty.txt
@@ -0,0 +1,20 @@
+// TMW-2 Script.
+// Author:
+// Jesusalva
+// Description:
+// Leather Trousers quest (lv 48)
+
+018-5,29,38,0 script Shaabty the Fairy NPC_FAIRY_A,{
+ mesn;
+ mesq l("I always wanted to live in this town. I'm glad I managed to move from LoF Village to here.");
+ next;
+ mesn;
+ mesq l("A shame there are snakes below the ground. I really, really hate snakes, like every fairy.");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 5;
+ .reward=LeatherTrousers;
+ end;
+}