summaryrefslogtreecommitdiff
path: root/npc/015-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 13:30:27 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 13:30:27 -0300
commit05f791456d881a2f70b8f25df3a6b1dd5204504c (patch)
treebddcba37ff7e398c086cc082838a0cc8dfc0e526 /npc/015-2
parente95cb7625e655119d6b14b3d9979f091163953e1 (diff)
downloadserverdata-05f791456d881a2f70b8f25df3a6b1dd5204504c.tar.gz
serverdata-05f791456d881a2f70b8f25df3a6b1dd5204504c.tar.bz2
serverdata-05f791456d881a2f70b8f25df3a6b1dd5204504c.tar.xz
serverdata-05f791456d881a2f70b8f25df3a6b1dd5204504c.zip
Reduce odds even further, and raise prices at Black Market (except arrow & coins)
Diffstat (limited to 'npc/015-2')
-rw-r--r--npc/015-2/contrabandist.txt8
1 files changed, 4 insertions, 4 deletions
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: