From 05f791456d881a2f70b8f25df3a6b1dd5204504c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 13:30:27 -0300 Subject: Reduce odds even further, and raise prices at Black Market (except arrow & coins) --- npc/015-2/contrabandist.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/015-2') diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index b6026cd31..4599e2a41 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -37,11 +37,11 @@ close; sellitem DarkDesertMushroom, .DDMPrice, 1; if (getarg(0,0) & 1) - sellitem IronOre, 2000, 1; + sellitem IronOre, 2900, 1; if (getarg(0,0) & 2) - sellitem TitaniumOre, 4000, 1; + sellitem TitaniumOre, 4700, 1; if (getarg(0,0) & 4) - sellitem LeatherPatch, 2500, 1; + sellitem LeatherPatch, 3200, 1; if (getarg(0,0) & 8) sellitem GoldenPearlRing, 1000000, 1; if (getarg(0,0) & 16) @@ -51,7 +51,7 @@ close; if (getarg(0,0) & 64) sellitem CasinoCoins, rand(100,3000), 1; if (getarg(0,0) & 128) - sellitem RawLog, -1, 1; + sellitem RawLog, 1950, 1; } OnInit: -- cgit v1.2.3-60-g2f50