diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-28 03:47:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-28 03:47:38 -0300 |
commit | a02292994ca10c523def79aec6c6ff731839da62 (patch) | |
tree | ab01d419d4d7a3c888c224c43c16bd60ad552332 /npc/003-2/lua.txt | |
parent | d2006095236f2b0374f122c87db33c392e7867dc (diff) | |
download | serverdata-a02292994ca10c523def79aec6c6ff731839da62.tar.gz serverdata-a02292994ca10c523def79aec6c6ff731839da62.tar.bz2 serverdata-a02292994ca10c523def79aec6c6ff731839da62.tar.xz serverdata-a02292994ca10c523def79aec6c6ff731839da62.zip |
I give up.
Connect MQ2 back to system with a few lame error messages, finish Lua, and it
is "good enough".
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 77208ca65..fda0c7ace 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -578,19 +578,18 @@ function luaCheckTask5 { // Then we jump to L_Complete // When you finish the last quest from Lua L_Finish: - inventoryplace MercBoxAA, 1, TreasureKey, 1; + inventoryplace TreasureKey, 1; getexp BaseLevel*60, JobLevel*10; // Reference Levels: (20, 6) setq General_Narrator, 3, 0; - getitem MercBoxAA, 1; getitem TreasureKey, 1; mesn; - mesq l("Great job! You can keep these items, they will be crucial to your journey."); + mesq l("Well done! I hope no more of those assassins show up. I'm afraid I cannot give you a proper reward, but..."); next; mesn; - mesq l("I'll also give you a @@. Open it to get a random Mercenary Card.", getitemlink(MercBoxAA)); + mesq l("Ah, you might have seen a treasure chest on the mines. There are several of these chests to loot, and loot again! Here is a @@. Try it!", getitemlink(TreasureKey)); next; mesn; - mesq l("Ah, you might have seen a treasure chest on the mines. There are several of these chests to loot, and loot again! Here is a @@. Try it!", getitemlink(TreasureKey)); + mesq l("Hopefully, you'll find something interesting on it to serve as a payment. It's up to luck, I guess...."); next; L_Complete: mesn; |