diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 21:12:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 21:12:12 -0300 |
commit | 7715ef42037ad35155eb228666776df6d859943e (patch) | |
tree | af4c3dc2914cbdd86cc666c65a5aa0a291869548 /npc/015-2/contrabandist.txt | |
parent | 7d5f630745276ce8f457547f2e1b8fd926144f18 (diff) | |
parent | d1256756676bc59bba39f2cde886fd5916861577 (diff) | |
download | serverdata-7715ef42037ad35155eb228666776df6d859943e.tar.gz serverdata-7715ef42037ad35155eb228666776df6d859943e.tar.bz2 serverdata-7715ef42037ad35155eb228666776df6d859943e.tar.xz serverdata-7715ef42037ad35155eb228666776df6d859943e.zip |
Merge branch 'master' into heroes_holdheroes_hold
Diffstat (limited to 'npc/015-2/contrabandist.txt')
-rw-r--r-- | npc/015-2/contrabandist.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index 6f52c49af..296a3ebce 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -14,7 +14,7 @@ openshop; close; function Contraband_Unload { - if ($ARKIM_ST > 4500) + if ($ARKIM_ST > 7500) stopselling(DarkDesertMushroom); if (getarg(0,0) & 1) @@ -36,8 +36,8 @@ close; return; } function Contraband_Load { - .DDMPrice=max(30000,50000-($ARKIM_ST/2)+(4500/2)); - if ($ARKIM_ST > 4500) + .DDMPrice=max(30000,50000-($ARKIM_ST/2)+(7500/2)); + if ($ARKIM_ST > 7500) sellitem DarkDesertMushroom, .DDMPrice, 1; if (getarg(0,0) & 1) |