mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
Update comments in config
This commit is contained in:
@@ -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
|
||||
###############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user