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