-
Notifications
You must be signed in to change notification settings - Fork 79
Adding Bots to AzerothCore ? #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same here. The problem is the hooks into the main source. I've been working on it for about a month now and i'm getting closer but still way too far away for any kind of release. One of the issues i'm running into is the Boost vs ACE problem. AZCore doesn't use Boost, they are specifically ACE and Ike3's bots are geared more towards cores that are utilizing Boost. I'm trying to do a work around for all of this, was able to get past the Boost issue, but the source hooks are a huge issue for me. It would be nice if the bots source included the main source hooks in a file or diff patch or something. I'm trying to get bots running so i can play by myself because i'm on a crappy inet connection and can't deal with 200+ms ping times. |
I would love to know how to add this to the latest azerothcore also |
* Gm tickets fixes - Fix GM mail expire time to 90 days instead of default 30 - Fix CLI use (.ticket respond / .ticket close) - Handle ticket respond using CLI (fix existing bug introduced by last commits) - Fix ticket close using CLI - GM ticket notif fixes (need DB update) - Fix create notif (display ticket id) - Create GM notif for ticket update * Update revision.h * Fix GM ticket unread bytes error
Hi,
Been using your work (bots) on a AzerothCore repack, and i'd like to know if you can explain how to add your work on the latest build of AzerothCore ?
Regards.
The text was updated successfully, but these errors were encountered: