summaryrefslogtreecommitdiff
path: root/npc/002-1/arpan.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-07 21:43:27 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-07 21:43:27 -0200
commit51bcac1141ae06007565d6891e57529d91ca49e3 (patch)
tree4b1734892540941ba2259c3e8249ae8c1f8a33cf /npc/002-1/arpan.txt
parent7d449dc95b10543b595c273a3fc5244a0e92e837 (diff)
downloadserverdata-51bcac1141ae06007565d6891e57529d91ca49e3.tar.gz
serverdata-51bcac1141ae06007565d6891e57529d91ca49e3.tar.bz2
serverdata-51bcac1141ae06007565d6891e57529d91ca49e3.tar.xz
serverdata-51bcac1141ae06007565d6891e57529d91ca49e3.zip
Update prologue to fit better to TMW2 lore.
Diffstat (limited to 'npc/002-1/arpan.txt')
-rw-r--r--npc/002-1/arpan.txt12
1 files changed, 8 insertions, 4 deletions
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;