diff options
-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; |