modify Readme.md

This commit is contained in:
Yunfan Li
2023-06-06 00:18:29 +08:00
parent 98e46a3d02
commit 97457bc3c6

View File

@@ -1,14 +1,11 @@
# Playerbots Module # Playerbots Module
This is a WIP Playerbots module for AzerothCore based on IKE3 Playerbots. This is a WIP Playerbots module for AzerothCore based on IKE3 Playerbots. Code is port from: https://github.com/ZhengPeiRu21/mod-playerbots.
I tried to fix many bugs based on the source code, making this playable, and tried to add more interesting functions, such as automatic positioning of the robot to deal with different raid bosses.
These Playerbots use actual player data, so it is capable to use own alts and play with own party, level up characters, and more. It is mostly usuable but still has many bugs that need to be resolved. Also please note that including this module will currently significantly increase compilation time for AzerothCore. These Playerbots use actual player data, so it is capable to use own alts and play with own party, level up characters, and more. It is mostly usuable but still has many bugs that need to be resolved. Also please note that including this module will currently significantly increase compilation time for AzerothCore.
Please kindly note that this requires some custom changes to AzerothCore, so it is necessary to compile with a custom branch from my fork: Please kindly note that this requires some custom changes to AzerothCore, so it is necessary to compile with a custom branch from my fork:
https://github.com/ZhengPeiRu21/azerothcore-wotlk/tree/Playerbot https://github.com/liyunfan1223/azerothcore-wotlk/tree/Playerbot
If encounter errors and crashes, please post as Github issues so that we can resolve them and improve this project together! If encounter errors and crashes, please post as Github issues so that we can resolve them and improve this project together!
An addon maintained by @whipowill is available to help control the bots. It is can be downloaded here: https://github.com/whipowill/wow-addon-playerbots
Many, many thanks to celguar who is maintain mangosbot branch that this code is port from: https://github.com/celguar/mangosbot-bots