Add comments about playerbot bots

This commit is contained in:
NathanHandley
2025-08-05 17:10:52 -05:00
parent 422b46221f
commit 78baf44098
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ Requires an AzerothCore version that is caught up to at least change set 3f46e05
## Usage
Edit the module configuration and add a character GUID ID to the "AuctionHouseBot.GUIDs" variable, which is sourced from your character table in the character database. These names will be visable in the auction house, so pick good names. Find the configuration as named mod_ahbot.conf.dist / mod_ahbot.conf
Edit the module configuration and add a character GUID ID to the "AuctionHouseBot.GUIDs" variable, which is sourced from your character table in the character database. These names will be visable in the auction house, so pick good names. Find the configuration as named mod_ahbot.conf.dist / mod_ahbot.conf. IMPORTANT: If you are using a bot mod (like playerbots), then ensure you use regular non-bot characters for your auctionhouse character(s)
Notes:
- These accounts do not need any security level and can be a player accounts.

View File

@@ -23,6 +23,8 @@
# 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 (do not have spaces!). Note: a GUID of "0" will be ignored!
# Important: Do not use a bot character (such as playerbot bots)
# or it will likely crash the server
# Examples:
# AuctionHouseBot.GUIDs = 3 <- Only character with GUID 3
# AuctionHouseBot.GUIDs = 3,4 <- Both characters with GUID 3 and 4