mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 09:17:21 +00:00
14e36cf1031cabcdc64cd2efd91adc5c132d4e9b
Important notes
You have to use at least AzerothCore commit 9adba48.
If you use an old version of this module (such as the parent fork), re-run the mod_auctionhousebot.sql found in the data/sql/db-world/base/ folder
Description
A fork of the auction house bot for AzerothCore. This fork gives a much more blizzlike experience in the offerings on the auction house. It also fixes many bugs such as glyphs not showing up
Installation
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)
If you need to change the module configuration, go to your server configuration folder (where your worldserver or worldserver.exe is)
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.
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
- NathanHandley: Created this rewrite of the one that was ported to AzerothCore
- Ayase: ported the bot to AzerothCore
- Other contributors (check the contributors list)
Description
Languages
C++
100%