From 2fbf41c3bb5468cb121ddbcea6b213a6575abf3b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 May 2018 19:41:24 -0300 Subject: Fixes --- npc/002-1/alige.txt | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'npc/002-1') diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 01b767b5b..8577de3b7 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -87,10 +87,42 @@ L_Accept: L_Return: mesn; - mesq l("You're back! Wait. Don't give me anything yet. I lost my charm!"); + mesq l("Hey, psst! Have you brought me what I asked for?"); + next; + mesn strcharinfo(0); + menu + l("What I had to bring, again?"), L_Remember, + l("Yes, you can count it.", L_Check, + l("No... Not yet, sorry."), L_Close; + +L_Remember: + mes ""; + mes col("Alige hands you an old paper patch.",9); + next; + mesn l("Old Paper Patch"); + mes l("* @@/30 @@", countitem(CactusPotion), getitemlink(CactusPotion)); + mes l("* @@/12 @@", countitem(Bread), getitemlink(Bread)); + mes l("* @@/12 @@", countitem(Cheese), getitemlink(Cheese)); + mes l("* @@/8 @@", countitem(BottleOfTonoriWater), getitemlink(BottleOfTonoriWater)); + mes l("* @@/6 @@", countitem(HastePotion), getitemlink(HastePotion)); + mes l("* @@/6 @@", countitem(StrengthPotion), getitemlink(StrengthPotion)); + mes l("* @@/2 @@", countitem(YellowCottonDye), getitemlink(YellowCottonDye)); + mes l("* @@/2 @@", countitem(BlueCottonDye), getitemlink(BlueCottonDye)); + mes l("* @@/7.500 GP", Zeny); + next; + // Temporary item. This four leaf amulet can be evolved: Bromenal < Iron < Golden < Crozenite + mesn; + mesq l("In exchange for your help, I'll give you a @@!", getitemlink(BromenalFourLeafAmulet)); + close; + +L_Check: + mesn; + mesq l("Wait. Don't give me anything yet. I lost my charm!"); mesq l("Wait until I get back!"); close; +L_Close: + close; OnInit: .sex = G_MALE; -- cgit v1.2.3-60-g2f50