summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
authoromattornot <m.vuoso@laposte.net>2016-07-15 23:06:56 +0200
committeromatt <m.vuoso@laposte.net>2016-07-19 21:25:19 +0200
commite3b08750279de7aba31193d4826de95600afb815 (patch)
tree33983c49d6df23a999d568ae712ec28eb552b141 /npc/000-2-1
parentf07833c3b730f461b0386fe4937361eb8114ac27 (diff)
downloadserverdata-e3b08750279de7aba31193d4826de95600afb815.tar.gz
serverdata-e3b08750279de7aba31193d4826de95600afb815.tar.bz2
serverdata-e3b08750279de7aba31193d4826de95600afb815.tar.xz
serverdata-e3b08750279de7aba31193d4826de95600afb815.zip
change the arpan dialogue about money in old habit
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/arpan.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 3c3661fd..4d47c548 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -149,7 +149,8 @@ L_Menu:
lg("Could you tell me where I am?"), L_Where,
lg("Where can I find Julia?"), L_Julia,
l("Who are you?"), L_Who,
- rif(getq(ShipQuests_ArpanMoney) == 0, l("Where are my old clothes?")), L_WhereOldClothes,
+ rif(getq(ShipQuests_ArpanMoney) == 1, lg("Do you know what happened to the gold I had when you guys saved me?")), L_WhereMoney,
+ rif(getq(ShipQuests_ArpanMoney) < 2, l("Where are my old clothes?")), L_WhereOldClothes,
rif(!.@equipped, lg("What should I do after taking these clothes?")), L_WhatCloth,
rif(!.@equipped, l("Thank you, I'll take them and put them on.")), -,
l("Nothing, sorry."), -;
@@ -197,7 +198,20 @@ L_WhereOldClothes:
mes lg("Oh, now that I remember, we also found some money in your pockets, here it is!");
next;
- setq ShipQuests_ArpanMoney, 1;
+ setq ShipQuests_ArpanMoney, 2;
+ .@q = getq(ShipQuests_Arpan);
+ Zeny = Zeny + 10;
+ message strcharinfo(0), l("You receive @@ E!", 10);
+
+ goto L_BeforeMenu;
+
+L_WhereMoney:
+ mes "";
+ mesn;
+ mesq lg("Oh right, I totally forgot about that, here you go.");
+ next;
+
+ setq ShipQuests_ArpanMoney, 2;
.@q = getq(ShipQuests_Arpan);
Zeny = Zeny + 10;
message strcharinfo(0), l("You receive @@ E!", 10);