summaryrefslogtreecommitdiff
path: root/npc/015-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-15 23:55:05 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-15 23:55:05 -0300
commit91fcb95d343eb395991d1383053c11071f50e9df (patch)
tree4bc2709309f965da00c410d24ff0a0b4be735fe3 /npc/015-2
parent999b02afbf3df65196cd56aa067fa193286379bd (diff)
downloadserverdata-91fcb95d343eb395991d1383053c11071f50e9df.tar.gz
serverdata-91fcb95d343eb395991d1383053c11071f50e9df.tar.bz2
serverdata-91fcb95d343eb395991d1383053c11071f50e9df.tar.xz
serverdata-91fcb95d343eb395991d1383053c11071f50e9df.zip
Disable contrabandist, stopselling() is buggy
Diffstat (limited to 'npc/015-2')
-rw-r--r--npc/015-2/contrabandist.txt15
1 files changed, 15 insertions, 0 deletions
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;
}