summaryrefslogtreecommitdiff
path: root/npc/007-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-17 13:40:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-17 13:59:05 -0300
commit667356954f604167aac78f972ec31fe82ef2f7b6 (patch)
tree594c555b964b1fbfa61a01e05615625267d0b17c /npc/007-1
parentf6ed7e84b1849115d03bed0ba44838566480bec2 (diff)
downloadserverdata-667356954f604167aac78f972ec31fe82ef2f7b6.tar.gz
serverdata-667356954f604167aac78f972ec31fe82ef2f7b6.tar.bz2
serverdata-667356954f604167aac78f972ec31fe82ef2f7b6.tar.xz
serverdata-667356954f604167aac78f972ec31fe82ef2f7b6.zip
Saulc's story about Caelum
Diffstat (limited to 'npc/007-1')
-rw-r--r--npc/007-1/caelum.txt21
1 files changed, 12 insertions, 9 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt
index 3773ec332..05996b42d 100644
--- a/npc/007-1/caelum.txt
+++ b/npc/007-1/caelum.txt
@@ -29,7 +29,10 @@ L_GiveTask:
L_Quest:
mes "";
mesn;
- mesq l("You perchance said in adventure? Then you've came to the right place! I can ask you for some stuff, and in exchange, I'll give some useful gloves!");
+ mesq l("You perchance said in adventure? Good, because I just hurt my arm while mining!");
+ next;
+ mesn;
+ mesq l("If you bring me some items to I do a bandage and heal myself, I'll give you my gloves!");
next;
menu
@@ -56,11 +59,11 @@ L_List:
mes l("Here's what I need:");
mes l("@@/1 @@", countitem(CottonCloth), getitemlink(CottonCloth));
mes l("@@/2 @@", countitem(BlackScorpionStinger), getitemlink(BlackScorpionStinger));
- mes l("@@/8 @@", countitem(RedScorpionStinger), getitemlink(RedScorpionStinger));
- mes l("@@/10 @@", countitem(BatWing), getitemlink(BatWing));
+ mes l("@@/5 @@", countitem(ScorpionClaw), getitemlink(ScorpionClaw));
+ mes l("@@/10 @@", countitem(BatTeeth), getitemlink(BatTeeth));
mes l("@@/10 @@", countitem(CactusDrink), getitemlink(CactusDrink));
mes l("@@/20 @@", countitem(MaggotSlime), getitemlink(MaggotSlime));
- mes l("@@/5 @@, just because I'm hungry as a bear.", countitem(ScorpionClaw), getitemlink(ScorpionClaw));
+ mes l("@@/8 @@, just because I'm hungry as a bear.", countitem(BugLeg), getitemlink(BugLeg));
close;
L_Check:
@@ -76,8 +79,8 @@ L_Give:
if (
countitem(CottonCloth) < 1 ||
countitem(BlackScorpionStinger) < 2 ||
- countitem(RedScorpionStinger) < 8 ||
- countitem(BatWing) < 10 ||
+ countitem(BugLeg) < 8 ||
+ countitem(BatTeeth) < 10 ||
countitem(CactusDrink) < 10 ||
countitem(MaggotSlime) < 20 ||
countitem(ScorpionClaw) < 5
@@ -87,8 +90,8 @@ L_Give:
delitem(CottonCloth, 1);
delitem(BlackScorpionStinger, 2);
- delitem(RedScorpionStinger, 8);
- delitem(BatWing, 10);
+ delitem(BugLeg, 8);
+ delitem(BatTeeth, 10);
delitem(CactusDrink, 10);
delitem(MaggotSlime, 20);
delitem(ScorpionClaw, 5);
@@ -99,7 +102,7 @@ L_Give:
mes "";
mesn;
- mesq l("Here, all yours. Thank you.");
+ mesq l("Here, all yours. I can't use them like I am now. Thank you.");
close;
L_Complete: