aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 9889750a416..e4a48870af0 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -1618,6 +1618,15 @@ AllowTwoSide.Interaction.Guild = 0
#
# AllowTwoSide.Interaction.Auction
# Description: Allow auctions between factions.
+# This results in all auctions being handled as if placed in the neutral
+# auction house and will intentionally lock acces to the Horde and Alliance AH.
+# Deposit fee and auction cut values will be taken from neutral auction house.
+# If used in combination with the AH-Bot, settings should be set for neutral
+# auction house only.
+#
+# Warning: changing this in production results in players loosing access to their
+# already placed auctions in the faction houses - these auctions will expire after
+# their regular timings.
# Default: 1 - (Enabled)
# 0 - (Disabled)
@@ -3575,11 +3584,11 @@ AuctionHouseBot.ItemsPerCycle.Normal = 20
#
# AuctionHouseBot.BuyPrice.Seller
-# Description: Should the Seller use BuyPrice or SellPrice to determine Bid Prices
-# Default: 1 - (use SellPrice)
-# 0 - (use BuyPrice)
+# Description: Should the Seller use the items BuyPrice or SellPrice to determine Bid Prices
+# Default: 0 - (use BuyPrice - results in higher prices)
+# 1 - (use SellPrice - results in lower prices)
-AuctionHouseBot.BuyPrice.Seller = 1
+AuctionHouseBot.BuyPrice.Seller = 0
#
# AuctionHouseBot.BidPrice.*