From b62fefa196c5a4e9c9e405d48506311df578133d Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 3 Jan 2012 22:56:05 +0100 Subject: Made Arpan giving the players money at the beginning --- npc/000-2-1/arpan.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc') diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 4c531194..c98fd46d 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -128,6 +128,7 @@ l_Menu: l("Could you say me where am I?"), l_Where, l("Where can I found this Julia?"), l_Julia, l("Who are you?"), l_Who, + rif(geta(ShipQuests, ShipQuests_ArpanMoney) == 0, l("Where are my old cloths?")), l_WhereOldClothes, rif(!@equipped, l("What should I add after taking these cloths?")), l_WhatCloth, rif(!@equipped, l("Thank you, I go take them."), l("Nothing, sorry.")), l_Quit; close; @@ -140,6 +141,15 @@ l_Where: next; goto l_Menu; +l_WhereOldClothes: + mesn; + mes g(l("We tried to clean them but the water sea mostly killed them. It's why we gave you these cloths, they are not very good but it's all that we got."), l("We tried to clean them but the water sea mostly killed them. It's why we gave you these cloths, they are not very good but it's all that we got.")); + next; + mes g(l("Oh, now that I remember, we also find some money on your pockets, here they are!"), l("Oh, now that I remember, we also find some money on your pockets, here they are!")); + seta ShipQuests, ShipQuests_ArpanMoney, 1; + set zeny, zeny+25; + goto l_Menu; + l_Julia: mes g(l("She is on the upper level, you can't miss her, she is the only girl of this crew, oh well, except you now!"), l("She is on the upper level, you can't miss her, she is the only girl of this crew.")); next; -- cgit v1.2.3-70-g09d2