feat(DB): Manage disabled items in DB

This commit is contained in:
Stoabrogga
2020-02-28 09:10:19 +01:00
parent 2a609422bf
commit b992a8cc0c
9 changed files with 477 additions and 193 deletions

View File

@@ -2,12 +2,20 @@
- Latest build status with azerothcore: [![Build Status](https://travis-ci.org/azerothcore/mod-ah-bot.svg?branch=master)](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