mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
Readme changes to reflect the recent checkin
This commit is contained in:
10
README.md
10
README.md
@@ -16,8 +16,7 @@ A fork of the auction house bot for AzerothCore. This fork gives a much more bl
|
||||
|
||||
```
|
||||
1. Simply place the module under the `modules` directory of your AzerothCore source.
|
||||
1. Import the SQL manually to the right Database (auth, world or characters) or with the `db_assembler.sh` (if `include.sh` provided).
|
||||
1. Re-run cmake and launch a clean build of AzerothCore.
|
||||
2. Re-run cmake and launch a clean build of AzerothCore.
|
||||
```
|
||||
|
||||
## Edit module configuration (optional)
|
||||
@@ -27,12 +26,11 @@ edit the file mod_ahbot.conf.dist / mod_ahbot.conf.
|
||||
|
||||
## Usage
|
||||
|
||||
Edit the module configuration and add a player account ID and a character ID.
|
||||
This character will sell and buy items in the auction house so give him a good name.
|
||||
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.
|
||||
|
||||
Notes:
|
||||
- The account used does not need any security level and can be a player account.
|
||||
- The character used by the ahbot is not meant to be used ingame. If you use it to browse the auction house, you might have issues like "Searching for items..." displaying forever.
|
||||
- These accounts do not need any security level and can be a player accounts.
|
||||
- The characters used by the ahbot are not meant to be used ingame. If you use it to browse the auction house, you might have issues like "Searching for items..." displaying forever.
|
||||
- Important! By default, most player crafted items (except glyphs, bolts, maybe a few other things) are disabled from showing up in the auction house in order to encourage player crafting on lower pop servers. If you want different behavior, alter the config variable "AuctionHouseBot.DisabledCraftedItemIDs" by deleting IDs you wish to show up. Note that fish are also disabled to encourage fishing, and that's also managed by disabled lists.
|
||||
- It takes a few hours for the auction house to fully populate, as only 75 items gets added by default every 'tick'. You can change this in the config with the AuctionHouseBot.ItemsPerCycle variable.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user