diff options
| author | iridinite <codingcuddlewolf@gmail.com> | 2016-10-14 23:52:26 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-10-03 16:02:32 +0200 |
| commit | fd53cbc5f20a5c828b9b2c039a718a35d345028c (patch) | |
| tree | ca8e205918cdc014fcd3db2bc86a9c3df78d0243 /src/server/worldserver | |
| parent | ff90a3f3c46c778a993c90470f278ef12e57c7a1 (diff) | |
[3.3.5] AHBot Characters (#17885)
(cherry picked from commit 6dc0a9f04ad62e3bb7165a210b894d177ceffc05)
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 c64cd3863f7..07f9aeb9bba 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -3219,6 +3219,15 @@ GameObject.CheckInvalidPosition = 0 ################################################################################################### # AUCTION HOUSE BOT SETTINGS # +# AuctionHouseBot.Account +# Description: Account ID for AHBot characters. If non-zero, all auctions and bids associated +# with the AHBot will randomly be assigned one of this account's characters. +# Default: 0 +# + +AuctionHouseBot.Account = 0 + +# # AuctionHouseBot.Update.Interval # Description: Interval in seconds for AHBot to get updated # Default: 20 |
