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
# Amount of items per page. To high value may crash client!
# Default: 10
PawnShopItemsPerPage = 5
# Minimum enchant level for pawnshop trade items.
# Default: 0
PawnShopMinEnchantWeaponLevel = 0
PawnShopMinEnchantArmorLevel = 0
PawnShopMinEnchantAccessoryLevel = 0
# The ability to sell the Augmented items
PawnShopAllowTradeAugmentedItems = True
# Pawnshop currency item ids. e.g. 57;4037;6673
# Default: 57
PawnShopCurrencyItemIds = 57;4037
# Pawnshop minimal item search query length
# Default: 3
PawnShopMinQueryLength = 3
# Pawnshop sell tax item id
# Default: 57 and amount 1000
PawnShopTaxItemId = 57
PawnShopTaxItemCount = 10000
PawnShopAugmentedTaxItemId = 57
PawnShopAugmentedTaxItemCount = 100000
# Tax on the sale of an item as a percentage,
# For example, if an item is sold for 1000 Coin of Luck, then with the value PawnShopTaxPercent = 10. 100 Coin of Luck will be charged
PawnShopTaxPercent = 5.
PawnShopAugmentedTaxPercent = 5.
# 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;4037
# Minimal grade for pawnshop. e.g. NONE,D,C,B,A,S
# Default: A - for all Grades NONE
PawnShopMinGrade = C
# Время через которое автоматически будут возвращены предметы игроку с аукциона.
# По умолчанию (7 дней). Пример: PawnShopItemTerm = 0 полные сутки (24 часа)
PawnShopItemTerm = 6
Why system first take money later just how much i had?
I config it bad or some small problems from dev side?


