diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-31 21:18:49 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-31 21:18:49 -0200 |
commit | f545cc2bc3d44ba13f5777b5462e1a3309ed6613 (patch) | |
tree | 9740aad2aefe449a552f8ff34c12470153b0c11e | |
parent | d34e0a52ebbda13620bc7e2b778afe8adcf2c51a (diff) | |
download | serverdata-f545cc2bc3d44ba13f5777b5462e1a3309ed6613.tar.gz serverdata-f545cc2bc3d44ba13f5777b5462e1a3309ed6613.tar.bz2 serverdata-f545cc2bc3d44ba13f5777b5462e1a3309ed6613.tar.xz serverdata-f545cc2bc3d44ba13f5777b5462e1a3309ed6613.zip |
Downgrade stinger requeried by Caelum from Black Stinger to Red Stinger.
Level consistency. Both can be obtained with Ishi, by the way :b
-rw-r--r-- | npc/007-1/caelum.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index 904be5ff0..f9a1fc7e3 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -59,7 +59,7 @@ L_List: 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("@@/2 @@", countitem(RedScorpionStinger), getitemlink(RedScorpionStinger)); mes l("@@/5 @@", countitem(ScorpionClaw), getitemlink(ScorpionClaw)); mes l("@@/10 @@", countitem(BatTeeth), getitemlink(BatTeeth)); mes l("@@/10 @@", countitem(CactusDrink), getitemlink(CactusDrink)); @@ -80,7 +80,7 @@ L_Give: if ( countitem(Lifestone) < 1 || countitem(CottonCloth) < 1 || - countitem(BlackScorpionStinger) < 2 || + countitem(RedScorpionStinger) < 2 || countitem(BugLeg) < 8 || countitem(BatTeeth) < 10 || countitem(CactusDrink) < 10 || @@ -92,7 +92,7 @@ L_Give: delitem(Lifestone, 1); delitem(CottonCloth, 1); - delitem(BlackScorpionStinger, 2); + delitem(RedScorpionStinger, 2); delitem(BugLeg, 8); delitem(BatTeeth, 10); delitem(CactusDrink, 10); |