diff --git a/conf/mod_ahbot.conf.dist b/conf/mod_ahbot.conf.dist index 2809963..122211e 100644 --- a/conf/mod_ahbot.conf.dist +++ b/conf/mod_ahbot.conf.dist @@ -22,7 +22,7 @@ # These are the character GUIDS (from characters->characters table) that # will be used to create auctions and otherwise interact with auctions. # It can be a single value or multiple values that are separated by a -# comma. Note: a GUID of "0" will be ignored! +# comma (do not have spaces!). Note: a GUID of "0" will be ignored! # Examples: # AuctionHouseBot.GUIDs = 3 <- Only character with GUID 3 # AuctionHouseBot.GUIDs = 3,4 <- Both characters with GUID 3 and 4 @@ -30,7 +30,10 @@ # AuctionHouseBot.ItemsPerCycle # How many items to post on the auction house every house update. Items # in a cycle will be posted by a single randomly selected bot, so Keep -# this value low if you want highly diverse postings +# this value low if you want highly diverse postings. Do note that +# this value has a direct impact on login startup time (specifically time +# from startup complete to first character being able to log in) so a +# value greater than a few hundred is not recommended. # Default 75 ###############################################################################