diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 19:41:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 19:41:24 -0300 |
commit | 2fbf41c3bb5468cb121ddbcea6b213a6575abf3b (patch) | |
tree | 968250d2af25cf5ebd837945a49daf410d30ff2e /npc | |
parent | 170f53af7252a75f2bac214ec459fc13d4a686a8 (diff) | |
download | serverdata-2fbf41c3bb5468cb121ddbcea6b213a6575abf3b.tar.gz serverdata-2fbf41c3bb5468cb121ddbcea6b213a6575abf3b.tar.bz2 serverdata-2fbf41c3bb5468cb121ddbcea6b213a6575abf3b.tar.xz serverdata-2fbf41c3bb5468cb121ddbcea6b213a6575abf3b.zip |
Fixes
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/alige.txt | 34 | ||||
-rw-r--r-- | npc/009-1/trader_king.txt | 2 |
2 files changed, 34 insertions, 2 deletions
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; diff --git a/npc/009-1/trader_king.txt b/npc/009-1/trader_king.txt index 97a007a06..83b988f81 100644 --- a/npc/009-1/trader_king.txt +++ b/npc/009-1/trader_king.txt @@ -32,7 +32,7 @@ L_Weak: mesq lg("Get out of here, weakling. You'll be killed by bandits."); close; -L_Inicio: +L_Start: mesn; mes lg(":> \"Hello, youngling...\""); next; |