diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:53:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:53:28 -0300 |
commit | 204bfd20a235f3eb5eb538e0df71da3e339c7661 (patch) | |
tree | 459122c8d72f0e07756803be440a4842e4aa57e8 | |
parent | 683582c7406a1201cc6db81c878cae9fb014d0e7 (diff) | |
download | serverdata-204bfd20a235f3eb5eb538e0df71da3e339c7661.tar.gz serverdata-204bfd20a235f3eb5eb538e0df71da3e339c7661.tar.bz2 serverdata-204bfd20a235f3eb5eb538e0df71da3e339c7661.tar.xz serverdata-204bfd20a235f3eb5eb538e0df71da3e339c7661.zip |
Experiment
-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: |