From 59eddc7f98345f9b6991c0435f77854966a870e2 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Tue, 19 Mar 2024 09:58:54 +0800 Subject: [PATCH] Update README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c6383eb..81b809b6 100644 --- a/README.md +++ b/README.md @@ -50,20 +50,22 @@ For enhanced control over the bots and to simplify command usage, you can also m ## Frequently Asked Questions -**Why won't my bot cast spells?** +**Bots can't cast spells** -- Ensure the presence of the required English DBC file (enUS). +- Please make sure that the necessary English DBC file (enUS) is present. -**Compilation failed on Windows?** +**Compilation error** -- Developed primarily on Linux, I may miss cross-platform compilation issues. Feel free to report them. +- We support for Ubuntu, Windows, and macOS. -- Future plans include implementing an auto build workflow to prevent such issues. +- Continuous integration workflows have been established. You can review the build status in [GitHub Actions](https://github.com/liyunfan1223/mod-playerbots/actions). + +- If the latest build status fails, please revert to the previous commit. We will address the issue ASAP. ## Acknowledgements The code for this module is ported from [ZhengPeiRu21/mod-playerbots](https://github.com/ZhengPeiRu21/mod-playerbots) and [celguar/mangosbot-bots](https://github.com/celguar/mangosbot-bots). We extend our gratitude to @ZhengPeiRu21 and @celguar for the continued efforts in maintaining the module. -We also want to express our sincere appreciation to all individuals who have contributed to playerbot development, both in the past and the present. Your dedication and efforts have been instrumental in shaping this project, and we are thankful for your contributions. +We also want to express our sincere appreciation to all individuals who have contributed to playerbot development. Your dedication and efforts have been instrumental in shaping this project, and we are thankful for your contributions.