From 91fcb95d343eb395991d1383053c11071f50e9df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Apr 2019 23:55:05 -0300 Subject: Disable contrabandist, stopselling() is buggy --- npc/015-2/contrabandist.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index 683417b61..be56e51f1 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -13,6 +13,7 @@ if (!.active) openshop; close; + /* function Contraband_Unload { if ($ARKIM_ST > 7500) stopselling(DarkDesertMushroom); @@ -90,5 +91,19 @@ OnMinute48: Contraband_Unload(.CurrentValue); end; +*/ +OnInit: + .active=0; + .sex = G_OTHER; + .distance = 12; + + if (debug) { + setnpcdisplay .name$, NPC_KOGA; + .active=1; + } + + tradertype(NST_MARKET); + sellitem Arrow, -1, 1; + end; } -- cgit v1.2.3-60-g2f50