summaryrefslogtreecommitdiff
path: root/npc/015-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-07 17:54:10 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-07 17:54:10 -0300
commit7c11fe7b1516132ac9ec1ca9976e61428cada8ff (patch)
treeb5e56fba07d55d19b00186e67f9ee9471756d3fd /npc/015-2
parent4f7b0a67f46d4ba9ad67b5729718d62da29d65af (diff)
downloadserverdata-7c11fe7b1516132ac9ec1ca9976e61428cada8ff.tar.gz
serverdata-7c11fe7b1516132ac9ec1ca9976e61428cada8ff.tar.bz2
serverdata-7c11fe7b1516132ac9ec1ca9976e61428cada8ff.tar.xz
serverdata-7c11fe7b1516132ac9ec1ca9976e61428cada8ff.zip
What bad formula was that o.o
Diffstat (limited to 'npc/015-2')
-rw-r--r--npc/015-2/contrabandist.txt6
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)