mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Thanks to Chris K, cyberium, Dolomit6, grether, Kerbe, Naicisum, Paradox, Xeross
and other contributers for creating, long time improvments and patch up-to-date state support.
AHBot disabled by default. For enable it you need have ahbot.conf
in same dir where mangosd.conf placed and enable options:
AuctionHouseBot.Seller.Enabled and/or AuctionHouseBot.Buyer.Enabled
Original version ahbot.conf can be found by path:
src/game/AuctionHouseBot/ahbot.conf.dist.in
Note: chat commands from patch not included in commits and will added later after
additional work.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
16 lines
874 B
Text
16 lines
874 B
Text
Auction Houses Bot populates the auction houses with items.
|
|
It makes the game feel a bit more active in auction usage part
|
|
specially for low-populated servers. Items and prices are chosen
|
|
randomly based on the parameters you define. If an auction expires, auctions
|
|
are deleted quietly. AHBot will not buy it's own items, and will not receive
|
|
mail from the AH or get returned mail.
|
|
|
|
===============================================================================
|
|
~~HOW TO CONFIGURE~~
|
|
===============================================================================
|
|
|
|
You must copy config file template as ahbot.conf from src/game/AuctionHouseBot/ahbot.conf.dist.in
|
|
to directory wher use store mangosd.conf file, and modify values to appropriate for you state.
|
|
Read ahbot.conf option descriptions for details.
|
|
|
|
Note: But default AHBot disabled by provided config options values
|