summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-24 19:41:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-24 19:41:24 -0300
commit2fbf41c3bb5468cb121ddbcea6b213a6575abf3b (patch)
tree968250d2af25cf5ebd837945a49daf410d30ff2e /npc/002-1
parent170f53af7252a75f2bac214ec459fc13d4a686a8 (diff)
downloadserverdata-2fbf41c3bb5468cb121ddbcea6b213a6575abf3b.tar.gz
serverdata-2fbf41c3bb5468cb121ddbcea6b213a6575abf3b.tar.bz2
serverdata-2fbf41c3bb5468cb121ddbcea6b213a6575abf3b.tar.xz
serverdata-2fbf41c3bb5468cb121ddbcea6b213a6575abf3b.zip
Fixes
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/alige.txt34
1 files changed, 33 insertions, 1 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;