diff options
| author | Ayrton Stout <ayrtonstout@u.boisestate.edu> | 2016-12-31 11:47:58 -0700 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-12-31 19:47:58 +0100 |
| commit | bed369e7c8d0ef848f710bac9b8ceacc3cbe38a2 (patch) | |
| tree | ce88a6484b3d4428bccf45479f6e9094d276c05b /src/server/worldserver | |
| parent | f3cbcae10265335762b5f1f69544f6631160203b (diff) | |
Core/AH: AuctionHouseBot BidPrice determined by config options
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 1d173057e6f..74d93409d45 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -3224,6 +3224,15 @@ AuctionHouseBot.ItemsPerCycle.Normal = 20 AuctionHouseBot.BuyPrice.Seller = 1 # +# AuctionHouseBot.BidPrice.* +# Description: These values determine the range that the Bid Price will fall into, as a percentage of the Buy Price +# Default: 0.6 - (Min) +# 1.4 - (Max) + +AuctionHouseBot.BidPrice.Min = 0.6 +AuctionHouseBot.BidPrice.Max = 1.4 + +# # AuctionHouseBot.Alliance.Price.Ratio # Description: Percentage by which the price of items selled on Alliance Auction House is incremented / decreased # Default: 100 - (Not modify) |
