WTB Auction Npc For classic

Im looking to buy auction npc for classic version,there should be option for selling with adena or col. pm me with prices/info
 
Why are you not satisfied with the current auction?
##### Enable Auctioner #####
PawnShopEnabled = False
# 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. 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
# Pawnshop sell tax for Augmented items
# Default: 57
PawnShopAugmentedTaxItemId = 57
# Pawnshop sell tax for Augmented items
# Default: 1000
PawnShopAugmentedTaxItemCount = 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 = A
# Время через которое автоматически будут возвращены предметы игроку с аукциона.
# По умолчанию (7 дней). Пример: PawnShopItemTerm = 0 полные сутки (24 часа)
PawnShopItemTerm = 6
 
Back
Top