From 8ccd95ccfa0ddfb7be9f6dfc4fe9414b878df7f0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Sep 2019 15:18:36 -0300 Subject: Mock items price: one million → half million MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/003-5/jeweler.txt | 2 +- npc/015-2/contrabandist.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 25642c522..9b37ae1a4 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -192,7 +192,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? + sellitem GoldenBlackPearlRing, 500000; // I'm joking of course. Don't tell me you'll pay half MILLION for... this? end; // Pay your taxes! diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index 2835d5755..f1fbbbf78 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -38,7 +38,7 @@ .@prize=ReturnPotion; break; case 8: - .@price=1000000; + .@price=500000; .@prize=GoldenPearlRing; break; case 16: -- cgit v1.2.3-70-g09d2