diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 11:02:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 11:02:21 -0300 |
commit | 8eae72b97982d60922d0a4d8985c934c687d19ab (patch) | |
tree | 3f03a6e0d23e6d39fec6c7e3cfa9ac1efa2dbe1d /npc/003-2/lua.txt | |
parent | aa2ba120465fd265526dac744daf60b8603b4f00 (diff) | |
download | serverdata-8eae72b97982d60922d0a4d8985c934c687d19ab.tar.gz serverdata-8eae72b97982d60922d0a4d8985c934c687d19ab.tar.bz2 serverdata-8eae72b97982d60922d0a4d8985c934c687d19ab.tar.xz serverdata-8eae72b97982d60922d0a4d8985c934c687d19ab.zip |
Main Quest 2-3 Lore
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index a1dfee7db..0717bf690 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -422,7 +422,21 @@ function luaCheckTask2 { function luaAssignTask3 { inventoryplace Bread, 10, BottleOfTonoriWater, 1, SmokeGrenade, 3, CrazyRum, 1; - mesc l("FIXME: Explain here why you need to become stronger"); + mesn; + mesq l("Congratulations! I've managed to process your paperwork. Here, you'll receive the starter kit!"); + mesc l("* %d %s", 10, getitemlink(Bread)); + mesc l("* %d %s", 3, getitemlink(SmokeGrenade)); + mesc l("* %d %s", 1, getitemlink(BottleOfTonoriWater)); + mesc l("* %d %s", 1, getitemlink(CrazyRum)); + next; + mesn; + mesq l("I've also got in contact the other alliance representatives, and I've found out there's a way to bring you to Halinarzo, using Hurnscald route!"); + next; + mesn; + mesq l("...Well, but even if Hurnscald is nearby, you are too weak. You know sometimes, ships get attacked by pirates, right?"); + next; + mesn; + mesq l("So, I'll have to ask you to get strong and some money for the trip. So, go train now! I wish you the best of the luck!"); // Rewards from previous quest next; |