From 33043812b12103a447b3a2fc56bc4647f8e8f6f9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 23 Jul 2018 16:22:40 -0300 Subject: Caelum now requires a Lifestone too --- npc/007-1/caelum.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/007-1') diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index 993988cce..6aaa2aa0a 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -57,6 +57,7 @@ L_List: mes ""; mesn; mes l("Here's what I need:"); + mes l("@@/1 @@", countitem(Lifestone), getitemlink(Lifestone)); mes l("@@/1 @@", countitem(CottonCloth), getitemlink(CottonCloth)); mes l("@@/2 @@", countitem(BlackScorpionStinger), getitemlink(BlackScorpionStinger)); mes l("@@/5 @@", countitem(ScorpionClaw), getitemlink(ScorpionClaw)); @@ -77,6 +78,7 @@ L_Check: L_Give: if ( + countitem(Lifestone) < 1 || countitem(CottonCloth) < 1 || countitem(BlackScorpionStinger) < 2 || countitem(BugLeg) < 8 || @@ -88,6 +90,7 @@ L_Give: inventoryplace MinerGloves, 1; + delitem(Lifestone, 1); delitem(CottonCloth, 1); delitem(BlackScorpionStinger, 2); delitem(BugLeg, 8); -- cgit v1.2.3-60-g2f50