diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-07 12:21:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-07 12:21:41 -0300 |
commit | 2667d25751e5323523166a2f23b5195f11ee6013 (patch) | |
tree | d0de5dccc48185ce62a31cb17ca0bb056d28594c /npc/019-1-1 | |
parent | 0167d08def9f6e31724fe23ce3390262c46cd902 (diff) | |
download | serverdata-2667d25751e5323523166a2f23b5195f11ee6013.tar.gz serverdata-2667d25751e5323523166a2f23b5195f11ee6013.tar.bz2 serverdata-2667d25751e5323523166a2f23b5195f11ee6013.tar.xz serverdata-2667d25751e5323523166a2f23b5195f11ee6013.zip |
Progress a tiny bit with The Episode.
Loosely based on http://forums.landoffire.org/phpBB3/viewtopic.php?f=7&t=1320
Diffstat (limited to 'npc/019-1-1')
-rw-r--r-- | npc/019-1-1/miler.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index 1ffd492fa..4c9018de8 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -190,9 +190,16 @@ L_Continue: next; mesn; mesq l("...I deposited everything on the bank. Sorry!"); - //next; - //mesn; - //mesq l("S"); + next; + mesn; + mesq l("Oh, but don't you worry. Sure, you can't go in Nivalis bank and take my stuff... But the Storage Fairy at Lilit might just let you."); + next; + mesn; + mesq l("But she is a fairy. She won't be pleased with flowers. Instead, go and give her a %s as a token of good will.", getitemlink(SnakeSkin)); + next; + mesn; + mesq l("Pal, I'm counting on you. You'll like the little something I have for you!"); + setq LoFQuest_EPISODE, 7, 0; close; L_GHQ: |