From 4048c50aa11013de7eeabcc193a332b49372156e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 May 2018 18:27:23 -0300 Subject: Save progress at Alige, I need to add a couple of items before continuing. --- npc/002-1/alige.jesusalva | 2 +- npc/002-1/alige.txt | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) (limited to 'npc/002-1') diff --git a/npc/002-1/alige.jesusalva b/npc/002-1/alige.jesusalva index 394e6e60c..8257982a8 100644 --- a/npc/002-1/alige.jesusalva +++ b/npc/002-1/alige.jesusalva @@ -51,7 +51,7 @@ L_gogo: mesn; mes "\"Sim, eu preciso fugir daqui o quanto antes. Tenho uma coisa que você irá gostar.\""; next; - mes "["+ strcharinfo(0) +"]"; + mesn strcharinfo(0); mes "\"Bom, então me diga logo o que você precisa!"; mes "E qual a recompença?\""; next; diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 0abdc1522..90b3bd799 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -33,7 +33,29 @@ L_Close: L_GoGo: mesn; - mesq l("But... I need to solve a problem first. So please come back later."); + mesq l("Yes, I need to get out of here the earliest possible."); + next; + mesn strcharinfo(0); + mesq l("So tell me already what you need, and what is the reward!"); + next; +// Stowaway hidden in a ship's hole. Contrabandist. Trade potions, dyes, +// food, water, and money for a hat. + mesn; + 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("* @@/10.000 GP", Zeny); + next; + mesn; + mesq l("In exchange for your help, I'll give you a @@!"); + menu + l("Of course I'll help you!"), L_Accept, + l("Have you got mad? That's too much, it's like you are trying to be perfect! No way I'll help you!"), L_Close; + +L_Accept: + mesn; + mesq l("Wait... I just remebered, I need to solve a problem first. So please come back later."); close; -- cgit v1.2.3-60-g2f50