Complete Open Source and Modular solution for MMO
Find a file
mbwk f0bc8a63bd
feat(build): initial development nix flake (#18296)
feat(nix): initial development flake
2024-03-20 01:46:22 -03:00
.devcontainer feat(CORE): docker permissions and rework (#13454) 2022-11-07 13:20:48 +01:00
.github fix(Docs): readme: fix broken license links (#18500) 2024-03-10 16:51:26 -03:00
.vscode feat(CORE/bash): implemented acore dashboard for Windows (#13476) 2022-10-22 15:40:13 +02:00
apps fix(CI/MacOS): Fix MacOS dependency installation (#18507) 2024-03-10 16:52:03 -03:00
bin fix(bash): pending sql script path 2021-06-15 11:02:48 +02:00
conf/dist feat(Apps/Docker): Use Env Vars for docker configuration (#17040) 2023-08-20 17:52:38 +02:00
data/sql chore(DB): import pending files 2024-03-20 04:45:53 +00:00
deps chore(deps/boost): Update cmake file compatible with new policies (#18283) 2024-02-08 06:07:14 -03:00
doc chore(DB): import pending files 2023-02-20 21:10:00 +00:00
env fix(Docker): Ensure default install prefix dirs exist (#17661) 2023-11-09 22:02:14 +01:00
modules feat(CMake): Minor CMake Update to Modules Cmake File to Allow Custom Modules to make changes without changing Core. (#12846) 2022-08-25 17:30:24 -03:00
src fix(Core/Spells): Fixed work of sobering spells and other improvements for drunk system (#18390) 2024-03-20 01:45:01 -03:00
var feat(CORE): docker permissions and rework (#13454) 2022-11-07 13:20:48 +01:00
.dockerignore feat(Apps/Docker): Use Env Vars for docker configuration (#17040) 2023-08-20 17:52:38 +02:00
.editorconfig feat(CORE): docker permissions and rework (#13454) 2022-11-07 13:20:48 +01:00
.git_commit_template.txt chore(git): Add a co-author suggestion to the commit template (#4538) 2021-02-23 14:20:07 +01:00
.gitattributes fix(Docker): windows improvements and permissions fix (#5444) 2021-04-28 22:26:39 +02:00
.gitignore refactor(Docker): remove prod container distinction (#17419) 2023-10-15 17:47:09 +02:00
.suppress.cppcheck fix(CI): cppcheck failure step (#17240) 2023-09-21 12:43:57 +02:00
acore.json feat(DB): Release ACDB 10.0.0 (#18197) 2024-01-20 17:17:44 +01:00
acore.sh fix(bash): bash errors on windows (#5406) 2021-04-23 14:35:41 +02:00
AUTHORS chore(Docs): New Year (#14459) 2023-01-01 11:06:21 -03:00
CMakeLists.txt fix(Cmake): using policy 0153 if exist (#18416) 2024-02-26 20:02:02 +07:00
docker-compose.yml chore(Docker): update mysql image to 8.3 version (#18244) 2024-02-01 10:05:12 -03:00
flake.lock feat(build): initial development nix flake (#18296) 2024-03-20 01:46:22 -03:00
flake.nix feat(build): initial development nix flake (#18296) 2024-03-20 01:46:22 -03:00
install.sh
LICENSE docs(LICENSE): remove old GPLv2 license (#11076) 2022-03-18 19:57:39 -03:00
PreLoad.cmake
pull_request_template.md docs(template): Comment out changes proposed info. (#17438) 2023-10-07 07:33:12 -03:00

logo AzerothCore

Contributor Covenant CodeFactor StackOverflow Discord

Build Status

nopch-build core-modules-build windows-build macos-build docker-build

Introduction

AzerothCore is an open-source game server application and framework designed for hosting massively multiplayer online role-playing games (MMORPGs). It is based on the popular MMORPG World of Warcraft (WoW) and seeks to recreate the gameplay experience of the original game from patch 3.3.5a.

The original code is based on MaNGOS, TrinityCore, and SunwellCore and has since then had extensive development to improve stability, in-game mechanics, and modularity to the game. AC has also grown into a community-driven project with a significant number of contributors and developers. It is written in C++ and provides a solid foundation for creating private servers that mimic the mechanics and behavior of the official WoW servers.

Philosophy

Our main goal is to create a playable game server, offering a fully working in-game experience.

Here are the main points we focus on:

  • Stability

    • We make sure all changes pass the CIs before being merged into the master branch.
  • Blizzlike content

    • We strive to make all in-game content to be blizzlike. Therefore we have a high standard for fixes being made.
  • Customization

    • It is easy to customize your experience using modules.
  • Community driven

    • AzerothCore has an active community of developers, contributors, and users who collaborate, share knowledge, and provide support through forums, Discord channels, and other communication platforms.

Modules

AzerothCore is designed to be highly modular, allowing developers to extend and customize the game to suit their preferences or create unique gameplay experiences. This flexibility enables the addition of custom features, content, and modifications.

We have a lot of modules already made by the community, many of which can be found in the Module Catalogue.

Installation

Detailed installation instructions are available here.

Contributing

AzerothCore can also serve as a learning resource for aspiring developers who want to understand how WoW servers work, how MMORPGs are structured, how game server emulators are created, or to improve their C++ and SQL knowledge.

If you want to contribute to the project, you will find a lot of resources that will guide you in our wiki.

We also recommend you read our Contributor Covenant Code of Conduct.

Feel free to join our Discord server.

Click on the " Star" button to help us gain more visibility on Github!

Authors & Contributors

This project exists thanks to the authors.

License

  • The new AzerothCore source components are released under the GNU AGPL v3
  • The old sources based on MaNGOS/TrinityCore are released under the GNU GPL v2

It's important to note that AzerothCore is not an official Blizzard Entertainment product, and it is not affiliated with or endorsed by World of Warcraft or Blizzard Entertainment. AzerothCore does not in any case sponsor nor support illegal public servers. If you use this project to run an illegal public server and not for testing and learning it is your own personal choice.

Special thanks

JetBrains is providing free open-source licenses to the AzerothCore developers.

JetBrains