diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 18:27:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 18:27:23 -0300 |
commit | 4048c50aa11013de7eeabcc193a332b49372156e (patch) | |
tree | 62f38368da934b4d40ae2db8c9004d9454dd26cd /npc | |
parent | 7a846c1aa70291a98703be5290c6e1029700173d (diff) | |
download | serverdata-4048c50aa11013de7eeabcc193a332b49372156e.tar.gz serverdata-4048c50aa11013de7eeabcc193a332b49372156e.tar.bz2 serverdata-4048c50aa11013de7eeabcc193a332b49372156e.tar.xz serverdata-4048c50aa11013de7eeabcc193a332b49372156e.zip |
Save progress at Alige, I need to add a couple of items before continuing.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/alige.jesusalva | 2 | ||||
-rw-r--r-- | npc/002-1/alige.txt | 24 |
2 files changed, 24 insertions, 2 deletions
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; |