From 78baf44098c251c698e7316d8f1c40fdea039986 Mon Sep 17 00:00:00 2001 From: NathanHandley Date: Tue, 5 Aug 2025 17:10:52 -0500 Subject: [PATCH] Add comments about playerbot bots --- README.md | 2 +- conf/mod_ahbot.conf.dist | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bcf62f..4441e27 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/conf/mod_ahbot.conf.dist b/conf/mod_ahbot.conf.dist index 122211e..34f8358 100644 --- a/conf/mod_ahbot.conf.dist +++ b/conf/mod_ahbot.conf.dist @@ -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