No description
  • C++ 99.8%
  • Python 0.2%
Find a file
Denisa Schovánková 120a42c7d9
Some checks failed
ci / build (push) Has been skipped
ci / deploy (push) Failing after 15m19s
Merge upstream mod-playerbots master (a119a6de).
Bring in AC compatibility fixes, RandomItemMgr perf work, and recent bot behavior updates while keeping Illidari fork CI and affix-aware gear scoring.
2026-07-07 08:26:11 +02:00
.forgejo/workflows fix(ci): run deploy and rebuild as azerothuser via sudo 2026-07-04 09:44:44 +02:00
.github Modify Windows build workflow for Boost and OpenSSL (#2461) 2026-06-19 10:45:36 -07:00
apps/codestyle Codestyle fix (#1797) 2025-11-05 21:10:17 +01:00
conf Add config to announce no reagents to buff (#2472) 2026-06-26 23:07:08 -07:00
data/sql Fix RandomItemMgr performance issues - macro and micro optimizations (#2110) 2026-06-26 23:15:25 -07:00
src Merge upstream mod-playerbots master (a119a6de). 2026-07-07 08:26:11 +02:00
.clang-format .clang-format and code format script 2024-08-04 10:19:43 +08:00
.editorconfig Initial commit - mod-playerbots 2021-12-30 17:13:09 +01:00
.git_commit_template.txt Initial commit - mod-playerbots 2021-12-30 17:13:09 +01:00
.gitattributes Initial commit - mod-playerbots 2021-12-30 17:13:09 +01:00
.gitignore Added intelliJ project folder on exclusion list (#1764) 2025-10-25 00:54:27 +02:00
.suppress.cppcheck Codestyle fix (#1797) 2025-11-05 21:10:17 +01:00
banner.png Add dedicated icon image and separate readme banner image. (#2177) 2026-03-01 07:24:37 -08:00
code_format.sh Fix. Leave group actions (#1774) 2025-11-05 15:38:14 +01:00
icon.png Add dedicated icon image and separate readme banner image. (#2177) 2026-03-01 07:24:37 -08:00
include.sh Big update. 2022-03-12 22:27:09 +01:00
LICENSE Change license to GPLv2 (#2504) 2026-06-26 11:49:08 -07:00
PULL_REQUEST_TEMPLATE.md Clear ALL Compiler Warnings (must accompany core PR) (#2470) 2026-06-26 23:51:05 -07:00
README.md New readme (#2202) 2026-03-20 20:38:27 +01:00
README_CN.md Preparation for project transfer (#1733) 2025-10-14 00:11:54 +08:00
README_ES.md add chinese README 2024-04-08 21:38:36 +08:00
setup_git_commit_template.sh Initial commit - mod-playerbots 2021-12-30 17:13:09 +01:00

English | 中文 | Español

Playerbots Banner

Playerbots Module

mod-playerbots is an AzerothCore module that adds player-like bots to a server. The project is based off IKE3's Playerbots.

Features include:

  • The ability to log in alt characters as bots, allowing players to interact with their other characters, form parties, level up, and more
  • Random bots that wander through the world, complete quests, and otherwise behave like players, simulating the MMO experience
  • Bots capable of running most raids and battlegrounds
  • Highly configurable settings to define how bots behave
  • Excellent performance, even when running thousands of bots

We also have a Discord server where you can discuss the project, ask questions, and get involved in the community!

Installation

Supported platforms are Ubuntu, Windows, and macOS. Other Linux distributions may work, but may not receive support.

Important: All mod-playerbots installations require a custom fork of AzerothCore: mod-playerbots/azerothcore-wotlk (Playerbot branch). The standard AzerothCore repository will not work.

Quick Start

git clone https://github.com/mod-playerbots/azerothcore-wotlk.git --branch=Playerbot
cd azerothcore-wotlk/modules
git clone https://github.com/mod-playerbots/mod-playerbots.git --branch=master

Then build the server following the platform-specific instructions in our Installation Guide.

Testing branch: A test-staging branch is available with the latest features and fixes before they are merged into master. To use it, clone with --branch=test-staging instead. Note that this branch may contain unstable or breaking changes — use it at your own risk and only if you are comfortable troubleshooting issues.

Detailed Guides

Guide Description
Installation Guide Full step-by-step instructions for clean installs, migrating from existing AzerothCore, Docker setup, adding modules, and updating
Troubleshooting Solutions to the most common build errors, database issues, configuration mistakes, crashes, and platform-specific problems

For additional references, see the AzerothCore Installation Guide and Installing a Module pages.

Documentation

The Playerbots Wiki contains an extensive overview of AddOns, commands, raids with programmed bot strategies, and recommended performance configurations. Please note that documentation may be incomplete or out-of-date in some sections, and contributions are welcome.

Bots are controlled via chat commands. For larger bot groups, this can be cumbersome. Because of this, community members have developed client AddOns to allow controlling bots through the in-game UI. We recommend you check out their projects listed in the AddOns and Submodules page.

Contributing

This project is still under development. We encourage anyone to make contributions, anything from pull requests to reporting issues. If you encounter any errors or experience crashes, we encourage you report them as GitHub issues. Your valuable feedback will help us improve this project collaboratively.

If you make coding contributions, mod-playerbots complies with the C++ Code Standards established by AzerothCore. Each Pull Request must include all test scenarios the author performed, along with their results, to demonstrate that the changes were properly verified.

We recommend joining the Discord server to make your contributions to the project easier, as a lot of active support is carried out through this server.

Please click on the "" button to stay up to date and help us gain more visibility on GitHub!

Acknowledgements

mod-playerbots is based on ZhengPeiRu21/mod-playerbots and celguar/mangosbot-bots. We extend our gratitude to @ZhengPeiRu21 and @celguar for their continued efforts in maintaining the module.

Also, a thank you to the many contributors who've helped build this project: