From 7650b2275e0a54d8565cacc9f63d930abd90da84 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 03:04:22 -0300 Subject: Add a placeholder before I go to bed. I must finish this for 9.0 Either that, or the PVP Arena. Meh. --- npc/018-5-3/shaabty.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 npc/018-5-3/shaabty.txt (limited to '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; +} -- cgit v1.2.3-70-g09d2