diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 15:52:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 15:52:48 -0300 |
commit | d4c74c033a8b4b4c78e9a9ce5f819eb57c31870b (patch) | |
tree | be0bb1c6cdca5a469ef9420570aa0ad4778f99ed /npc/003-5 | |
parent | 50893fa9a0ccc2ca3ddac962797540efa57d3d43 (diff) | |
download | serverdata-d4c74c033a8b4b4c78e9a9ce5f819eb57c31870b.tar.gz serverdata-d4c74c033a8b4b4c78e9a9ce5f819eb57c31870b.tar.bz2 serverdata-d4c74c033a8b4b4c78e9a9ce5f819eb57c31870b.tar.xz serverdata-d4c74c033a8b4b4c78e9a9ce5f819eb57c31870b.zip |
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.
Diffstat (limited to 'npc/003-5')
-rw-r--r-- | npc/003-5/jeweler.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |