diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 19:40:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 19:40:48 -0300 |
commit | 0241ae905eb21fbcdde2cffe630e4c4c43081992 (patch) | |
tree | c998bc82c0342207b37fc2010b1916859d37d480 /npc/020-4 | |
parent | a7e6f0717a6d2e4c409b81eec58dad71fb668887 (diff) | |
download | serverdata-0241ae905eb21fbcdde2cffe630e4c4c43081992.tar.gz serverdata-0241ae905eb21fbcdde2cffe630e4c4c43081992.tar.bz2 serverdata-0241ae905eb21fbcdde2cffe630e4c4c43081992.tar.xz serverdata-0241ae905eb21fbcdde2cffe630e4c4c43081992.zip |
Baktar now accepts more items
Diffstat (limited to 'npc/020-4')
-rw-r--r-- | npc/020-4/baktar.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt index 1d9762545..2158f58c9 100644 --- a/npc/020-4/baktar.txt +++ b/npc/020-4/baktar.txt @@ -164,7 +164,11 @@ OnInit: .TULIMITEM = htnew; htput(.TULIMITEM, str(DesertHat), 1); htput(.TULIMITEM, str(SerfHat), 2); - //htput(.TULIMITEM, str(Dagger), 4); + htput(.TULIMITEM, str(IronShovel), 4); + htput(.TULIMITEM, str(SilkRobe), 8); + htput(.TULIMITEM, str(FishBox), 16); + htput(.TULIMITEM, str(CroconutBox), 32); + htput(.TULIMITEM, str(PlushroomBox), 64); end; } |