-
Notifications
You must be signed in to change notification settings - Fork 109
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
[PlayerBot] Initial implementation of playerbots #192
base: master
Are you sure you want to change the base?
Conversation
Was this based on MangosZero or MangosOne bots ?
|
It was based on MangosOne and still is a little buggy.
Still missing tables:
Sorry for the mess, lately life has prevented me from putting more time into the development. |
77b01bd
to
72e3e8f
Compare
8107fdf
to
bb74c98
Compare
✅ Build Mangos TWO Server 22.02.47 completed (commit 8ce02b0a1f by @) |
ddbdafc
to
d452ceb
Compare
✅ Build Mangos TWO Server 22.02.48 completed (commit 237622f6a8 by @) |
✅ Build Mangos TWO Server 22.02.49 completed (commit 2435c533fd by @) |
✅ Build Mangos TWO Server 22.02.50 completed (commit 65adcf9fa5 by @) |
✅ Build Mangos TWO Server 22.02.51 completed (commit 93390f0e79 by @) |
✅ Build Mangos TWO Server 22.02.52 completed (commit 923f9ae397 by @) |
✅ Build Mangos TWO Server 22.02.54 completed (commit eb1447acdc by @PargeLenis) |
✅ Build Mangos TWO Server 22.02.55 completed (commit 0339487a61 by @PargeLenis) |
* Fix trade skill max limit count - Removed unused configuration - Removed GM Ignore configurations Notice: With GM Ignore configurations removed, trade skill count works as intended again. Accounts with higher permission can still learn additional trade skills for testing or debugging. As before there was no limit to how many you could learn before this commit. Co-authored-by: Fyre <[email protected]> * Update Configuration Version 2023031100 -> 2023053000 * Fix an incorrect check method --------- Co-authored-by: Fyre <[email protected]>
Initialize availableRaces once outside of class Add Death Knight as available class Implement mangos logging Move bot and guild deletion to separate functions
Add teleport locations cache Reduce unnecessary SQL Queries
4313434
to
685c791
Compare
✅ Build Mangos TWO Server 22.02.68 completed (commit 1efde85f73 by @PargeLenis) |
Don't merge, still work in progress... |
Commit broke guild creation This reverts commit 2212e1e.
Bots still behave strangely sometimes and don't fight hard.
Randombots sometimes cause crash, will hopefully be fixed soon.
Updates will be needed for efficient fighting and bg/arena-implementation.
Bug reports are appreciated to ensure nice playability quickly.
This change is