From d4c74c033a8b4b4c78e9a9ce5f819eb57c31870b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Jun 2018 15:52:48 -0300 Subject: Free Jeweler to everyone. Silver Ring still WIP! Silver Pieces missing. Also, add a joke ring: It's a good ring, but it is a TOTAL RIP-OFF. On purpose. --- npc/003-5/jeweler.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 4d7061143..fc8191707 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -25,7 +25,7 @@ L_Menu: menu l("I want to shop."), -, l("I want to craft rings."), L_Craft, - rif(countitem(GoldenRing) >= 1 && is_admin(), l("I want to create polished gemstones.")), L_Gemstone, + rif(countitem(GoldenRing) >= 1 || countitem(SilverRing) >= 1, l("I want to create polished gemstones.")), L_Gemstone, l("Nothing, sorry."), L_Close; openshop; @@ -140,6 +140,7 @@ OnInit: tradertype(NST_ZENY); sellitem WeddingRing, 5000; + sellitem GoldenBlackPearlRing, 1000000; // I'm joking of course. Don't tell me you'll pay 1M for... this? end; } -- cgit v1.2.3-60-g2f50