diff options
Diffstat (limited to 'npc/015-2')
-rw-r--r-- | npc/015-2/contrabandist.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index 4ed9a53ba..7d332d620 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -10,7 +10,9 @@ if (!.active) end; -buyingstore(2); +//buyingstore(2); +searchstores(2, 1); +//openshop; close; OnInit: @@ -22,6 +24,10 @@ OnInit: setnpcdisplay .name$, NPC_KOGA; .active=1; } + + .Good1= + tradertype(NST_MARKET); + end; OnMinute21: |