Pawn Shop issue

SinisterSmile

Heir
Customer
pawn 3.webppawn1.webppawn2.webp

How to fix the Pawn Shop? I can't add Items.

Configs
Code:
##### Enable Auctioner #####
PawnShopEnabled = True
# Pawn shop items classes for trade
# Available values: ALL,WEAPON,ARMOR,JEWELRY,ACCESSORY,CONSUMABLE,MATHERIALS,PIECES,RECIPIES,SPELLBOOKS,MISC,OTHER
# Default: WEAPON;ARMOR;JEWELRY
PawnShopItemClasses = WEAPON;ARMOR;JEWELRY;ACCESSORY;CONSUMABLE;RECIPIES;MISC
# Amount of items per page. To high value may crash client!
# Default: 10
PawnShopItemsPerPage = 5
# Minimum enchant level for pawnshop trade. Apply only for weapons.
# Default: 0
PawnShopMinEnchantLevel = 0
# The ability to sell the Augmented items
PawnShopAllowTradeAugmentedItems = false
# Pawnshop currency item ids. e.g. 57;4037;6673
# Default: 57
PawnShopCurrencyItemIds = 57
# Pawnshop minimal item search query length
# Default: 3
PawnShopMinQueryLength = 3
# Pawnshop sell tax item id
# Default: 57
PawnShopTaxItemId = 57
# Pawnshop sell tax price
# Default: 1000
PawnShopTaxItemCount = 1000
# Pawnshop refund item id
# Default: 57
PawnShopRefundItemId = 57
# Pawnshop refund price
# Default: 10000
PawnShopRefundItemCount = 10000
# Pawnshop trade prohibited items
# Default: 6611;6612;6613;6614;6615;6616;6617;6618;6619;6620;6621;6842
PawnShopProhibitedItemIds = 6611;6612;6613;6614;6615;6616;6617;6618;6619;6620;6621;6842
# Minimal grade for pawnshop. e.g. NONE,D,C,B,A,S
# Default: A - for all Grades NONE
PawnShopMinGrade = B

# Service activates at Adventure Guildsman search item marketers.
UseItemBrokerItemSearch = false
# Update time list of marketers and items from Adventure Guildsman. Time in min - Default 2 min
BrokerItemListTimeUpdate = 2
 
so at your config you can add just B grade of
WEAPON;ARMOR;JEWELRY;ACCESSORY;CONSUMABLE;RECIPIES;MISC
so set none at PawnShopMinGrade and after you can place any of items to pawn shop
 
Back
Top