From 8eae72b97982d60922d0a4d8985c934c687d19ab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 11:02:21 -0300 Subject: Main Quest 2-3 Lore --- npc/003-2/lua.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-70-g09d2