mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-30 17:13:50 +00:00
feat(DB): Manage disabled items in DB
This commit is contained in:
12
README.md
12
README.md
@@ -2,12 +2,20 @@
|
||||
- Latest build status with azerothcore: [](https://travis-ci.org/azerothcore/mod-ah-bot)
|
||||
# Mod-AHBOT
|
||||
|
||||
## Important notes
|
||||
|
||||
You have to use at least AzerothCore commit [9adba48](https://github.com/azerothcore/azerothcore-wotlk/commit/9adba482c236f1087d66a672e97a99f763ba74b3).
|
||||
|
||||
If you use an old version of this module please update the table structure using this SQL statement:
|
||||
|
||||
```sql
|
||||
ALTER TABLE `auctionhousebot` RENAME TO `mod_auctionhousebot`;
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
An auction house bot for the best core: AzerothCore.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
@@ -21,7 +29,6 @@ An auction house bot for the best core: AzerothCore.
|
||||
If you need to change the module configuration, go to your server configuration folder (where your `worldserver` or `worldserver.exe` is)
|
||||
rename the file mod_ahbot.conf.dist to mod_ahbot.conf and edit it.
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Edit the module configuration and add a player account ID and a character ID.
|
||||
@@ -31,7 +38,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user