diff --git a/README.md b/README.md index e70d563..77abdc8 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,15 @@ ## Description -A ahbot module for azerothcore. +An auction house bot for the best core: AzerothCore. ## Installation ``` -1. Apply ahbot.patch to your core. -2. Simply place the module under the `modules` directory of your AzerothCore source. -3. Import the SQL manually to the right Database (auth, world or characters) or with the `db_assembler.sh` (if `include.sh` provided). -4. Re-run cmake and launch a clean build of AzerothCore. +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. ``` ## Edit module configuration (optional) @@ -23,6 +22,18 @@ If you need to change the module configuration, go to your server configuration rename the file mod_ahbot.conf.dist to mod_ahbot.conf and edit it. -## Credits -ayase +## 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. + +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. + + +## Credits + +- Ayase: ported the bot to AzerothCore +- Other contributors (check the contributors list)