mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
Reworded AuctionHouseBot.Buyer.AcceptablePriceModifier for clarity
This commit is contained in:
@@ -84,13 +84,13 @@ AuctionHouseBot.AuctionHouseManagerCyclesBetweenBuyOrSell = 1
|
|||||||
# Default: 1 (1 item per auction house is considered per minute)
|
# Default: 1 (1 item per auction house is considered per minute)
|
||||||
#
|
#
|
||||||
# AuctionHouseBot.Buyer.AcceptablePriceModifier
|
# AuctionHouseBot.Buyer.AcceptablePriceModifier
|
||||||
# The buying bot will calculate the item price the same way the selling
|
# The buyer bot calculates item prices the same way the selling
|
||||||
# bot does, and then multiply that number by this number to determine
|
# bot does, then multiplies that value by this number to determine
|
||||||
# how much it is willing to spend. Having a value of 1 would mean it
|
# how much it is willing to spend.
|
||||||
# will generally spend as much as the buyer bot lists for. Similarly, a value
|
# A value of 1 means the buyer bot will generally pay the same as the
|
||||||
# of 1.5 means it would pay approximately 50% more than a buyer bot will
|
# seller bot lists. Similarly, a value of 1.5 means it will pay roughly
|
||||||
# list for.
|
# 50% more than the seller bot's listed price.
|
||||||
# Default: 1 (pays about the same a buyer bot does)
|
# Default: 1
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
AuctionHouseBot.Buyer.Enabled = 0
|
AuctionHouseBot.Buyer.Enabled = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user