Update config to use explicit true/false for bools

Helps clarity between dynamic numbers and bool flags
This commit is contained in:
NathanHandley
2025-09-18 17:18:53 -05:00
parent fd10a5f819
commit c0a1b2b285
2 changed files with 21 additions and 21 deletions

View File

@@ -19,7 +19,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. IMPORTANT: If you are using a bot mod (like playerbots), then ensure you use regular non-bot characters for your auctionhouse character(s). After that, ensure you set **AuctionHouseBot.EnableSeller = 1**. Nothing else is required unless you want to tune stuff or enable the buyer bot, which is done with AuctionHouseBot.Buyer.Enabled.
**Before you do anything, make at least one character to use as the bot**. Edit the module configuration and **add 1 or more character GUIDs 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. IMPORTANT: If you are using a bot mod (like playerbots), then ensure you use regular non-bot characters for your auctionhouse character(s). After that, ensure you set **AuctionHouseBot.EnableSeller = true**. Nothing else is required unless you want to tune stuff or enable the buyer bot, which is done with AuctionHouseBot.Buyer.Enabled.
Notes:
- These accounts do not need any security level and can be a player accounts.

File diff suppressed because one or more lines are too long