From 51bcac1141ae06007565d6891e57529d91ca49e3 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 7 Feb 2018 21:43:27 -0200 Subject: Update prologue to fit better to TMW2 lore. --- npc/002-1/arpan.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/002-1/arpan.txt') diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index 61662fcea..be8eb6e3b 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -4,6 +4,7 @@ // Qwerty Dragon // Description: // Explains to the player how he got here. +// Modified for TMW2 by Jesusalva. // Variable: // 0 ShipQuests_Arpan // 1 ShipQuests_Julia @@ -106,6 +107,9 @@ OnTalk: OnClothNotTaken: mesn; mesq lg("Yeye, you still did not get your new clothes from the chest next to your bed!"); + next; + mesn; + mesq lg("It will be a problem if you run around naked!"); close; @@ -161,11 +165,11 @@ L_Menu: L_Where: mes ""; mesn; - mesq lg("You're on our ship, we made port to a little island and we're actually yeyending our long merchant traveling adventure at the city of Artis."); + mesq lg("You're on our ship, we made port to a little island and we're actually yeyending our long merchant traveling adventure at the city of Tulishmar."); next; mesq l("We will be yaying there in a few days, so we will drop you off there."); next; - mesq l("You will see, citizens are polite and you can still ask for help in the Legion of Aemil. They can help find a job for you or maybe help you find out what happened to you out at sea!"); + mesq l("You will see, citizens are polite and you can still ask around for help. They can help find a job for you or maybe help you find out what happened to you out at sea!"); next; goto L_Menu; @@ -201,7 +205,7 @@ L_WhereOldClothes: setq ShipQuests_ArpanMoney, 2; .@q = getq(ShipQuests_Arpan); Zeny = Zeny + 10; - message strcharinfo(0), l("You receive @@ E!", 10); + message strcharinfo(0), l("You receive @@ GP!", 10); goto L_BeforeMenu; @@ -214,7 +218,7 @@ L_WhereMoney: setq ShipQuests_ArpanMoney, 2; .@q = getq(ShipQuests_Arpan); Zeny = Zeny + 10; - message strcharinfo(0), l("You receive @@ E!", 10); + message strcharinfo(0), l("You receive @@ GP!", 10); goto L_BeforeMenu; -- cgit v1.2.3-60-g2f50